mozvip / Sick-Beard

PVR & episode guide that downloads and manages all your TV shows
http://code.google.com/p/sickbeard/
GNU General Public License v3.0
45 stars 104 forks source link

Error T411 #45

Closed foXaCe closed 11 years ago

foXaCe commented 11 years ago

Error while searching T411, skipping: 'NoneType' object has no attribute 'getitem'

an0Nym0us63 commented 11 years ago

More information Such as baclog rss or manual. I Know this one is linked to backlog and is due to a request time out . So nothing we CAN really do for box

Envoyé de mon iPhone

Le 8 avr. 2013 à 14:11, foXaCe notifications@github.com a écrit :

Error while searching T411, skipping: 'NoneType' object has no attribute 'getitem'

— Reply to this email directly or view it on GitHub.

Fengy commented 11 years ago

J'ai eu le même type d'erreur et voici les logs détaillé :

Apr-22 17:54:36 ERROR SEARCHQUEUE-BACKLOG-95451 :: No NZB/Torrent providers found or enabled in the sickbeard config. Please check your settings. TypeError: 'NoneType' object has no attribute 'getitem' title = link['title'] File "/volume1/@appstore/sickbeard-custom/var/SickBeard/sickbeard/providers/t411.py", line 113, in _doSearch itemList += self._doSearch(curString, show=show, season=season) File "/volume1/@appstore/sickbeard-custom/var/SickBeard/sickbeard/providers/generic.py", line 307, in findSeasonResults curResults = curProvider.findSeasonResults(show, season) File "/volume1/@appstore/sickbeard-custom/var/SickBeard/sickbeard/search.py", line 353, in findSeason Apr-22 22:11:36 ERROR SEARCHQUEUE-BACKLOG-95451 :: Error while searching T411, skipping: 'NoneType' object has no attribute 'getitem' Apr-22 22:11:00 INFO SEARCHQUEUE-BACKLOG-95451 :: Searching for stuff we need from The Good Wife season 4

Cette erreur apparaît à chaque fois que le Backlog tente de chercher des épisodes de cette série et ensuite me sort l'erreur qu'aucun provider est définis (chose fausse car il y a T411). Par contre pour d'autre série, ça fonctionne, il récupère automatiquement les épisodes.

Voici une erreur plus tot dans la journée (bon pour celle ci, il semble que le site pose problème):

Apr-22 20:02:48 ERROR SEARCHQUEUE-BACKLOG-95451 :: No NZB/Torrent providers found or enabled in the sickbeard config. Please check your settings. HTTPError: HTTP Error 502: Bad Gateway raise HTTPError(req.get_full_url(), code, msg, hdrs, fp) File "/usr/local/python/lib/python2.7/urllib2.py", line 527, in http_error_default result = func(_args) File "/usr/local/python/lib/python2.7/urllib2.py", line 378, in _call_chain return self._call_chain(_args) File "/usr/local/python/lib/python2.7/urllib2.py", line 444, in error 'http', request, response, code, msg, hdrs) File "/usr/local/python/lib/python2.7/urllib2.py", line 519, in http_response response = meth(req, response) File "/usr/local/python/lib/python2.7/urllib2.py", line 406, in open torrentPage = self.opener.open( pageURL ) File "/volume1/@appstore/sickbeard-custom/var/SickBeard/sickbeard/providers/t411.py", line 119, in _doSearch itemList += self._doSearch(curString, show=show, season=season) File "/volume1/@appstore/sickbeard-custom/var/SickBeard/sickbeard/providers/generic.py", line 307, in findSeasonResults curResults = curProvider.findSeasonResults(show, season) File "/volume1/@appstore/sickbeard-custom/var/SickBeard/sickbeard/search.py", line 353, in findSeason Apr-22 20:02:48 ERROR SEARCHQUEUE-BACKLOG-95451 :: Error while searching T411, skipping: Apr-22 20:02:15 INFO SEARCHQUEUE-BACKLOG-95451 :: Searching for stuff we need from The Good Wife season 4

Et voici encore une autre erreur encore plus tot (la même que la première erreur) :

Apr-22 17:54:36 ERROR SEARCHQUEUE-BACKLOG-95451 :: No NZB/Torrent providers found or enabled in the sickbeard config. Please check your settings. TypeError: 'NoneType' object has no attribute 'getitem' title = link['title'] File "/volume1/@appstore/sickbeard-custom/var/SickBeard/sickbeard/providers/t411.py", line 113, in _doSearch itemList += self._doSearch(curString, show=show, season=season) File "/volume1/@appstore/sickbeard-custom/var/SickBeard/sickbeard/providers/generic.py", line 307, in findSeasonResults curResults = curProvider.findSeasonResults(show, season) File "/volume1/@appstore/sickbeard-custom/var/SickBeard/sickbeard/search.py", line 353, in findSeason Apr-22 17:54:36 ERROR SEARCHQUEUE-BACKLOG-95451 :: Error while searching T411, skipping: 'NoneType' object has no attribute 'getitem' Apr-22 17:54:13 INFO SEARCHQUEUE-BACKLOG-95451 :: Searching for stuff we need from The Good Wife season 4

an0Nym0us63 commented 11 years ago

normalement corrigé