Guest User

Untitled

a guest
Apr 19th, 2017
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.69 KB | None | 0 0
  1. root@home-vm-deluge:/mnt/storage/configs/flexget# flexget execute --tasks My-TV-Shows
  2. 2017-04-19 10:14 VERBOSE task_queue There are 1 tasks to execute. Shutdown will commence when they have completed.
  3. 2017-04-19 10:14 VERBOSE input_cache My-TV-Shows Restored 49 entries from db cache
  4. 2017-04-19 10:14 CRITICAL task My-TV-Shows BUG: Unhandled error in plugin discover: 'NoneType' object has no attribute 'number'
  5. 2017-04-19 10:14 CRITICAL manager My-TV-Shows An unexpected crash has occurred. Writing crash report to /mnt/storage/configs/flexget/crash_report.2017.04.19.101443076673.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.10.33
  6. 2017-04-19 10:14 WARNING task My-TV-Shows Aborting task (plugin: discover)
  7.  
  8.  
  9. root@home-vm-deluge:/mnt/storage/configs/flexget# cat /mnt/storage/configs/flexget/crash_report.2017.04.19.101443076673.log
  10. 2017-04-19 10:14 DEBUG manager Figuring out config load paths
  11. 2017-04-19 10:14 DEBUG manager Found config: /mnt/storage/configs/flexget/config.yml
  12. 2017-04-19 10:14 DEBUG manager Config file /mnt/storage/configs/flexget/config.yml selected
  13. 2017-04-19 10:14 VERBOSE task_queue There are 1 tasks to execute. Shutdown will commence when they have completed.
  14. 2017-04-19 10:14 VERBOSE input_cache My-TV-Shows Restored 49 entries from db cache
  15. 2017-04-19 10:14 CRITICAL task My-TV-Shows BUG: Unhandled error in plugin discover: 'NoneType' object has no attribute 'number'
  16. Traceback (most recent call last):
  17. File "/usr/local/lib/python2.7/dist-packages/flexget/task.py", line 483, in __run_plugin
  18. return method(*args, **kwargs)
  19. File "/usr/local/lib/python2.7/dist-packages/flexget/event.py", line 23, in __call__
  20. return self.func(*args, **kwargs)
  21. File "/usr/local/lib/python2.7/dist-packages/flexget/plugins/input/discover.py", line 280, in on_task_input
  22. entries = self.execute_inputs(config, task)
  23. File "/usr/local/lib/python2.7/dist-packages/flexget/plugins/input/discover.py", line 109, in execute_inputs
  24. result = method(task, input_config)
  25. File "/usr/local/lib/python2.7/dist-packages/flexget/event.py", line 23, in __call__
  26. return self.func(*args, **kwargs)
  27. File "/usr/local/lib/python2.7/dist-packages/flexget/plugins/input/next_series_episodes.py", line 154, in on_task_input
  28. eps_to_get = list(range(start_at_ep, latest_ep_this_season.number + 1))
  29. AttributeError: 'NoneType' object has no attribute 'number'
Advertisement
Add Comment
Please, Sign In to add comment