Skip to content

Instantly share code, notes, and snippets.

@jake4679
Created December 5, 2015 04:06
Show Gist options
  • Save jake4679/c0fd3802430c270b453b to your computer and use it in GitHub Desktop.
Save jake4679/c0fd3802430c270b453b to your computer and use it in GitHub Desktop.
2015-12-04 23:02:23 ERROR Thread-52::Exception generated in issue submitter, please check the log
GithubException: 410 {u'documentation_url': u'https://developer.github.com/v3/issues/', u'message': u'Issues are disabled for this repo'}
raise self.__createException(status, responseHeaders, output)
File "/Applications/SickRage/SickRage/lib/github/Requester.py", line 179, in __check
return self.__check(*self.requestJson(verb, url, parameters, headers, input, cnx))
File "/Applications/SickRage/SickRage/lib/github/Requester.py", line 171, in requestJsonAndCheck
input=post_parameters
File "/Applications/SickRage/SickRage/lib/github/Repository.py", line 883, in create_issue
issue = gh.get_organization(gh_org).get_repo(gh_repo).create_issue(title_Error, message)
File "/Applications/SickRage/SickRage/sickbeard/logger.py", line 297, in submit_errors
Traceback (most recent call last):
GithubException: 410 {u'documentation_url': u'https://developer.github.com/v3/issues/', u'message': u'Issues are disabled for this repo'}
raise self.__createException(status, responseHeaders, output)
File "/Applications/SickRage/SickRage/lib/github/Requester.py", line 179, in __check
return self.__check(*self.requestJson(verb, url, parameters, headers, input, cnx))
File "/Applications/SickRage/SickRage/lib/github/Requester.py", line 171, in requestJsonAndCheck
input=post_parameters
File "/Applications/SickRage/SickRage/lib/github/Repository.py", line 883, in create_issue
issue = gh.get_organization(gh_org).get_repo(gh_repo).create_issue(title_Error, message)
File "/Applications/SickRage/SickRage/sickbeard/logger.py", line 297, in submit_errors
2015-12-04 23:02:23 ERROR Thread-52::Traceback (most recent call last):
2015-12-04 23:02:21 DEBUG Thread-52::cur_commit = 92b6eb03ee75db853e3fecb3367ce12d56a09abe, newest_commit = 92b6eb03ee75db853e3fecb3367ce12d56a09abe, num_commits_behind = 0, num_commits_ahead = 0
2015-12-04 23:02:21 DEBUG Thread-52::git rev-list --left-right "@{upstream}"...HEAD : returned successful
2015-12-04 23:02:21 DEBUG Thread-52::Executing git rev-list --left-right "@{upstream}"...HEAD with your shell in /Applications/SickRage/SickRage
2015-12-04 23:02:21 DEBUG Thread-52::git rev-parse --verify --quiet "@{upstream}" : returned successful
2015-12-04 23:02:21 DEBUG Thread-52::Executing git rev-parse --verify --quiet "@{upstream}" with your shell in /Applications/SickRage/SickRage
2015-12-04 23:02:21 DEBUG Thread-52::git fetch origin : returned successful
2015-12-04 23:02:20 DEBUG Thread-52::Executing git fetch origin with your shell in /Applications/SickRage/SickRage
2015-12-04 23:02:20 DEBUG Thread-52::git config remote.origin.pushurl https://github.com/********@gmail.com/SickRage.git : returned successful
2015-12-04 23:02:20 DEBUG Thread-52::Executing git config remote.origin.pushurl https://github.com/********@gmail.com/SickRage.git with your shell in /Applications/SickRage/SickRage
2015-12-04 23:02:20 DEBUG Thread-52::git config remote.origin.url https://github.com/SiCKRAGETV/SickRage.git : returned successful
2015-12-04 23:02:20 DEBUG Thread-52::Executing git config remote.origin.url https://github.com/SiCKRAGETV/SickRage.git with your shell in /Applications/SickRage/SickRage
2015-12-04 23:02:20 DEBUG Thread-52::git rev-parse HEAD : returned successful
2015-12-04 23:02:20 DEBUG Thread-52::Executing git rev-parse HEAD with your shell in /Applications/SickRage/SickRage
2015-12-04 23:02:20 DEBUG Thread-52::git symbolic-ref -q HEAD : returned successful
2015-12-04 23:02:20 DEBUG Thread-52::Executing git symbolic-ref -q HEAD with your shell in /Applications/SickRage/SickRage
2015-12-04 23:02:20 INFO Thread-52::Checking for updates using GIT
2015-12-04 23:02:20 DEBUG Thread-52::git symbolic-ref -q HEAD : returned successful
2015-12-04 23:02:20 DEBUG Thread-52::Executing git symbolic-ref -q HEAD with your shell in /Applications/SickRage/SickRage
2015-12-04 23:02:20 DEBUG Thread-52::Using: git
2015-12-04 23:02:20 DEBUG Thread-52::git version : returned successful
2015-12-04 23:02:20 DEBUG Thread-52::Executing git version with your shell in /Applications/SickRage/SickRage
2015-12-04 23:02:20 DEBUG Thread-52::Checking if we can use git commands: git version
2015-12-04 22:58:29 DEBUG Thread-42::The name Show Name - S02E03E04E05 - Ep Name.ext parsed into Show NameS02E03E04E05 [ABD: False] [ANIME: False] [whichReg: ['standard']]
2015-12-04 22:58:29 DEBUG Thread-42::Parsed Show Name - S02E03E04E05 - Ep Name.ext into Show NameS02E03E04E05 [ABD: False] [ANIME: False] [whichReg: ['standard']]
2015-12-04 22:58:29 DEBUG Thread-42::Trying to parse Show Name - S02E03E04E05 - Ep Name.ext
2015-12-04 22:58:29 DEBUG Thread-42::formatting pattern: Season %0S -> Season 02
2015-12-04 22:58:29 DEBUG Thread-42::Found codec for 'Show Name: Ep Name'.
2015-12-04 22:58:29 DEBUG Thread-42::Parsed Show.Name.S02E03E04E05.HDTV.XviD-RLSGROUP into Show NameS02E03E04E05 [GROUP: RLSGROUP] [ABD: False] [ANIME: False] [whichReg: ['standard']]
2015-12-04 22:58:29 DEBUG Thread-42::formatting pattern: %SN - S%0SE%0E - %EN -> Show Name - S02E03E04E05 - Ep Name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment