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

BUG: Unhandled error in plugin discover

$
0
0

@Juxjustin wrote:

I get this in log:

2016-08-07 20:04 CRITICAL task get_movies BUG: Unhandled error in plugin discover: __init__() got an unexpected keyword argument 'encoding'
2016-08-07 20:04 CRITICAL manager get_movies An unexpected crash has occurred. Writing crash report to /home/osmc/.config/flexget/crash_report.2016.08.07.200412709328.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 2.2.10
2016-08-07 20:04 WARNING task get_movies Aborting task (plugin: discover)

my crashlog:

2016-08-07 19:50 CRITICAL task get_movies BUG: Unhandled error in plugin discover: __init__() got an unexpected keyword argument 'encoding'
Traceback (most recent call last):
return method(*args, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/flexget/task.py", line 444, in __run_plugin
File "/usr/local/lib/python2.7/dist-packages/flexget/event.py", line 23, in __call__
return self.func(*args, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/flexget/plugins/input/discover.py", line 273, in on_task_input
return self.execute_searches(config, entries, task)
File "/usr/local/lib/python2.7/dist-packages/flexget/plugins/input/discover.py", line 144, in execute_searches
search_results = search.search(task=task, entry=entry, config=plugin_config)
File "/usr/local/lib/python2.7/dist-packages/flexget/plugin.py", line 118, in wrapped_func
return func(*args, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/flexget/plugins/urlrewrite/piratebay.py", line 134, in search
soup = get_soup(page)
File "/usr/local/lib/python2.7/dist-packages/flexget/utils/soup.py", line 16, in get_soup
return BeautifulSoup(obj, parser)
File "/usr/local/lib/python2.7/dist-packages/bs4/__init__.py", line 228, in __init__
self._feed()
File "/usr/local/lib/python2.7/dist-packages/bs4/__init__.py", line 289, in _feed
self.builder.feed(self.markup)
File "/usr/local/lib/python2.7/dist-packages/bs4/builder/_html5lib.py", line 68, in feed
doc = parser.parse(markup, **extra_kwargs)
File "/usr/local/lib/python2.7/dist-packages/html5lib/html5parser.py", line 235, in parse
self._parse(stream, False, None, *args, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/html5lib/html5parser.py", line 85, in _parse
self.tokenizer = _tokenizer.HTMLTokenizer(stream, parser=self, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/html5lib/_tokenizer.py", line 36, in __init__
self.stream = HTMLInputStream(stream, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/html5lib/_inputstream.py", line 151, in HTMLInputStream
return HTMLBinaryInputStream(source, **kwargs)
TypeError: __init__() got an unexpected keyword argument 'encoding'

config :

discover:
          what:
            - movie_list: movies
          from:
            - piratebay:
                category: highres movies
                sort_by: default
            - publichd:
                category:
                  - BluRay 720p
                  - BluRay 1080p
                  - BRRip
            - rarbg:
                category:
                  - x264 1080p
                  - x264 720p

What is wrong? I'm using v2.2.10

Posts: 3

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 837

Trending Articles