Skip to content

Instantly share code, notes, and snippets.

@Artic0din
Created January 16, 2015 01:08
Show Gist options
  • Save Artic0din/3745034ae3fbad8cbb62 to your computer and use it in GitHub Desktop.
Save Artic0din/3745034ae3fbad8cbb62 to your computer and use it in GitHub Desktop.
2015-01-16 12:08:41 ERROR Thread-68 :: cannot concatenate 'str' and 'exceptions.TypeError' objects
TypeError: cannot concatenate 'str' and 'GithubException' objects
issue = gh.get_organization(gh_org).get_repo(gh_repo).create_issue("[APP SUBMITTED]: " + curError.title, message)
File "/Users/ryanfoyle/SickRage/sickbeard/logger.py", line 192, in submit_errors
Traceback (most recent call last):
2015-01-16 12:08:35 ERROR Thread-45 :: cannot concatenate 'str' and 'GithubException' objects
GithubException: 422 {u'documentation_url': u'https://developer.github.com/v3/gists/#create-a-gist', u'message': u'Validation Failed', u'errors': [{u'field': u'files', u'code': u'missing_field', u'resource': u'Gist'}]}
raise self.__createException(status, responseHeaders, output)
File "/Users/ryanfoyle/SickRage/lib/github/Requester.py", line 177, in __check
return self.__check(*self.requestJson(verb, url, parameters, headers, input, cnx))
File "/Users/ryanfoyle/SickRage/lib/github/Requester.py", line 169, in requestJsonAndCheck
input=post_parameters
File "/Users/ryanfoyle/SickRage/lib/github/AuthenticatedUser.py", line 473, in create_gist
gist = gh.get_user().create_gist(True, {"sickrage.log": InputFileContent(paste_data)})
File "/Users/ryanfoyle/SickRage/sickbeard/logger.py", line 175, in submit_errors
Traceback (most recent call last):
2015-01-16 12:08:30 ERROR Thread-91 ::
traktException: 502 Server Error: Bad Gateway
raise traktException(e)
File "/Users/ryanfoyle/SickRage/lib/trakt/trakt.py", line 37, in traktRequest
watchlist = self.trakt_api.traktRequest("user/watchlist/episodes.json/%APIKEY%/%USER%")
File "/Users/ryanfoyle/SickRage/sickbeard/traktChecker.py", line 161, in updateEpisodes
self.updateEpisodes()
File "/Users/ryanfoyle/SickRage/sickbeard/traktChecker.py", line 50, in run
2015-01-16 12:03:48 DEBUG TRAKTCHECKER :: Traceback (most recent call last):
2015-01-16 12:03:47 DEBUG TRAKTCHECKER :: Starting trakt episode watchlist check
2015-01-16 12:03:00 INFO SEARCHQUEUE-DAILY-SEARCH :: No needed episodes found
2015-01-16 12:03:00 DEBUG SEARCHQUEUE-DAILY-SEARCH :: [TvTorrents] :: Transaction with 32 queries executed
2015-01-16 12:03:00 DEBUG SEARCHQUEUE-DAILY-SEARCH :: [KickAssTorrents] :: Transaction with 32 queries executed
2015-01-16 12:02:59 DEBUG SEARCHQUEUE-DAILY-SEARCH :: [EZRSS] :: Transaction with 32 queries executed
2015-01-16 12:02:59 WARNING POSTPROCESSER :: Problem(s) during processing
2015-01-16 12:02:59 WARNING POSTPROCESSER :: Processing failed for /Users/ryanfoyle/Downloads/uTorrent/Complete/Web.Therapy.S04E10.HDTV.x264-BATV.mp4:
2015-01-16 12:02:59 WARNING POSTPROCESSER :: This show isn't in your list, you need to add it to SB before post-processing an episode
2015-01-16 12:02:59 DEBUG POSTPROCESSER :: Unable to parse, skipping: Unable to parse Complete Web.Therapy.S04E10.HDTV.x264-BATV
2015-01-16 12:02:59 DEBUG POSTPROCESSER :: Trying to find complete web therapy on TVRage
2015-01-16 12:02:59 DEBUG SEARCHQUEUE-DAILY-SEARCH :: [KickAssTorrents] :: Last update was too soon, using old cache: today()-2015-01-16 11:53:01<0:20:00
2015-01-16 12:02:59 DEBUG SEARCHQUEUE-DAILY-SEARCH :: [TvTorrents] :: TvTorrents cache update URL: https://www.tvtorrents.com/RssServlet?digest=****************************************&hash=****************************************&fname=true&exclude=(all.month|month.of|season[\s\d]*complete)
2015-01-16 12:02:59 DEBUG SEARCHQUEUE-DAILY-SEARCH :: [EZRSS] :: EZRSS cache update URL: feed/
2015-01-16 12:02:59 INFO SEARCHQUEUE-DAILY-SEARCH :: Seeing if we need anything from Partners (2014)
2015-01-16 12:02:59 INFO SEARCHQUEUE-DAILY-SEARCH :: Seeing if we need anything from The Mysteries of Laura
2015-01-16 12:02:59 INFO SEARCHQUEUE-DAILY-SEARCH :: Seeing if we need anything from NCIS: New Orleans
2015-01-16 12:02:59 INFO SEARCHQUEUE-DAILY-SEARCH :: Seeing if we need anything from Star Wars Rebels
2015-01-16 12:02:59 INFO SEARCHQUEUE-DAILY-SEARCH :: Seeing if we need anything from The Goldbergs (2013)
2015-01-16 12:02:59 INFO SEARCHQUEUE-DAILY-SEARCH :: Seeing if we need anything from The Librarians (2014)
2015-01-16 12:02:59 INFO SEARCHQUEUE-DAILY-SEARCH :: Seeing if we need anything from The Game (2014)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment