-
Notifications
You must be signed in to change notification settings - Fork 481
Torrent alive not working #1117
Copy link
Copy link
Closed
Labels
Description
This is from the crash report log:
2016-05-01 15:37 VERBOSE exists_movie SD_Movies Scanning path /videos/peliculas/ ...
2016-05-01 15:37 INFO download SD_Movies Downloading: The Boy 2016 BDRip x264-GECKOS
2016-05-01 15:37 VERBOSE details SD_Movies Summary - Accepted: 1 (Rejected: 207 Undecided: 24 Failed: 0)
2016-05-01 15:37 CRITICAL task SD_Movies BUG: Unhandled error in plugin torrent_alive: 'generator' object is not an iterator
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/flexget/task.py", line 442, in __run_plugin
return method(*args, **kwargs)
File "/usr/lib/python2.7/site-packages/flexget/event.py", line 23, in __call__
return self.func(*args, **kwargs)
File "/usr/lib/python2.7/site-packages/flexget/plugins/filter/torrent_alive.py", line 245, in on_task_output
seeds = get_tracker_seeds(tracker, info_hash)
File "/usr/lib/python2.7/site-packages/flexget/plugins/filter/torrent_alive.py", line 162, in get_tracker_seeds
return get_http_seeds(url, info_hash)
File "/usr/lib/python2.7/site-packages/flexget/plugins/filter/torrent_alive.py", line 138, in get_http_seeds
data = bdecode(requests.get(url).text.encode('utf-8')).get('files')
File "/usr/lib/python2.7/site-packages/flexget/utils/bittorrent.py", line 139, in bdecode
data = decode_item(functools.partial(next, src), next(src)) # pylint:disable=E1101
File "/usr/lib/python2.7/site-packages/flexget/utils/bittorrent.py", line 127, in decode_item
data.append(decode_item(next, tok))
File "/usr/lib/python2.7/site-packages/flexget/utils/bittorrent.py", line 128, in decode_item
tok = next()
File "/usr/lib/python2.7/site-packages/future/builtins/newnext.py", line 62, in newnext
iterator.__class__.__name__))
TypeError: 'generator' object is not an iterator
Flexget is 2.0.8 and python 2.7.11
Reactions are currently unavailable