Skip to content

Instantly share code, notes, and snippets.

@OmgImAlexis
Created October 12, 2015 08:43
Show Gist options
  • Save OmgImAlexis/b3e691d8f73bacd942c8 to your computer and use it in GitHub Desktop.
Save OmgImAlexis/b3e691d8f73bacd942c8 to your computer and use it in GitHub Desktop.
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
2015-10-12 19:07:53 DEBUG SEARCHQUEUE-MANUAL-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:53 ERROR SEARCHQUEUE-MANUAL-296497 :: [BitCannon] :: Error while searching BitCannon, skipping: 'NoneType' object is not iterable
2015-10-12 19:07:52 DEBUG SEARCHQUEUE-MANUAL-296497 :: [BitCannon] :: Search URL: http://127.0.0.1:1337/search/I Am Cait S01E08
2015-10-12 19:07:52 DEBUG SEARCHQUEUE-MANUAL-296497 :: [BitCannon] :: Search Mode: Episode
2015-10-12 19:07:52 INFO SEARCHQUEUE-MANUAL-296497 :: [BitCannon] :: Could not get tracker list from BitCannon, aborting search
2015-10-12 19:07:49 INFO Thread-48 :: Sending backlog for I Am Cait season 1 because some eps were set to wanted
2015-10-12 19:07:49 DEBUG Thread-48 :: Transaction with 1 queries executed
2015-10-12 19:07:48 INFO SEARCHQUEUE-MANUAL-296497 :: [BitCannon] :: Performing episode search for I Am Cait
2015-10-12 19:07:48 DEBUG SEARCHQUEUE-MANUAL-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:48 DEBUG SEARCHQUEUE-MANUAL-296497 :: Internal name cache for I Am Cait set to: [ i am cait ]
2015-10-12 19:07:48 DEBUG SEARCHQUEUE-MANUAL-296497 :: Building internal name cache for I Am Cait
2015-10-12 19:07:48 DEBUG SEARCHQUEUE-MANUAL-296497 :: No scene exceptions update needed
2015-10-12 19:07:48 INFO SEARCHQUEUE-MANUAL-296497 :: Beginning manual search for: [I Am Cait - 1x08 - A New Beginning]
2015-10-12 19:07:48 DEBUG SEARCHQUEUE-MANUAL-296497 :: formatting pattern: %SN - %Sx%0E - %EN -> I Am Cait - 1x08 - A New Beginning
2015-10-12 19:07:48 DEBUG SEARCHQUEUE-MANUAL-296497 :: Episode has no release name, replacing it with a generic one: %SN - %Sx%0E - %EN
2015-10-12 19:07:47 DEBUG Thread-48 :: Setter sets location to /mnt/TV Shows/I Am Cait/S01E03 - Road Trip Part 2.mp4
2015-10-12 19:07:47 DEBUG Thread-48 :: 296497: Loading episode details from DB for episode I Am Cait S01E03
2015-10-12 19:07:47 DEBUG Thread-48 :: Attempting to set status on episode 1x3 to 3
2015-10-12 19:07:46 INFO SEARCHQUEUE-MANUAL-296497 :: [BitCannon] :: Unable to find a download for: [I Am Cait - 1x07 - What's In A Name]
2015-10-12 19:07:46 DEBUG SEARCHQUEUE-MANUAL-296497 :: [BitCannon] :: formatting pattern: %SN - %Sx%0E - %EN -> I Am Cait - 1x07 - What's In A Name
2015-10-12 19:07:46 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:46 DEBUG SEARCHQUEUE-MANUAL-296497 :: [BitCannon] :: formatting pattern: %SN - %Sx%0E - %EN -> I Am Cait - 1x07 - What's In A Name
2015-10-12 19:07:46 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:46 ERROR SEARCHQUEUE-MANUAL-296497 :: [BitCannon] :: No NZB/Torrent providers found or enabled in the sickrage config for backlog searches. Please check your settings.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment