@Velo14 wrote:
I've installed flexget on my Synology NAS using the OPKG method.
Everything seemed to be going well until I ran:
flexget check2017-03-31 02:33 CRITICAL plugin Exception while loading plugin flexget.plugins.input.rss
Traceback (most recent call last):
File "/opt/lib/python3.6/site-packages/flexget/plugin.py", line 396, in loadplugins_from_dirs
import(module_name)
File "/opt/lib/python3.6/site-packages/flexget/plugins/input/rss.py", line 16, in
import feedparser
File "/opt/lib/python3.6/site-packages/feedparser.py", line 316
raise KeyError, "object doesn't have key 'category'"
^
SyntaxError: invalid syntax
Traceback (most recent call last):
File "/opt/bin/flexget", line 11, in
sys.exit(main())
File "/opt/lib/python3.6/site-packages/flexget/__init__.py", line 42, in main
manager.start()
File "/opt/lib/python3.6/site-packages/flexget/manager.py", line 326, in start
self.initialize()
File "/opt/lib/python3.6/site-packages/flexget/manager.py", line 189, in initialize
plugin.load_plugins(extra_dirs=[os.path.join(self.config_base, 'plugins')])
File "/opt/lib/python3.6/site-packages/flexget/plugin.py", line 458, in load_plugins
loadplugins_from_dirs(extra_dirs)
File "/opt/lib/python3.6/site-packages/flexget/plugin.py", line 396, in loadplugins_from_dirs
import(module_name)
File "/opt/lib/python3.6/site-packages/flexget/plugins/input/rss.py", line 16, in
import feedparser
File "/opt/lib/python3.6/site-packages/feedparser.py", line 316
raise KeyError, "object doesn't have key 'category'"
^
SyntaxError: invalid syntax`The contents of my config.yml file are:
' tasks:
IPT New TV Shows task:
rss: 'https://iptorrents.com/torrents/rss?u=XXXXXX;tp=12345342342;22;5;99;download;new'
series:
- Street Outlaws:
quality: 720p
download: /volumes1/Downloads/'I've tried googling to find the error, and don't seem to be able to find any information regarding it.
Also, I haven't tried modifying the problematic .py file (feedparser.py), as I'm hoping my error is something much simpler than that!
Just to add, the formatting of my .yml file is correct, but for some reason the post here won't honour the spacing!
Thanks,
Vel
Posts: 3
Participants: 2