Page 1 of 1

cherrypy.TimeoutError() TimeoutError

Posted: March 28th, 2012, 10:59 pm
by meokey
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.

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 
and after dozens of minutes, it turns out a final error and web UI no longer can connect while the process is still running:

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
Any suggestion to fix the error is appreciated.

Re: cherrypy.TimeoutError() TimeoutError

Posted: March 29th, 2012, 10:06 am
by shypike
This means SABnzbd is so tied up with downloading and processing
that it has no time left to attend to the web interface.
Which skin are you using?

Re: cherrypy.TimeoutError() TimeoutError

Posted: March 29th, 2012, 10:16 am
by meokey
shypike wrote:This means SABnzbd is so tied up with downloading and processing
that it has no time left to attend to the web interface.
Which skin are you using?
I'm using Classic - classic.

What light-weight skin would you recommend? Thank you.

Re: cherrypy.TimeoutError() TimeoutError

Posted: March 29th, 2012, 1:30 pm
by shypike
Classic is a problem when you have a large queue or history,
due to its lack of paging.
The fastest skin is smpl, the most vesatile is Plush.

Re: cherrypy.TimeoutError() TimeoutError

Posted: March 29th, 2012, 4:19 pm
by meokey
shypike wrote:Classic is a problem when you have a large queue or history,
due to its lack of paging.
The fastest skin is smpl, the most vesatile is Plush.
Thanks a lot. smpl is indeed much better than Classic. Thanks a lot.