Advertisement
OmgImAlexis

Untitled

Jan 14th, 2016
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.15 KB | None | 0 0
  1. 2016-01-15 01:06:14 INFO MAIN :: Signal 2 caught, saving and exiting...
  2. AA
  3. AAValueError: invalid literal for int() with base 10: ''
  4. AA if not int(watchlists_enabled[index]):
  5. AA File "/Users/**/code/SickRage/sickbeard/webserve.py", line 2648, in imdbWatchlist
  6. AA result = function(**kwargs)
  7. AA File "/Users/**/code/SickRage/sickbeard/webserve.py", line 272, in async_call
  8. AA result = self.fn(*self.args, **self.kwargs)
  9. AA File "/Users/**/code/SickRage/lib/concurrent/futures/thread.py", line 61, in run
  10. AA exec('raise exc_type, exc_value, traceback', {}, locals_)
  11. AA File "/Users/**/code/SickRage/lib/concurrent/futures/_compat.py", line 107, in reraise
  12. AA reraise(self._exception, self._traceback)
  13. AA File "/Users/**/code/SickRage/lib/concurrent/futures/_base.py", line 359, in __get_result
  14. AA return self.__get_result()
  15. AA File "/Users/**/code/SickRage/lib/concurrent/futures/_base.py", line 400, in result
  16. AA value = future.result()
  17. AA File "/Users/**/code/SickRage/lib/tornado/gen.py", line 870, in run
  18. AA results = yield self.async_call(method)
  19. AA File "/Users/**/code/SickRage/sickbeard/webserve.py", line 257, in get
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement