@DaRieck wrote:
I've just upgraded my flexget from version 1.2.422 to 2.3.39. Since than I'm not able to run any flexget command any more (except
flexget -V
).I'm using git to download flexget and I'm working in a virtualenv for the moment to get this version up and running. Once it is working I'll overwrite it with my current running-version.
I execute the following command:
flexget -L debug check -c /home/xbian/flexget_dev/.config/config.yml
And I'm getting the following output:
2016-10-02 10:02 DEBUG manager Config file /home/xbian/flexget_dev/.config/config.yml selected
2016-10-02 10:02 DEBUG manager sys.defaultencoding: ascii
2016-10-02 10:02 DEBUG manager sys.getfilesystemencoding: UTF-8
2016-10-02 10:02 DEBUG manager os.path.supports_unicode_filenames: False
2016-10-02 10:02 DEBUG plugin Trying to load plugins from: [u'/home/xbian/flexget_dev/.config/plugins', '/home/xbian/flexget_dev/Flexget/flexget/plugins']
2016-10-02 10:02 DEBUG safe Reading from cache file /tmp/safe-0.4.words.cache
2016-10-02 10:03 DEBUG deluge ConfigManager started..
2016-10-02 10:03 CRITICAL plugin Exception while loading plugin flexget.plugins.input.next_series_episodes
Traceback (most recent call last):
File "/home/xbian/flexget_dev/Flexget/flexget/plugin.py", line 395, in loadplugins_from_dirs
import(module_name)
File "/home/xbian/flexget_dev/Flexget/flexget/plugins/input/next_series_episodes.py", line 13
<<<<<<< HEAD:flexget/plugins/input/emit_series.py
^
SyntaxError: invalid syntax
2016-10-02 10:03 DEBUG manager Removed /home/xbian/flexget_dev/.config/.config-lock
Traceback (most recent call last):
File "/home/xbian/flexget_dev/Flexget/bin/flexget", line 9, in
load_entry_point('FlexGet==2.3.39', 'console_scripts', 'flexget')()
File "/home/xbian/flexget_dev/Flexget/flexget/__init__.py", line 42, in main
manager.start()
File "/home/xbian/flexget_dev/Flexget/flexget/manager.py", line 313, in start
self.initialize()
File "/home/xbian/flexget_dev/Flexget/flexget/manager.py", line 185, in initialize
plugin.load_plugins(extra_dirs=[os.path.join(self.config_base, 'plugins')])
File "/home/xbian/flexget_dev/Flexget/flexget/plugin.py", line 457, in load_plugins
loadplugins_from_dirs(extra_dirs)
File "/home/xbian/flexget_dev/Flexget/flexget/plugin.py", line 395, in loadplugins_from_dirs
import(module_name)
File "/home/xbian/flexget_dev/Flexget/flexget/plugins/input/next_series_episodes.py", line 13
<<<<<<< HEAD:flexget/plugins/input/emit_series.py
^
SyntaxError: invalid syntaxNot sure why it is still searching for emit_series.py since this does not exist anymore.
Any help would be appreciated.
Kr,
DaRieck
Posts: 2
Participants: 1