Created
September 24, 2015 18:27
-
-
Save Boombadybyebye/b722d197a44e917f8d92 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
AAAssertionError: Commit hash wrong length: 4 hash: None | |
AA assert len(cur_hash) is 40, "Commit hash wrong length: %s hash: %s" % (len(cur_hash), cur_hash) | |
AA File "/raid0/data/module/SickBeardTVR/sys/SickBeard/sickbeard/versionChecker.py", line 203, in getDBcompare | |
AA result = self.getDBcompare() | |
AA File "/raid0/data/module/SickBeardTVR/sys/SickBeard/sickbeard/versionChecker.py", line 156, in db_safe | |
AATraceback (most recent call last): | |
2015-09-24 14:22:37 ERROR CHECKVERSION :: We can't proceed with the update. Unable to compare DB version | |
2015-09-24 14:22:37 INFO CHECKVERSION :: New update found for SickRage, starting auto-updater ... | |
2015-09-24 14:22:37 WARNING CHECKVERSION :: No git specified, can't use git commands | |
2015-09-24 14:22:37 WARNING CHECKVERSION :: No git specified, can't use git commands | |
2015-09-24 14:22:37 INFO TORNADO :: Starting SickRage on http://0.0.0.0:8081/ | |
2015-09-24 14:22:37 INFO MAIN :: Forcing web server to port 8081 | |
2015-09-24 14:22:36 WARNING MAIN :: No git specified, can't use git commands | |
AANone | |
2015-09-24 14:22:36 ERROR MAIN :: git version returned : /bin/sh: git: command not found, treat as error for now | |
2015-09-24 14:22:36 INFO MAIN :: Checking for shows with tvrage id's, since tvrage is gone | |
2015-09-24 10:16:23 INFO MAIN :: Checking for shows with tvrage id's, since tvrage is gone | |
2015-09-24 10:03:42 INFO MAIN :: Checking for shows with tvrage id's, since tvrage is gone |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment