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

Python 2.7 crashreport

$
0
0

@9Mad-Max5 wrote:

Hi,

I just newly camed up with flexget.
Its running on a raspi 3B+.
I used this configuration:
https://github.com/crack00r/Flexget-Config

I think it doesn´t make any change but it´s limited to python 2.

im getting the following crashreport:
2019-09-01 16:08 CRITICAL task_queue BUG: Unhandled exception during task queue run loop.
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/flexget/task_queue.py", line 48, in run
self.current_task.execute()
File "/usr/local/lib/python2.7/dist-packages/flexget/task.py", line 80, in wrapper
return func(self, *args, **kw)
File "/usr/local/lib/python2.7/dist-packages/flexget/task.py", line 693, in execute
self._execute()
File "/usr/local/lib/python2.7/dist-packages/flexget/task.py", line 659, in _execute
self.__run_task_phase(phase)
File "/usr/local/lib/python2.7/dist-packages/flexget/task.py", line 492, in __run_task_phase
for e in response:
File "/usr/local/lib/python2.7/dist-packages/flexget/utils/cached_input.py", line 201, in __iter__
for item in self.iterable:
File "/usr/local/lib/python2.7/dist-packages/flexget/components/trakt/trakt_list.py", line 305, in get_items
raise plugin.PluginError('Could not retrieve list from trakt (%s)' % e)
PluginError: Could not retrieve list from trakt (404 Client Error: Not Found for url: https://api.trakt.tv/users/USERNAME/lists/listname/items?limit=1000&page=1)

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 837

Trending Articles