Advertisement
Guest User

Untitled

a guest
Jul 24th, 2015
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.78 KB | None | 0 0
  1. 2015-07-02 07:48:50 ERROR Thread-232 :: Failed doing webui callback: Traceback (most recent call last):
  2. 2015-07-02 07:48:49 DEBUG Thread-232 :: Start looking if having 5 episode(s) not watched
  3. 2015-07-02 07:48:43 DEBUG Thread-232 :: 79660: Saving show info to database
  4. 2015-07-02 07:48:43 DEBUG Thread-232 :: Stop looking if having 5 episode not watched
  5. 2015-07-02 07:48:43 DEBUG Thread-232 :: Start looking if having 5 episode(s) not watched
  6. 2015-07-02 07:48:37 DEBUG Thread-232 :: 296045: Saving show info to database
  7.  
  8. traktException: 404 Client Error: Not Found
  9. raise traktException(e)
  10. File "/volume1/@appstore/sickbeard-custom/var/SickBeard/lib/trakt/trakt.py", line 112, in traktRequest
  11. last_per_season = self.trakt_api.traktRequest("shows/" + str(imdb_id) + "/seasons?extended=full")
  12. File "/volume1/@appstore/sickbeard-custom/var/SickBeard/sickbeard/traktChecker.py", line 700, in updateWantedList
  13. if not sickbeard.traktRollingScheduler.action.updateWantedList(showObj.indexerid):
  14. File "/volume1/@appstore/sickbeard-custom/var/SickBeard/sickbeard/webserve.py", line 1501, in editShow
  15. directCall=True)
  16. File "/volume1/@appstore/sickbeard-custom/var/SickBeard/sickbeard/webserve.py", line 3270, in massEditSubmit
  17. result = function(**kwargs)
  18. File "/volume1/@appstore/sickbeard-custom/var/SickBeard/sickbeard/webserve.py", line 258, in async_call
  19. result = self.fn(*self.args, **self.kwargs)
  20. File "/usr/local/sickbeard-custom/var/SickBeard/lib/concurrent/futures/thread.py", line 61, in run
  21. exec('raise exc_type, exc_value, traceback', {}, locals_)
  22. File "/usr/local/sickbeard-custom/var/SickBeard/lib/concurrent/futures/_compat.py", line 107, in reraise
  23. reraise(self._exception, self._traceback)
  24. File "/usr/local/sickbeard-custom/var/SickBeard/lib/concurrent/futures/_base.py", line 359, in __get_result
  25. return self.__get_result()
  26. File "/usr/local/sickbeard-custom/var/SickBeard/lib/concurrent/futures/_base.py", line 400, in result
  27. value = future.result()
  28. File "/volume1/@appstore/sickbeard-custom/var/SickBeard/tornado/gen.py", line 807, in run
  29. results = yield self.async_call(method)
  30. File "/volume1/@appstore/sickbeard-custom/var/SickBeard/sickbeard/webserve.py", line 243, in get
  31. 2015-07-02 07:46:29 DEBUG TORNADO :: Failed doing webui request "massEditSubmit": Traceback (most recent call last):
  32. traktException: 404 Client Error: Not Found
  33. raise traktException(e)
  34. File "/volume1/@appstore/sickbeard-custom/var/SickBeard/lib/trakt/trakt.py", line 112, in traktRequest
  35. last_per_season = self.trakt_api.traktRequest("shows/" + str(imdb_id) + "/seasons?extended=full")
  36. File "/volume1/@appstore/sickbeard-custom/var/SickBeard/sickbeard/traktChecker.py", line 700, in updateWantedList
  37. if not sickbeard.traktRollingScheduler.action.updateWantedList(showObj.indexerid):
  38. File "/volume1/@appstore/sickbeard-custom/var/SickBeard/sickbeard/webserve.py", line 1501, in editShow
  39. directCall=True)
  40. File "/volume1/@appstore/sickbeard-custom/var/SickBeard/sickbeard/webserve.py", line 3270, in massEditSubmit
  41. result = function(**kwargs)
  42. File "/volume1/@appstore/sickbeard-custom/var/SickBeard/sickbeard/webserve.py", line 258, in async_call
  43. Traceback (most recent call last):
  44. traktException: 404 Client Error: Not Found
  45. raise traktException(e)
  46. File "/volume1/@appstore/sickbeard-custom/var/SickBeard/lib/trakt/trakt.py", line 112, in traktRequest
  47. last_per_season = self.trakt_api.traktRequest("shows/" + str(imdb_id) + "/seasons?extended=full")
  48. File "/volume1/@appstore/sickbeard-custom/var/SickBeard/sickbeard/traktChecker.py", line 700, in updateWantedList
  49. if not sickbeard.traktRollingScheduler.action.updateWantedList(showObj.indexerid):
  50. File "/volume1/@appstore/sickbeard-custom/var/SickBeard/sickbeard/webserve.py", line 1501, in editShow
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement