Error when grabbing comic info

Post any problems / bugs / issues that are Mylar-related in here.
Post Reply
sh1ftee
Posts: 1
Joined: Sat Mar 09, 2019 5:22 pm

Error when grabbing comic info

Post by sh1ftee »

Getting the error below when trying to import The Amazing Spider-Man (https://comicvine.gamespot.com/the-amaz ... 50-112161/)


OS:WIN10
Mylar Version: development
-- git build 6a9edb44e762c2c358a1b1e9c90c8aa493ab0a06.
Python Version : 2.7.15
Language : en_GB.cp1252


2019-03-09 12:11:41 ERROR Uncaught exception: Traceback (most recent call last):
File "c:\Mylar\mylar\logger.py", line 337, in new_run
old_run(*args, **kwargs)
File "c:\Python27\lib\threading.py", line 754, in run
self.__target(*self.__args, **self.__kwargs)
File "c:\Mylar\mylar\importer.py", line 344, in addComictoDB
updateddata = updateissuedata(comicid, comic['ComicName'], issued, comicIssues, calledfrom, SeriesYear=SeriesYear, latestissueinfo=latestissueinfo)
File "c:\Mylar\mylar\importer.py", line 1156, in updateissuedata
decisval = int(decis)
ValueError: invalid literal for int() with base 10: 'HU'
User avatar
evilhero
Site Admin
Posts: 2883
Joined: Sat Apr 20, 2013 3:43 pm
Contact:

Re: Error when grabbing comic info

Post by evilhero »

This has been fixed in both branches (it was in development almost a week ago). You just need to update to the latest and you'll be good to go.
Post Reply