Guest User

Untitled

a guest
Sep 25th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. 2017-09-24 21:19 CRITICAL task duplicate-tv BUG: Unhandled error in plugin duplicates: u'tvdb_ep_id'
  2. Traceback (most recent call last):
  3. File "/usr/local/lib/python2.7/dist-packages/flexget/task.py", line 486, in __run_plugin
  4. return method(*args, **kwargs)
  5. File "/usr/local/lib/python2.7/dist-packages/flexget/event.py", line 23, in __call__
  6. return self.func(*args, **kwargs)
  7. File "/usr/local/lib/python2.7/dist-packages/flexget/plugins/filter/duplicates.py", line 38, in on_task_filter
  8. if entry[field] == prospect[field] and entry[field] is not None:
  9. File "/usr/local/lib/python2.7/dist-packages/flexget/utils/lazy_dict.py", line 71, in __getitem__
  10. item = self.store[key]
  11. KeyError: u'tvdb_ep_id'
Advertisement
Add Comment
Please, Sign In to add comment