evilhero / mylar

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

ExpatError: syntax error #1606

Closed gsemet closed 3 years ago

gsemet commented 7 years ago

Here is an exception found in the log:

Uncaught exception: Traceback (most recent call last):
File "/app/mylar/mylar/logger.py", line 158, in new_run
old_run(*args, **kwargs)
File "/usr/lib/python2.7/threading.py", line 754, in run
self.__target(*self.__args, **self.__kwargs)
File "/app/mylar/mylar/webserve.py", line 423, in addStoryArc
arcinfo = mb.storyarcinfo(cvarcid)
File "/app/mylar/mylar/mb.py", line 433, in storyarcinfo
arcdom = parseString(r.content) #(arcdata)
File "/usr/lib/python2.7/xml/dom/minidom.py", line 1928, in parseString
return expatbuilder.parseString(string)
File "/usr/lib/python2.7/xml/dom/expatbuilder.py", line 940, in parseString
return builder.parseString(string)
File "/usr/lib/python2.7/xml/dom/expatbuilder.py", line 223, in parseString
parser.Parse(string, True)
ExpatError: syntax error: line 1, column 0
partymike commented 7 years ago

me too, same error

evilhero commented 7 years ago

Comicvine is down atm. Try again in a bit and see then. It should handle the error more gracefully so I should be able to fix that, but I can't fix comicvine ;)

evilhero commented 7 years ago

You guys should be all good now - cv & their api have been back online most of the day. Can you all confirm it's working again without the above errors?

partymike commented 7 years ago

alls good, must have been the website down...problem happened after I updated mylar so must remember not to jump to conclusions! Thanks for great software :-)