evilhero / mylar

An automated Comic Book downloader (cbr/cbz) for use with SABnzbd, NZBGet and torrents
GNU General Public License v3.0
978 stars 172 forks source link

Sonic the Hedgehog - Infinite refreshes, crashes #503

Closed nweber closed 11 years ago

nweber commented 11 years ago

I'm adding "Sonic the Hedgehog", Archie Comics 1993 252 to my library. After doing so the comic information refreshes forever. The page will reload every few seconds, but the loading spinner is still shown. The loading spinner is also shown on the main page.

In addition, the details only show 209 issues while the search page lists 252 issues.

I have many of the comics and I have tried adding the entry with and without them present in the destination location. I don't think that Mylar is ever even getting to the step where it scans the files.

After adding the comic I get the following error when opening the home page: "TypeError: argument of type 'NoneType' is not iterable"

Restarting Mylar fixes the above error, but the comic is still refreshing forever.

evilhero commented 11 years ago

Most likely it's because there's a special character in the issue number.. The mylar.log file should indicate the issue that's causing problems (or even the python console Window would have a traceback error).. I'll try adding the series myself layer but can't do it for awhile still.

nweber commented 11 years ago

Assuming that it's breaking on issue #210 (given that issue #209 is the last one displayed in the list) the issue here is the problem.. http://www.comicvine.com/sonic-the-hedgehog-210-home-invasion-part-one-brea/4000-199537/

It looks like there's a colon and a comma.. Not sure if those are causing the problem.

I'll dig into the log files later tonight when I get off work.

evilhero commented 11 years ago

Yeah the title doesn't have anything to do with it being called in as it just brings it straight in and doesn't convert it at all. At a really quick glance it looks like it's having the problem with the 1/4 issue.. Easy enough fix if that's what the problem is.

nweber commented 11 years ago

Confirmed fixed. Thanks!