Advertisement
Guest User

Untitled

a guest
Aug 4th, 2015
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.38 KB | None | 0 0
  1. 2015-07-17 09:12:14 ERROR Thread-17 :: Failed doing webui callback: Traceback (most recent call last):
  2.  
  3. IOError: [Errno 2] No such file or directory: 'news.md'
  4. with open("news.md", "r") as newsfile:
  5. File "/volume1/@appstore/sickbeard-custom/var/SickBeard/sickbeard/webserve.py", line 2167, in index
  6. result = function(**kwargs)
  7. File "/volume1/@appstore/sickbeard-custom/var/SickBeard/sickbeard/webserve.py", line 271, in async_call
  8. result = self.fn(*self.args, **self.kwargs)
  9. File "/usr/local/sickbeard-custom/var/SickBeard/lib/concurrent/futures/thread.py", line 61, in run
  10. exec('raise exc_type, exc_value, traceback', {}, locals_)
  11. File "/usr/local/sickbeard-custom/var/SickBeard/lib/concurrent/futures/_compat.py", line 107, in reraise
  12. reraise(self._exception, self._traceback)
  13. File "/usr/local/sickbeard-custom/var/SickBeard/lib/concurrent/futures/_base.py", line 359, in __get_result
  14. return self.__get_result()
  15. File "/usr/local/sickbeard-custom/var/SickBeard/lib/concurrent/futures/_base.py", line 400, in result
  16. value = future.result()
  17. File "/volume1/@appstore/sickbeard-custom/var/SickBeard/tornado/gen.py", line 807, in run
  18. results = yield self.async_call(method)
  19. File "/volume1/@appstore/sickbeard-custom/var/SickBeard/sickbeard/webserve.py", line 256, in get
  20. 2015-07-17 09:12:14 DEBUG TORNADO :: Failed doing webui request "index": Traceback (most recent call last):
  21. IOError: [Errno 2] No such file or directory: 'news.md'
  22. with open("news.md", "r") as newsfile:
  23. File "/volume1/@appstore/sickbeard-custom/var/SickBeard/sickbeard/webserve.py", line 2167, in index
  24. result = function(**kwargs)
  25. File "/volume1/@appstore/sickbeard-custom/var/SickBeard/sickbeard/webserve.py", line 271, in async_call
  26. Traceback (most recent call last):
  27. IOError: [Errno 2] No such file or directory: 'news.md'
  28. with open("news.md", "r") as newsfile:
  29. File "/volume1/@appstore/sickbeard-custom/var/SickBeard/sickbeard/webserve.py", line 2167, in index
  30. result = function(**kwargs)
  31. File "/volume1/@appstore/sickbeard-custom/var/SickBeard/sickbeard/webserve.py", line 271, in async_call
  32. 2015-07-17 09:12:14 ERROR Thread-138 :: Failed doing webui callback: Traceback (most recent call last):
  33.  
  34. IOError: [Errno 2] No such file or directory: 'news.md'
  35. with open("news.md", "r") as newsfile:
  36. File "/volume1/@appstore/sickbeard-custom/var/SickBeard/sickbeard/webserve.py", line 2167, in index
  37. result = function(**kwargs)
  38. File "/volume1/@appstore/sickbeard-custom/var/SickBeard/sickbeard/webserve.py", line 271, in async_call
  39. result = self.fn(*self.args, **self.kwargs)
  40. File "/usr/local/sickbeard-custom/var/SickBeard/lib/concurrent/futures/thread.py", line 61, in run
  41. exec('raise exc_type, exc_value, traceback', {}, locals_)
  42. File "/usr/local/sickbeard-custom/var/SickBeard/lib/concurrent/futures/_compat.py", line 107, in reraise
  43. reraise(self._exception, self._traceback)
  44. File "/usr/local/sickbeard-custom/var/SickBeard/lib/concurrent/futures/_base.py", line 359, in __get_result
  45. return self.__get_result()
  46. File "/usr/local/sickbeard-custom/var/SickBeard/lib/concurrent/futures/_base.py", line 400, in result
  47. value = future.result()
  48. File "/volume1/@appstore/sickbeard-custom/var/SickBeard/tornado/gen.py", line 807, in run
  49. results = yield self.async_call(method)
  50. File "/volume1/@appstore/sickbeard-custom/var/SickBeard/sickbeard/webserve.py", line 256, in get
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement