cherrypy.TimeoutError() TimeoutError

Get help with all aspects of SABnzbd

cherrypy.TimeoutError() TimeoutError

Postby meokey » March 28th, 2012, 11: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.

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.
meokey
Newbie
Newbie
 
Posts: 8
Joined: March 15th, 2012, 12:34 am

Re: cherrypy.TimeoutError() TimeoutError

Postby shypike » March 29th, 2012, 11:06 am

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?
User avatar
shypike
Administrator
Administrator
 
Posts: 16579
Joined: January 18th, 2008, 1:49 pm

Re: cherrypy.TimeoutError() TimeoutError

Postby meokey » March 29th, 2012, 11:16 am

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.
meokey
Newbie
Newbie
 
Posts: 8
Joined: March 15th, 2012, 12:34 am

Re: cherrypy.TimeoutError() TimeoutError

Postby shypike » March 29th, 2012, 2:30 pm

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

Re: cherrypy.TimeoutError() TimeoutError

Postby meokey » March 29th, 2012, 5:19 pm

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.
meokey
Newbie
Newbie
 
Posts: 8
Joined: March 15th, 2012, 12:34 am


Return to General Help