Quantcast
Channel: help - Forum - FlexGet
Viewing all articles
Browse latest Browse all 837

Feedparser.py, line 316 Error

$
0
0

@overseer486 wrote:

Just finished installing on my OpenWRT device. I'm running latest stable, and i have installed python 3.6
I'm on the latest flexget available.

root@OpenWrt:/# flexget -V
2.20.21
You are on the latest release.

when i try to run with a config file, i get the following error:

2019-04-25 02:21 CRITICAL plugin                        Exception while loading plugin flexget.plugins.input.apple_trailers
Traceback (most recent call last):
  File "/usr/lib/python3.6/site-packages/flexget/plugin.py", line 434, in _import_plugin
    import_module(module_name)
  File "/usr/lib/python3.6/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 994, in _gcd_import
  File "<frozen importlib._bootstrap>", line 971, in _find_and_load
  File "<frozen importlib._bootstrap>", line 955, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 665, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 678, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "/usr/lib/python3.6/site-packages/flexget/plugins/input/apple_trailers.py", line 7, in <module>
    import feedparser
  File "/usr/lib/python3.6/site-packages/feedparser.py", line 316
    raise KeyError, "object doesn't have key 'category'"
                  ^
SyntaxError: invalid syntax

any help would be welcome

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 837

Trending Articles