Cannot add a particular series

Post any problems / bugs / issues that are Mylar-related in here.
Post Reply
bnman
Posts: 2
Joined: Wed Aug 26, 2015 3:14 pm

Cannot add a particular series

Post by bnman »

Hi,
I will start by saying I love Mylar it is Awesome! Thanks for making it!

I have an issue with one comic that I cannot seem to add, it is Punisher: Frank Castle. Every other comic I add is fine but this one never loads then gives me errors in the log.
This is what is says in the log

2015-08-26 08:56:24 WARNING [Warning] ComicID: 25517 is incomplete - Removing from DB. You should try to re-add the series.
2015-08-26 08:49:21 ERROR Uncaught exception: Traceback (most recent call last):
File "/mnt/cache/appdata/Mylar/mylar/logger.py", line 159, in new_run
old_run(*args, **kwargs)
File "/usr/local/PhAzE-Common/usr/lib64/python2.7/threading.py", line 763, in run
self.__target(*self.__args, **self.__kwargs)
File "/mnt/cache/appdata/Mylar/mylar/importer.py", line 95, in addComictoDB
comic = cv.getComic(comicid, 'comic')
File "/mnt/cache/appdata/Mylar/mylar/cv.py", line 148, in getComic
return GetComicInfo(comicid, dom)
File "/mnt/cache/appdata/Mylar/mylar/cv.py", line 318, in GetComicInfo
ledigit = re.sub("[^0-9]", "", vf[0])
IndexError: list index out of range.

It only seems to be this particular comic I'm not sure if its because it starts at issue 66 or what. Thank you for your time.
User avatar
evilhero
Site Admin
Posts: 2887
Joined: Sat Apr 20, 2013 3:43 pm
Contact:

Re: Cannot add a particular series

Post by evilhero »

It looks like it's getting hung up when trying to determine the volume of that particular series. Probably because it parses the comicvine description to see if there's any volume labels, but gets cut off prior to the actual volume number itself.

Definite bug - will try and fix this for the next development commit
bnman
Posts: 2
Joined: Wed Aug 26, 2015 3:14 pm

Re: Cannot add a particular series

Post by bnman »

Thanks!
User avatar
evilhero
Site Admin
Posts: 2887
Joined: Sat Apr 20, 2013 3:43 pm
Contact:

Re: Cannot add a particular series

Post by evilhero »

This is now in the latest development branch (commit acc821767)
Post Reply