Error after updating to new development build

Post any problems / bugs / issues that are Mylar-related in here.
Post Reply
hokey1
Posts: 3
Joined: Thu Jan 23, 2014 8:36 pm

Error after updating to new development build

Post by hokey1 »

I get this error:

Exception in thread Thread-12:
Traceback (most recent call last):
File "C:\Python27\lib\threading.py", line 810, in __bootstrap_inner
self.run()
File "C:\Python27\lib\threading.py", line 763, in run
self.__target(*self.__args, **self.__kwargs)
File "C:\Users\James\Downloads\mylar-development\mylar-development\mylar\weekl
ypull.py", line 169, in pullit
pullitcheck()
File "C:\Users\James\Downloads\mylar-development\mylar-development\mylar\weekl
ypull.py", line 604, in pullitcheck
statusupdate = updater.upcoming_update(ComicID=ComicID, ComicName=ComicName,
IssueNumber=ComicIssue, IssueDate=ComicDate, forcecheck=forcecheck)
File "C:\Users\James\Downloads\mylar-development\mylar-development\mylar\updat
er.py", line 188, in upcoming_update
else: mylar.importer.addComictoDB(ComicID,mismatch,pullupd)
File "C:\Users\James\Downloads\mylar-development\mylar-development\mylar\impor
ter.py", line 76, in addComictoDB
comic = cv.getComic(comicid,'comic')
File "C:\Users\James\Downloads\mylar-development\mylar-development\mylar\cv.py
", line 97, in getComic
return GetComicInfo(comicid,dom)
File "C:\Users\James\Downloads\mylar-development\mylar-development\mylar\cv.py
", line 127, in GetComicInfo
comic['ComicName'] = dom.getElementsByTagName('name')[trackcnt+1].firstChild
.wholeText
IndexError: list index out of range


It appears to be stopping mylar from looking at the pull list and discovering what issues are subscribed.
User avatar
evilhero
Site Admin
Posts: 2883
Joined: Sat Apr 20, 2013 3:43 pm
Contact:

Re: Error after updating to new development build

Post by evilhero »

Yep, problem was comicvine updated their api unannounced which resulted in some really weird search results.

It's currently fixed in the development build (as of very late last night).

Doing a 'Search' however will result in 0 results atm. I'm going to be looking into this shortly and get the fix out as well.
Post Reply