cherrypy.TimeoutError() TimeoutError
Posted: March 28th, 2012, 10:59 pm
I'm running sabnzbd 0.6.15 on Drobo FS on python 2.7.2, and recently encountered an error. Once I try to click Queue or History, the process is still there while web UI has no response for a quite while until it returns the following error msg in Status, and it shows "time out" for news group server.
and after dozens of minutes, it turns out a final error and web UI no longer can connect while the process is still running:
Any suggestion to fix the error is appreciated.
Code: Select all
2012-03-28 22:51:53,410 ERROR: [28/Mar/2012:22:51:53] Traceback (most recent call last): File "/mnt/DroboFS/Shares/DroboApps/SABnzbdPlus/cherrypy/_cpwsgi.py", line 79, in setapp s, h, b = self.get_response() File "/mnt/DroboFS/Shares/DroboApps/SABnzbdPlus/cherrypy/_cpwsgi.py", line 219, in get_response response = self.request.run(meth, path, qs, rproto, headers, rfile) File "/mnt/DroboFS/Shares/DroboApps/SABnzbdPlus/cherrypy/_cprequest.py", line 579, in run raise cherrypy.TimeoutError() TimeoutError
Code: Select all
Unrecoverable error in the server.
Traceback (most recent call last):
File "/mnt/DroboFS/Shares/DroboApps/SABnzbdPlus/cherrypy/_cpwsgi.py", line 79, in setapp
s, h, b = self.get_response()
File "/mnt/DroboFS/Shares/DroboApps/SABnzbdPlus/cherrypy/_cpwsgi.py", line 219, in get_response
response = self.request.run(meth, path, qs, rproto, headers, rfile)
File "/mnt/DroboFS/Shares/DroboApps/SABnzbdPlus/cherrypy/_cprequest.py", line 579, in run
raise cherrypy.TimeoutError()
TimeoutError