Skip to content

Instantly share code, notes, and snippets.

@miigotu
Created July 28, 2015 00:11
Show Gist options
  • Save miigotu/b8cc8e629965d82fcbd0 to your computer and use it in GitHub Desktop.
Save miigotu/b8cc8e629965d82fcbd0 to your computer and use it in GitHub Desktop.
2015-07-27 17:11:18 ERROR Thread-28 :: Failed doing webui callback: Traceback (most recent call last):
2015-07-27 17:10:58 INFO SEARCHQUEUE-DAILY-SEARCH :: No needed episodes found
2015-07-27 17:10:57 DEBUG SEARCHQUEUE-DAILY-SEARCH :: [HDTorrents] :: Last update was too soon, using old cache: 2015-07-27 16:51:55. Updated less then 20 minutes ago
2015-07-27 17:10:57 DEBUG SEARCHQUEUE-DAILY-SEARCH :: Seeing if we need anything from Hannibal
2015-07-27 17:10:57 DEBUG SEARCHQUEUE-DAILY-SEARCH :: Seeing if we need anything from Penn & Teller: Fool Us
2015-07-27 17:10:57 DEBUG SEARCHQUEUE-DAILY-SEARCH :: Seeing if we need anything from Once Upon a Time (2011)
2015-07-27 17:10:57 DEBUG SEARCHQUEUE-DAILY-SEARCH :: Seeing if we need anything from Game of Thrones
2015-07-27 17:10:57 INFO SEARCHQUEUE-DAILY-SEARCH :: Beginning daily search for new episodes
2015-07-27 17:10:57 DEBUG CHECKVERSION :: cur_commit = 8e2939427d62807b7df935cd122a1dcd0ac6a80e, newest_commit = 8e2939427d62807b7df935cd122a1dcd0ac6a80e, num_commits_behind = 0, num_commits_ahead = 0
2015-07-27 17:10:57 DEBUG CHECKVERSION :: git rev-list --left-right "@{upstream}"...HEAD : returned successful
2015-07-27 17:10:57 DEBUG CHECKVERSION :: Executing git rev-list --left-right "@{upstream}"...HEAD with your shell in /home/dusted/Projects/SickRage
2015-07-27 17:10:57 DEBUG CHECKVERSION :: git rev-parse --verify --quiet "@{upstream}" : returned successful
2015-07-27 17:10:57 DEBUG CHECKVERSION :: Executing git rev-parse --verify --quiet "@{upstream}" with your shell in /home/dusted/Projects/SickRage
2015-07-27 17:10:57 DEBUG CHECKVERSION :: git fetch upstream : returned successful
2015-07-27 17:10:56 INFO DAILYSEARCHER :: No new released episodes found ...
2015-07-27 17:10:56 DEBUG DAILYSEARCHER :: Transaction with 2182 queries executed
2015-07-27 17:10:55 WARNING MAIN :: Updating network timezones failed, this can happen from time to time. URL: http://sickragetv.github.io/sb_network_timezones/network_timezones.txt
OSError: [Errno 2] No such file or directory: '/home/dusted/Projects/SickRage/cache/sessions/6/5/0/f/5/650f5dfd66f5302b4e3487f7e734ecfdd5dce20304807f43d8a1124c'
os.remove(name)
File "/home/dusted/Projects/SickRage/lib/cachecontrol/caches/file_cache.py", line 107, in delete
self.cache.delete(cache_url)
File "/home/dusted/Projects/SickRage/lib/cachecontrol/controller.py", line 176, in cached_request
cached_response = self.controller.cached_request(request)
File "/home/dusted/Projects/SickRage/lib/cachecontrol/adapter.py", line 36, in send
r = adapter.send(request, **kwargs)
File "/home/dusted/Projects/SickRage/lib/requests/sessions.py", line 576, in send
resp = self.send(prep, **send_kwargs)
File "/home/dusted/Projects/SickRage/lib/requests/sessions.py", line 464, in request
return self.request('GET', url, **kwargs)
File "/home/dusted/Projects/SickRage/lib/requests/sessions.py", line 476, in get
resp = session.get(url, timeout=timeout, allow_redirects=True, verify=session.verify)
File "/home/dusted/Projects/SickRage/sickbeard/helpers.py", line 1351, in getURL
2015-07-27 17:10:55 WARNING MAIN :: Traceback (most recent call last):
2015-07-27 17:10:55 WARNING MAIN :: Unknown exception in getURL http://sickragetv.github.io/sb_network_timezones/network_timezones.txt Error: error 2 : No such file or directory
2015-07-27 17:10:55 WARNING MAIN :: Loading zoneinfo.txt failed, this can happen from time to time. Unable to get URL: http://sickragetv.github.io/sb_network_timezones/zoneinfo.txt
OSError: [Errno 2] No such file or directory: '/home/dusted/Projects/SickRage/cache/sessions/0/e/6/8/3/0e68370f33c3966e5e3138a6e6f0cff1a3a2f34b3c7cb9b35bff9584'
os.remove(name)
File "/home/dusted/Projects/SickRage/lib/cachecontrol/caches/file_cache.py", line 107, in delete
self.cache.delete(cache_url)
File "/home/dusted/Projects/SickRage/lib/cachecontrol/controller.py", line 176, in cached_request
cached_response = self.controller.cached_request(request)
File "/home/dusted/Projects/SickRage/lib/cachecontrol/adapter.py", line 36, in send
r = adapter.send(request, **kwargs)
File "/home/dusted/Projects/SickRage/lib/requests/sessions.py", line 576, in send
resp = self.send(prep, **send_kwargs)
File "/home/dusted/Projects/SickRage/lib/requests/sessions.py", line 464, in request
return self.request('GET', url, **kwargs)
File "/home/dusted/Projects/SickRage/lib/requests/sessions.py", line 476, in get
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment