Advertisement
Guest User

Untitled

a guest
Sep 22nd, 2015
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.97 KB | None | 0 0
  1. 2015-09-22 12:23:40 ERROR Thread-48 :: Failed doing webui callback: Traceback (most recent call last):
  2. 2015-09-22 12:23:40 DEBUG Thread-48 :: git symbolic-ref -q HEAD : returned successful
  3. 2015-09-22 12:23:40 DEBUG Thread-48 :: Executing git symbolic-ref -q HEAD with your shell in /usr/local/sickbeard-custom/var/SickBeard
  4. 2015-09-22 12:23:40 DEBUG Thread-48 :: Using: git
  5. 2015-09-22 12:23:40 DEBUG Thread-48 :: git version : returned successful
  6. 2015-09-22 12:23:40 DEBUG Thread-48 :: Executing git version with your shell in /usr/local/sickbeard-custom/var/SickBeard
  7. 2015-09-22 12:23:40 DEBUG Thread-48 :: Checking if we can use git commands: git version
  8.  
  9. AssertionError: Commit hash wrong length: 4 hash: None
  10. assert len(cur_hash) is 40, "Commit hash wrong length: %s hash: %s" % (len(cur_hash), cur_hash)
  11. File "/volume1/@appstore/sickbeard-custom/var/SickBeard/sickbeard/versionChecker.py", line 203, in getDBcompare
  12. db_status = checkversion.getDBcompare()
  13. File "/volume1/@appstore/sickbeard-custom/var/SickBeard/sickbeard/webserve.py", line 1130, in getDBcompare
  14. result = function(**kwargs)
  15. File "/volume1/@appstore/sickbeard-custom/var/SickBeard/sickbeard/webserve.py", line 274, in async_call
  16. result = self.fn(*self.args, **self.kwargs)
  17. File "/usr/local/sickbeard-custom/var/SickBeard/lib/concurrent/futures/thread.py", line 61, in run
  18. exec('raise exc_type, exc_value, traceback', {}, locals_)
  19. File "/usr/local/sickbeard-custom/var/SickBeard/lib/concurrent/futures/_compat.py", line 107, in reraise
  20. reraise(self._exception, self._traceback)
  21. File "/usr/local/sickbeard-custom/var/SickBeard/lib/concurrent/futures/_base.py", line 359, in __get_result
  22. return self.__get_result()
  23. File "/usr/local/sickbeard-custom/var/SickBeard/lib/concurrent/futures/_base.py", line 400, in result
  24. value = future.result()
  25. File "/volume1/@appstore/sickbeard-custom/var/SickBeard/tornado/gen.py", line 807, in run
  26. results = yield self.async_call(method)
  27. File "/volume1/@appstore/sickbeard-custom/var/SickBeard/sickbeard/webserve.py", line 259, in get
  28. 2015-09-22 12:23:38 DEBUG TORNADO :: Failed doing webui request "getDBcompare": Traceback (most recent call last):
  29. AssertionError: Commit hash wrong length: 4 hash: None
  30. assert len(cur_hash) is 40, "Commit hash wrong length: %s hash: %s" % (len(cur_hash), cur_hash)
  31. File "/volume1/@appstore/sickbeard-custom/var/SickBeard/sickbeard/versionChecker.py", line 203, in getDBcompare
  32. db_status = checkversion.getDBcompare()
  33. File "/volume1/@appstore/sickbeard-custom/var/SickBeard/sickbeard/webserve.py", line 1130, in getDBcompare
  34. result = function(**kwargs)
  35. File "/volume1/@appstore/sickbeard-custom/var/SickBeard/sickbeard/webserve.py", line 274, in async_call
  36. Traceback (most recent call last):
  37. AssertionError: Commit hash wrong length: 4 hash: None
  38. assert len(cur_hash) is 40, "Commit hash wrong length: %s hash: %s" % (len(cur_hash), cur_hash)
  39. File "/volume1/@appstore/sickbeard-custom/var/SickBeard/sickbeard/versionChecker.py", line 203, in getDBcompare
  40. db_status = checkversion.getDBcompare()
  41. File "/volume1/@appstore/sickbeard-custom/var/SickBeard/sickbeard/webserve.py", line 1130, in getDBcompare
  42. result = function(**kwargs)
  43. File "/volume1/@appstore/sickbeard-custom/var/SickBeard/sickbeard/webserve.py", line 274, in async_call
  44. 2015-09-22 12:23:38 ERROR Thread-21 :: Failed doing webui callback: Traceback (most recent call last):
  45. 2015-09-22 12:23:38 DEBUG Thread-21 :: git symbolic-ref -q HEAD : returned successful
  46. 2015-09-22 12:23:38 DEBUG Thread-21 :: Executing git symbolic-ref -q HEAD with your shell in /usr/local/sickbeard-custom/var/SickBeard
  47. 2015-09-22 12:23:38 DEBUG Thread-21 :: Using: git
  48. 2015-09-22 12:23:38 DEBUG Thread-21 :: git version : returned successful
  49. 2015-09-22 12:23:38 DEBUG Thread-21 :: Executing git version with your shell in /usr/local/sickbeard-custom/var/SickBeard
  50. 2015-09-22 12:23:38 DEBUG Thread-21 :: Checking if we can use git commands: git version
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement