error 500

Post any problems / bugs / issues that are Mylar-related in here.
Post Reply
kcmccombs
Posts: 1
Joined: Tue Oct 06, 2015 12:32 pm

error 500

Post by kcmccombs »

i am getting this error no matter what i search for everything else seem to work.
thanks


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\cherrypy\_cprequest.py", line 645, in respond
response.body = self.handler()
File "C:\Mylar\cherrypy\lib\encoding.py", line 188, in __call__
self.body = self.oldhandler(*args, **kwargs)
File "C:\Mylar\cherrypy\_cpdispatch.py", line 29, in __call__
return self.callable(*self.args, **self.kwargs)
File "C:\Mylar\mylar\webserve.py", line 208, in searchit
searchresults, explicit = mb.findComic(name, mode, issue=None, explicit=explicit)
File "C:\Mylar\mylar\mb.py", line 132, in findComic
searched = pullsearch(comicapi, comicquery, 0, explicit, type)
File "C:\Mylar\mylar\mb.py", line 71, in pullsearch
file = urllib2.urlopen(PULLURL)
File "C:\Python27\lib\urllib2.py", line 154, in urlopen
return opener.open(url, data, timeout)
File "C:\Python27\lib\urllib2.py", line 437, in open
response = meth(req, response)
File "C:\Python27\lib\urllib2.py", line 550, in http_response
'http', request, response, code, msg, hdrs)
File "C:\Python27\lib\urllib2.py", line 469, in error
result = self._call_chain(*args)
File "C:\Python27\lib\urllib2.py", line 409, in _call_chain
result = func(*args)
File "C:\Python27\lib\urllib2.py", line 656, in http_error_302
return self.parent.open(new, timeout=req.timeout)
File "C:\Python27\lib\urllib2.py", line 437, in open
response = meth(req, response)
File "C:\Python27\lib\urllib2.py", line 550, in http_response
'http', request, response, code, msg, hdrs)
File "C:\Python27\lib\urllib2.py", line 469, in error
result = self._call_chain(*args)
File "C:\Python27\lib\urllib2.py", line 409, in _call_chain
result = func(*args)
File "C:\Python27\lib\urllib2.py", line 656, in http_error_302
return self.parent.open(new, timeout=req.timeout)
File "C:\Python27\lib\urllib2.py", line 431, in open
response = self._open(req, data)
File "C:\Python27\lib\urllib2.py", line 449, in _open
'_open', req)
File "C:\Python27\lib\urllib2.py", line 409, in _call_chain
result = func(*args)
File "C:\Python27\lib\urllib2.py", line 1227, in http_open
return self.do_open(httplib.HTTPConnection, req)
File "C:\Python27\lib\urllib2.py", line 1200, in do_open
r = h.getresponse(buffering=True)
File "C:\Python27\lib\httplib.py", line 1132, in getresponse
response.begin()
File "C:\Python27\lib\httplib.py", line 453, in begin
version, status, reason = self._read_status()
File "C:\Python27\lib\httplib.py", line 417, in _read_status
raise BadStatusLine(line)
BadStatusLine: ''
User avatar
evilhero
Site Admin
Posts: 2887
Joined: Sat Apr 20, 2013 3:43 pm
Contact:

Re: error 500

Post by evilhero »

Seems to be working fine for me, as I can't replicate any kind of error when it comes to searching for issues or adding series.

Odds are it's possibly a configuration error of some kind, albeit I don't know exactly just by looking at the error message. If you post the mylar.log file showing what's going on, as well as indicating what it is exactly that you're trying to do within Mylar that causes the error I can help out more.

Also, are you on the development/master branch and is it up to date ?
Post Reply