Benni-chan / nzbToAniDB

postprocessing script for animes (to use with sabnzbd+ or nzbget or even as stand alone) to rename files after a sync with anidb.net. files can additionally be renamed via tvdb
24 stars 7 forks source link

Script error while try to process file #7

Closed saitoh183 closed 12 years ago

saitoh183 commented 12 years ago

C:\Media\Scripts>sabtoanidb.py I:\ServerFolders\Download_anime Logged in as user: saitoh183 Hashed: ed2k://|file|I:\ServerFolders\Download_anime\New folder\Fullmetal Alchem ist, Brotherhood - 1x01 - Fullmetal Alchemist.mkv|346643904|c545f239d505a604c49c 2747d0d3c085| Traceback (most recent call last): File "C:\Media\Scripts\anidb.py", line 177, in info = a.get_file(fid, True) File "C:\Media\Scripts\anidbinit.py", line 139, in get_file return dict([(name, data[0].pop(0)) for name in ['fid'] + info_codes]) IndexError: pop from empty list

I looks like it gets stuck for about 2mins and then comes back to cmd prompt but all files are still in folder

Benni-chan commented 12 years ago

it seems like anidb sent empty data back on the request. so either there was some problem with your internet connection, or there was some problem with anidb.

this should normally not appear. if it happens again, please report again and i will do some further research.