Skip to content

Instantly share code, notes, and snippets.

@OmgImAlexis
Created October 12, 2015 08:38
Show Gist options
  • Save OmgImAlexis/18089bf3a989a5fffe46 to your computer and use it in GitHub Desktop.
Save OmgImAlexis/18089bf3a989a5fffe46 to your computer and use it in GitHub Desktop.
2015-10-12 19:07:57 ERROR SEARCHQUEUE-BACKLOG-296497 :: [BitCannon] :: No NZB/Torrent providers found or enabled in the sickrage config for backlog searches. Please check your settings.
TypeError: 'NoneType' object is not iterable
download_url = 'magnet:?xt=urn:btih:%s&dn=%s&tr=%s' % (info_hash, quote_plus(title), '&tr='.join([quote_plus(x) for x in trackers]))
File "/home/media/sickrage/sickbeard/providers/bitcannon.py", line 92, in _doSearch
itemList += self._doSearch(curString, search_mode, len(episodes), epObj=epObj)
File "/home/media/sickrage/sickbeard/providers/generic.py", line 352, in findSearchResults
searchResults = curProvider.findSearchResults(show, episodes, search_mode, manualSearch, downCurQuality)
File "/home/media/sickrage/sickbeard/search.py", line 488, in searchProviders
2015-10-12 19:07:57 DEBUG SEARCHQUEUE-BACKLOG-296497 :: [BitCannon] :: Traceback (most recent call last):
TypeError: 'NoneType' object is not iterable
download_url = 'magnet:?xt=urn:btih:%s&dn=%s&tr=%s' % (info_hash, quote_plus(title), '&tr='.join([quote_plus(x) for x in trackers]))
File "/home/media/sickrage/sickbeard/providers/bitcannon.py", line 92, in _doSearch
itemList += self._doSearch(curString, search_mode, len(episodes), epObj=epObj)
File "/home/media/sickrage/sickbeard/providers/generic.py", line 352, in findSearchResults
searchResults = curProvider.findSearchResults(show, episodes, search_mode, manualSearch, downCurQuality)
File "/home/media/sickrage/sickbeard/search.py", line 488, in searchProviders
Traceback (most recent call last):
2015-10-12 19:07:57 ERROR SEARCHQUEUE-BACKLOG-296497 :: [BitCannon] :: Error while searching BitCannon, skipping: 'NoneType' object is not iterable
2015-10-12 19:07:55 DEBUG SEARCHQUEUE-BACKLOG-296497 :: [BitCannon] :: Search URL: http://127.0.0.1:1337/search/I Am Cait S01E03
2015-10-12 19:07:55 DEBUG SEARCHQUEUE-BACKLOG-296497 :: [BitCannon] :: Search Mode: Episode
2015-10-12 19:07:55 INFO SEARCHQUEUE-BACKLOG-296497 :: [BitCannon] :: Could not get tracker list from BitCannon, aborting search
2015-10-12 19:07:54 INFO SEARCHQUEUE-BACKLOG-296497 :: [BitCannon] :: Performing episode search for I Am Cait
2015-10-12 19:07:54 DEBUG SEARCHQUEUE-BACKLOG-296497 :: [BitCannon] :: Last update was too soon, using old cache: 2015-10-12 19:07:42. Updated less then 20 minutes ago
2015-10-12 19:07:54 DEBUG SEARCHQUEUE-BACKLOG-296497 :: Internal name cache for I Am Cait set to: [ i am cait ]
2015-10-12 19:07:54 DEBUG SEARCHQUEUE-BACKLOG-296497 :: Building internal name cache for I Am Cait
2015-10-12 19:07:54 DEBUG SEARCHQUEUE-BACKLOG-296497 :: No scene exceptions update needed
2015-10-12 19:07:54 INFO SEARCHQUEUE-BACKLOG-296497 :: Beginning backlog search for: [I Am Cait]
2015-10-12 19:07:53 INFO SEARCHQUEUE-MANUAL-296497 :: [BitCannon] :: Unable to find a download for: [I Am Cait - 1x08 - A New Beginning]
2015-10-12 19:07:53 DEBUG SEARCHQUEUE-MANUAL-296497 :: [BitCannon] :: formatting pattern: %SN - %Sx%0E - %EN -> I Am Cait - 1x08 - A New Beginning
2015-10-12 19:07:53 DEBUG SEARCHQUEUE-MANUAL-296497 :: [BitCannon] :: Episode has no release name, replacing it with a generic one: %SN - %Sx%0E - %EN
2015-10-12 19:07:53 DEBUG SEARCHQUEUE-MANUAL-296497 :: [BitCannon] :: formatting pattern: %SN - %Sx%0E - %EN -> I Am Cait - 1x08 - A New Beginning
2015-10-12 19:07:53 DEBUG SEARCHQUEUE-MANUAL-296497 :: [BitCannon] :: Episode has no release name, replacing it with a generic one: %SN - %Sx%0E - %EN
TypeError: 'NoneType' object is not iterable
download_url = 'magnet:?xt=urn:btih:%s&dn=%s&tr=%s' % (info_hash, quote_plus(title), '&tr='.join([quote_plus(x) for x in trackers]))
File "/home/media/sickrage/sickbeard/providers/bitcannon.py", line 92, in _doSearch
itemList += self._doSearch(curString, search_mode, len(episodes), epObj=epObj)
File "/home/media/sickrage/sickbeard/providers/generic.py", line 352, in findSearchResults
searchResults = curProvider.findSearchResults(show, episodes, search_mode, manualSearch, downCurQuality)
File "/home/media/sickrage/sickbeard/search.py", line 488, in searchProviders
Traceback (most recent call last):
2015-10-12 19:07:53 ERROR SEARCHQUEUE-MANUAL-296497 :: [BitCannon] :: No NZB/Torrent providers found or enabled in the sickrage config for backlog searches. Please check your settings.
TypeError: 'NoneType' object is not iterable
download_url = 'magnet:?xt=urn:btih:%s&dn=%s&tr=%s' % (info_hash, quote_plus(title), '&tr='.join([quote_plus(x) for x in trackers]))
File "/home/media/sickrage/sickbeard/providers/bitcannon.py", line 92, in _doSearch
itemList += self._doSearch(curString, search_mode, len(episodes), epObj=epObj)
File "/home/media/sickrage/sickbeard/providers/generic.py", line 352, in findSearchResults
searchResults = curProvider.findSearchResults(show, episodes, search_mode, manualSearch, downCurQuality)
File "/home/media/sickrage/sickbeard/search.py", line 488, in searchProviders
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment