Skip to content

Instantly share code, notes, and snippets.

@wernerhp
Created November 20, 2015 20:44
Show Gist options
  • Save wernerhp/7190338017745018d22d to your computer and use it in GitHub Desktop.
Save wernerhp/7190338017745018d22d to your computer and use it in GitHub Desktop.
2015-11-20 22:45:28 ERROR Thread-41 :: Exception generated in issue submitter, please check the log
BadCredentialsException: 401 {u'documentation_url': u'https://developer.github.com/v3', u'message': u'Bad credentials'}
raise self.__createException(status, responseHeaders, output)
File "/opt/sickbeard/lib/github/Requester.py", line 179, in __check
return self.__check(*self.requestJson(verb, url, parameters, headers, input, cnx))
File "/opt/sickbeard/lib/github/Requester.py", line 171, in requestJsonAndCheck
input=post_parameters
File "/opt/sickbeard/lib/github/AuthenticatedUser.py", line 473, in create_gist
gist = gh.get_user().create_gist(True, {"sickrage.log": InputFileContent(paste_data)})
File "/opt/sickbeard/sickbeard/logger.py", line 249, in submit_errors
Traceback (most recent call last):
BadCredentialsException: 401 {u'documentation_url': u'https://developer.github.com/v3', u'message': u'Bad credentials'}
raise self.__createException(status, responseHeaders, output)
File "/opt/sickbeard/lib/github/Requester.py", line 179, in __check
return self.__check(*self.requestJson(verb, url, parameters, headers, input, cnx))
File "/opt/sickbeard/lib/github/Requester.py", line 171, in requestJsonAndCheck
input=post_parameters
File "/opt/sickbeard/lib/github/AuthenticatedUser.py", line 473, in create_gist
gist = gh.get_user().create_gist(True, {"sickrage.log": InputFileContent(paste_data)})
File "/opt/sickbeard/sickbeard/logger.py", line 249, in submit_errors
2015-11-20 22:45:28 ERROR Thread-41 :: Traceback (most recent call last):
2015-11-20 22:45:26 DEBUG Thread-41 :: cur_commit = d294e9faf48d45051a50d4e2cf3a0252c28d5b17, newest_commit = d294e9faf48d45051a50d4e2cf3a0252c28d5b17, num_commits_behind = 0, num_commits_ahead = 0
2015-11-20 22:45:26 DEBUG Thread-41 :: git rev-list --left-right "@{upstream}"...HEAD : returned successful
2015-11-20 22:45:26 DEBUG Thread-41 :: Executing git rev-list --left-right "@{upstream}"...HEAD with your shell in /opt/sickbeard
2015-11-20 22:45:26 DEBUG Thread-41 :: git rev-parse --verify --quiet "@{upstream}" : returned successful
2015-11-20 22:45:26 DEBUG Thread-41 :: Executing git rev-parse --verify --quiet "@{upstream}" with your shell in /opt/sickbeard
2015-11-20 22:45:26 DEBUG Thread-41 :: git fetch origin : returned successful
2015-11-20 22:45:23 DEBUG Thread-41 :: Executing git fetch origin with your shell in /opt/sickbeard
2015-11-20 22:45:23 DEBUG Thread-41 :: git config remote.origin.pushurl https://github.com/********/SickRage.git : returned successful
2015-11-20 22:45:23 DEBUG Thread-41 :: Executing git config remote.origin.pushurl https://github.com/********/SickRage.git with your shell in /opt/sickbeard
2015-11-20 22:45:23 DEBUG Thread-41 :: git config remote.origin.url https://github.com/SiCKRAGETV/SickRage.git : returned successful
2015-11-20 22:45:23 DEBUG Thread-41 :: Executing git config remote.origin.url https://github.com/SiCKRAGETV/SickRage.git with your shell in /opt/sickbeard
2015-11-20 22:45:23 DEBUG Thread-41 :: git rev-parse HEAD : returned successful
2015-11-20 22:45:23 DEBUG Thread-41 :: Executing git rev-parse HEAD with your shell in /opt/sickbeard
2015-11-20 22:45:23 DEBUG Thread-41 :: git symbolic-ref -q HEAD : returned successful
2015-11-20 22:45:23 DEBUG Thread-41 :: Executing git symbolic-ref -q HEAD with your shell in /opt/sickbeard
2015-11-20 22:45:23 DEBUG Thread-41 :: git symbolic-ref -q HEAD : returned successful
2015-11-20 22:45:23 DEBUG Thread-41 :: Executing git symbolic-ref -q HEAD with your shell in /opt/sickbeard
2015-11-20 22:45:23 DEBUG Thread-41 :: Using: git
2015-11-20 22:45:23 DEBUG Thread-41 :: git version : returned successful
2015-11-20 22:45:23 DEBUG Thread-41 :: Executing git version with your shell in /opt/sickbeard
2015-11-20 22:45:23 DEBUG Thread-41 :: Checking if we can use git commands: git version
2015-11-20 22:45:16 DEBUG Thread-26 :: git ls-remote --heads origin : returned successful
2015-11-20 22:45:13 DEBUG Thread-26 :: Executing git ls-remote --heads origin with your shell in /opt/sickbeard
2015-11-20 22:45:13 DEBUG Thread-26 :: git symbolic-ref -q HEAD : returned successful
2015-11-20 22:45:13 DEBUG Thread-26 :: Executing git symbolic-ref -q HEAD with your shell in /opt/sickbeard
2015-11-20 22:45:13 DEBUG Thread-26 :: git config remote.origin.pushurl https://github.com/********/SickRage.git : returned successful
2015-11-20 22:45:13 DEBUG Thread-26 :: Executing git config remote.origin.pushurl https://github.com/********/SickRage.git with your shell in /opt/sickbeard
2015-11-20 22:45:13 DEBUG Thread-26 :: git config remote.origin.url https://github.com/SiCKRAGETV/SickRage.git : returned successful
2015-11-20 22:45:13 DEBUG Thread-26 :: Executing git config remote.origin.url https://github.com/SiCKRAGETV/SickRage.git with your shell in /opt/sickbeard
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment