Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- root@home-vm-deluge:/mnt/storage/configs/flexget# flexget execute --tasks My-TV-Shows
- 2017-04-19 10:14 VERBOSE task_queue There are 1 tasks to execute. Shutdown will commence when they have completed.
- 2017-04-19 10:14 VERBOSE input_cache My-TV-Shows Restored 49 entries from db cache
- 2017-04-19 10:14 CRITICAL task My-TV-Shows BUG: Unhandled error in plugin discover: 'NoneType' object has no attribute 'number'
- 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
- 2017-04-19 10:14 WARNING task My-TV-Shows Aborting task (plugin: discover)
- root@home-vm-deluge:/mnt/storage/configs/flexget# cat /mnt/storage/configs/flexget/crash_report.2017.04.19.101443076673.log
- 2017-04-19 10:14 DEBUG manager Figuring out config load paths
- 2017-04-19 10:14 DEBUG manager Found config: /mnt/storage/configs/flexget/config.yml
- 2017-04-19 10:14 DEBUG manager Config file /mnt/storage/configs/flexget/config.yml selected
- 2017-04-19 10:14 VERBOSE task_queue There are 1 tasks to execute. Shutdown will commence when they have completed.
- 2017-04-19 10:14 VERBOSE input_cache My-TV-Shows Restored 49 entries from db cache
- 2017-04-19 10:14 CRITICAL task My-TV-Shows BUG: Unhandled error in plugin discover: 'NoneType' object has no attribute 'number'
- Traceback (most recent call last):
- File "/usr/local/lib/python2.7/dist-packages/flexget/task.py", line 483, in __run_plugin
- return method(*args, **kwargs)
- 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 280, in on_task_input
- entries = self.execute_inputs(config, task)
- File "/usr/local/lib/python2.7/dist-packages/flexget/plugins/input/discover.py", line 109, in execute_inputs
- result = method(task, input_config)
- 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/next_series_episodes.py", line 154, in on_task_input
- eps_to_get = list(range(start_at_ep, latest_ep_this_season.number + 1))
- AttributeError: 'NoneType' object has no attribute 'number'
Advertisement
Add Comment
Please, Sign In to add comment