Created
July 26, 2015 12:53
-
-
Save miigotu/79a13148392c3f3af84f 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
2015-07-26 05:53:05 ERROR MainThread :: FAKE ERROR: FAKE EXCEPTION | |
GithubException: 422 {u'documentation_url': u'https://developer.github.com/v3/issues/#list-issues', u'message': u'Validation Failed', u'errors': [{u'field': u'state', u'code': u'invalid', u'resource': u'Issue', u'value': u'open|closed'}]} | |
raise self.__createException(status, responseHeaders, output) | |
File "/home/dusted/Projects/SickRage/lib/github/Requester.py", line 177, in __check | |
return self.__check(*self.requestJson(verb, url, parameters, headers, input, cnx)) | |
File "/home/dusted/Projects/SickRage/lib/github/Requester.py", line 169, in requestJsonAndCheck | |
parameters=self.__nextParams | |
File "/home/dusted/Projects/SickRage/lib/github/PaginatedList.py", line 158, in _fetchNextPage | |
newElements = self._fetchNextPage() | |
File "/home/dusted/Projects/SickRage/lib/github/PaginatedList.py", line 60, in _grow | |
newElements = self._grow() | |
File "/home/dusted/Projects/SickRage/lib/github/PaginatedList.py", line 48, in __iter__ | |
for report in reports: | |
File "/home/dusted/Projects/SickRage/sickbeard/logger.py", line 239, in submit_errors | |
Traceback (most recent call last): | |
2015-07-26 05:53:02 ERROR MainThread :: | |
Exception: FAKE EXCEPTION | |
raise Exception('FAKE EXCEPTION') | |
File "./tests/issue_submitter_tests.py", line 34, in error | |
Traceback (most recent call last): | |
2015-07-26 05:53:00 ERROR MainThread :: FAKE ERROR: FAKE EXCEPTION | |
GithubException: 422 {u'documentation_url': u'https://developer.github.com/v3/issues/#list-issues', u'message': u'Validation Failed', u'errors': [{u'field': u'state', u'code': u'invalid', u'resource': u'Issue', u'value': u'open|closed'}]} | |
raise self.__createException(status, responseHeaders, output) | |
File "/home/dusted/Projects/SickRage/lib/github/Requester.py", line 177, in __check | |
return self.__check(*self.requestJson(verb, url, parameters, headers, input, cnx)) | |
File "/home/dusted/Projects/SickRage/lib/github/Requester.py", line 169, in requestJsonAndCheck | |
parameters=self.__nextParams | |
File "/home/dusted/Projects/SickRage/lib/github/PaginatedList.py", line 158, in _fetchNextPage | |
newElements = self._fetchNextPage() | |
File "/home/dusted/Projects/SickRage/lib/github/PaginatedList.py", line 60, in _grow | |
newElements = self._grow() | |
File "/home/dusted/Projects/SickRage/lib/github/PaginatedList.py", line 48, in __iter__ | |
for report in reports: | |
File "/home/dusted/Projects/SickRage/sickbeard/logger.py", line 239, in submit_errors | |
Traceback (most recent call last): | |
2015-07-26 05:51:46 ERROR MainThread :: | |
Exception: FAKE EXCEPTION | |
raise Exception('FAKE EXCEPTION') | |
File "./tests/issue_submitter_tests.py", line 34, in error | |
Traceback (most recent call last): | |
2015-07-26 05:51:44 ERROR MainThread :: FAKE ERROR: FAKE EXCEPTION | |
2015-07-17 04:38:51 DEBUG MainThread :: No scene exceptions update needed | |
2015-07-17 04:38:51 WARNING MainThread :: Check scene exceptions update failed. Unable to update from: http://http://sickragetv.github.io/sr_tvrage_scene_exceptions/exceptions.txt | |
2015-07-17 04:38:51 WARNING MainThread :: Connection error to http://http://sickragetv.github.io/sr_tvrage_scene_exceptions/exceptions.txt. Error: ('Connection aborted.', gaierror(-2, 'Name or service not known')) | |
2015-07-17 04:38:51 INFO MainThread :: Checking for scene exception updates for TVRage | |
2015-07-17 04:38:50 DEBUG MainThread :: No scene exceptions update needed | |
2015-07-17 04:38:50 WARNING MainThread :: Check scene exceptions update failed. Unable to update from: http://http://sickragetv.github.io/sr_tvrage_scene_exceptions/exceptions.txt | |
2015-07-17 04:38:50 WARNING MainThread :: Connection error to http://http://sickragetv.github.io/sr_tvrage_scene_exceptions/exceptions.txt. Error: ('Connection aborted.', gaierror(-2, 'Name or service not known')) | |
2015-07-17 04:38:50 INFO MainThread :: Checking for scene exception updates for TVRage | |
2015-07-17 04:38:50 DEBUG MainThread :: HistoryStatus upgrade not required |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment