@ukoda wrote:
I have upgraded Flexget on my Linux server and now it is crashing at start up when loading the apple_trailers.py plug in.
I tried to create a ticket to report it but I can not create a user account as apparently I am 84% spam and get redirected to an endless loop of captcha checks. Hence posting here. Running the check command with the --debug option I see:
Checking flexget: 2016-04-04 21:33 DEBUG manager Config file /etc/flexget.conf selected 2016-04-04 21:33 DEBUG manager sys.defaultencoding: ascii 2016-04-04 21:33 DEBUG manager sys.getfilesystemencoding: UTF-8 2016-04-04 21:33 DEBUG manager os.path.supports_unicode_filenames: False 2016-04-04 21:33 DEBUG plugin Trying to load plugins from: [u'/etc/plugins', '/usr/lib/python2.6/site-packages/flexget/plugins'] 2016-04-04 21:33 DEBUG safe Reading from cache file /tmp/safe-0.4.words.cache 2016-04-04 21:33 DEBUG plugin Plugin `memusage` requires `ext lib `guppy`` to load. 2016-04-04 21:33 CRITICAL plugin Exception while loading plugin flexget.plugins.input.apple_trailers 2016-04-04 21:33 ERROR plugin invalid syntax (apple_trailers.py, line 119) Traceback (most recent call last): File "/usr/lib/python2.6/site-packages/flexget/plugin.py", line 381, in _load_plugins_from_dirs __import__(module_name) File "/usr/lib/python2.6/site-packages/flexget/plugins/input/apple_trailers.py", line 119 genres = {genre.get('name') for genre in movie_data.get('details').get('genres')} ^ SyntaxError: invalid syntax 2016-04-04 21:33 DEBUG manager Removed /etc/.flexget-lock Traceback (most recent call last): File "/usr/bin/flexget", line 9, in <module> load_entry_point('FlexGet==1.2.502', 'console_scripts', 'flexget')() File "/usr/lib/python2.6/site-packages/flexget/__init__.py", line 37, in main manager.start() File "/usr/lib/python2.6/site-packages/flexget/manager.py", line 302, in start self.initialize() File "/usr/lib/python2.6/site-packages/flexget/manager.py", line 176, in initialize plugin.load_plugins(extra_dirs=[os.path.join(self.config_base, 'plugins')]) File "/usr/lib/python2.6/site-packages/flexget/plugin.py", line 425, in load_plugins _load_plugins_from_dirs(extra_dirs) File "/usr/lib/python2.6/site-packages/flexget/plugin.py", line 381, in _load_plugins_from_dirs __import__(module_name) File "/usr/lib/python2.6/site-packages/flexget/plugins/input/apple_trailers.py", line 119 genres = {genre.get('name') for genre in movie_data.get('details').get('genres')} ^ SyntaxError: invalid syntax
Any suggestions how fix this problem, or how to create a ticket/account would be welcomed.
Thanks
David
Posts: 3
Participants: 2