cherrypy.TimeoutError() TimeoutError

Get help with all aspects of SABnzbd
Forum rules
Help us help you:
  • Are you using the latest stable version of SABnzbd? Downloads page.
  • Tell us what system you run SABnzbd on.
  • Adhere to the forum rules.
  • Do you experience problems during downloading?
    Check your connection in Status and Interface settings window.
    Use Test Server in Config > Servers.
    We will probably ask you to do a test using only basic settings.
  • Do you experience problems during repair or unpacking?
    Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
Post Reply
meokey
Newbie
Newbie
Posts: 8
Joined: March 14th, 2012, 11:34 pm

cherrypy.TimeoutError() TimeoutError

Post 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.
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: cherrypy.TimeoutError() TimeoutError

Post 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?
meokey
Newbie
Newbie
Posts: 8
Joined: March 14th, 2012, 11:34 pm

Re: cherrypy.TimeoutError() TimeoutError

Post 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.
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: cherrypy.TimeoutError() TimeoutError

Post 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.
meokey
Newbie
Newbie
Posts: 8
Joined: March 14th, 2012, 11:34 pm

Re: cherrypy.TimeoutError() TimeoutError

Post 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.
Post Reply