Code: Select all
500 Internal Server Error
The server encountered an unexpected condition which prevented it from fulfilling the request.
Traceback (most recent call last):
File "/lsiopy/lib/python3.11/site-packages/cherrypy/_cprequest.py", line 638, in respond
self._do_respond(path_info)
File "/lsiopy/lib/python3.11/site-packages/cherrypy/_cprequest.py", line 697, in _do_respond
response.body = self.handler()
^^^^^^^^^^^^^^
File "/lsiopy/lib/python3.11/site-packages/cherrypy/lib/encoding.py", line 223, in __call__
self.body = self.oldhandler(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/lsiopy/lib/python3.11/site-packages/cherrypy/_cpdispatch.py", line 54, in __call__
return self.callable(*self.args, **self.kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/app/mylar3/mylar/webserve.py", line 396, in comicDetails
updater.forceRescan(ComicID)
File "/app/mylar3/mylar/updater.py", line 1367, in forceRescan
fcdigit = helpers.issuedigits(temploc)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/app/mylar3/mylar/helpers.py", line 1107, in issuedigits
decisval = int(decis)
^^^^^^^^^^
ValueError: invalid literal for int() with base 10: '(1'
This is version: v0.7.8 (master) via docker on linux. There is no log entry produced that I can see.