Advertisement
Guest User

crash_report.log

a guest
Feb 27th, 2017
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.91 KB | None | 0 0
  1. 2017-02-28 00:29 DEBUG manager Figuring out config load paths
  2. 2017-02-28 00:29 DEBUG manager Found config: /root/.config/flexget/config.yml
  3. 2017-02-28 00:29 DEBUG manager Config file /root/.config/flexget/config.yml selected
  4. 2017-02-28 00:29 VERBOSE manager Creating new database /root/.config/flexget/db-config.sqlite - DO NOT INTERUPT ...
  5. 2017-02-28 00:29 VERBOSE task_queue There are 5 tasks to execute. Shutdown will commence when they have completed.
  6. 2017-02-28 00:29 CRITICAL task Lostfilm BUG: Unhandled error in plugin lostfilm: unknown url type: /
  7. Traceback (most recent call last):
  8. File "/usr/local/lib/python2.7/site-packages/flexget/task.py", line 483, in __run_plugin
  9. return method(*args, **kwargs)
  10. File "/usr/local/lib/python2.7/site-packages/flexget/event.py", line 23, in __call__
  11. return self.func(*args, **kwargs)
  12. File "/usr/local/lib/python2.7/site-packages/flexget/plugins/sites/lostfilm.py", line 117, in on_task_input
  13. response = task.requests.get(redirect_url)
  14. File "/usr/local/lib/python2.7/site-packages/requests/sessions.py", line 501, in get
  15. return self.request('GET', url, **kwargs)
  16. File "/usr/local/lib/python2.7/site-packages/flexget/utils/requests.py", line 236, in request
  17. return _wrap_urlopen(url, timeout=kwargs['timeout'])
  18. File "/usr/local/lib/python2.7/site-packages/flexget/utils/requests.py", line 142, in _wrap_urlopen
  19. raw = urlopen(url, timeout=timeout)
  20. File "/usr/local/lib/python2.7/urllib2.py", line 154, in urlopen
  21. return opener.open(url, data, timeout)
  22. File "/usr/local/lib/python2.7/urllib2.py", line 421, in open
  23. protocol = req.get_type()
  24. File "/usr/local/lib/python2.7/urllib2.py", line 283, in get_type
  25. raise ValueError, "unknown url type: %s" % self.__original
  26. ValueError: unknown url type: /
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement