Can No Longer Search or Add Comics

Post any problems / bugs / issues that are Mylar-related in here.
Post Reply
Ghozt
Posts: 26
Joined: Wed Dec 25, 2013 4:38 am

Can No Longer Search or Add Comics

Post by Ghozt »

I added a new series early today for Robin Rises. Once that was complete I no longer had the ability to search or add comics to my watchlist. Everytime I search or attempt to add a series I run into this error page.

500 Internal Server Error

The server encountered an unexpected condition which prevented it from fulfilling the request.

Traceback (most recent call last):
File "C:\mylar-master\cherrypy\_cprequest.py", line 645, in respond
response.body = self.handler()
File "C:\mylar-master\cherrypy\lib\encoding.py", line 188, in __call__
self.body = self.oldhandler(*args, **kwargs)
File "C:\mylar-master\cherrypy\_cpdispatch.py", line 29, in __call__
return self.callable(*self.args, **self.kwargs)
File "C:\mylar-master\mylar\webserve.py", line 195, in searchit
searchresults, explicit = mb.findComic(name, mode, issue=None, explicit=explicit)
File "C:\mylar-master\mylar\mb.py", line 103, in findComic
searched = pullsearch(comicapi,comicquery,0,explicit)
File "C:\mylar-master\mylar\mb.py", line 47, in pullsearch
file = urllib2.urlopen(PULLURL)
File "C:\Python27\lib\urllib2.py", line 126, in urlopen
return _opener.open(url, data, timeout)
File "C:\Python27\lib\urllib2.py", line 397, in open
response = meth(req, response)
File "C:\Python27\lib\urllib2.py", line 510, in http_response
'http', request, response, code, msg, hdrs)
File "C:\Python27\lib\urllib2.py", line 429, in error
result = self._call_chain(*args)
File "C:\Python27\lib\urllib2.py", line 369, in _call_chain
result = func(*args)
File "C:\Python27\lib\urllib2.py", line 605, in http_error_302
return self.parent.open(new, timeout=req.timeout)
File "C:\Python27\lib\urllib2.py", line 391, in open
response = self._open(req, data)
File "C:\Python27\lib\urllib2.py", line 409, in _open
'_open', req)
File "C:\Python27\lib\urllib2.py", line 369, in _call_chain
result = func(*args)
File "C:\Python27\lib\urllib2.py", line 1173, in http_open
return self.do_open(httplib.HTTPConnection, req)
File "C:\Python27\lib\urllib2.py", line 1148, in do_open
raise URLError(err)
URLError: <urlopen error [Errno 10054] An existing connection was forcibly closed by the remote host>

Everything else seems to be working perfectly it's just the search and add series functions that don't seem to be.
I am running the latest build that I am aware of, Version: 5696ab905cba5e92a4ec4b267371b45eaee4e463 (development)

I also don't believe that I have reached my API hits limit for the time since I only added one series before it stopped working. Any help would be appreciated.
Thanks again for everything!
User avatar
evilhero
Site Admin
Posts: 2887
Joined: Sat Apr 20, 2013 3:43 pm
Contact:

Re: Can No Longer Search or Add Comics

Post by evilhero »

It might be related to the series that was just added (if it encountered an error that was suppressed or something) - if it was such a thing, restarting Mylar should make things right again. I know that if you added a series where there wasn't any issue information (as in that particular series), it would error out and you would be left with no issues in your list. Deleting the series and readding it once the data is present on ComicVine would fix it (this is going to be addressed soon in regards to new releases that have no issue information available).

Otherwise, I would guess it would have been either a timeout on ComicVine's side, or that you had reached your API hits - although you mentioned that you shouldn't have been above the maximum for the timeframe (keep in mind that if you use the API in different apps, Mylar doesn't track those API hits).

Is this still occuring (after a restart even)?
Ghozt
Posts: 26
Joined: Wed Dec 25, 2013 4:38 am

Re: Can No Longer Search or Add Comics

Post by Ghozt »

After the restart it seemed to have started to work normally again. After the restart it didn't work right away I just let it alone and after a while it was working so its quite possible something could've been going on with CV but none the less I appreciate the work you've put in and the quick response. Thank You!
Post Reply