Error i received today

Report & discuss bugs found in 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
johnnytk36
Newbie
Newbie
Posts: 30
Joined: February 28th, 2010, 8:37 pm
Contact:

Error i received today

Post by johnnytk36 »

I didnt know if yall wanted the output of this error. At the time i had about 10 files in post process and 2 downloading. I was accessing the sab server remotely from the office and i was trying to pause it so i could download something here.

I thought my server had crashed, as everything was slow, though about 3 minutes later, i was able to access all my services on the server and when i checked sab, this was the error that was listed.

It's on a newly installed 10.04 ubuntu 64bit with 0.5.3RC1 just installed.

Code: Select all

2010-05-31 21:33:16,935
ERROR:
[31/May/2010:21:33:16]  Traceback (most recent call last):
  File "/usr/share/sabnzbdplus/cherrypy/_cpwsgi.py", line 79, in setapp
    s, h, b = self.get_response()
  File "/usr/share/sabnzbdplus/cherrypy/_cpwsgi.py", line 219, in get_response
    response = self.request.run(meth, path, qs, rproto, headers, rfile)
  File "/usr/share/sabnzbdplus/cherrypy/_cprequest.py", line 579, in run
    raise cherrypy.TimeoutError()
TimeoutError
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: Error i received today

Post by shypike »

For some reason SABnzbd was internally tied up and had no time to
respond to it's internal web server.
This internal web server got impatient and produced an error message.

I see this often when I'm using the debugger and hang around too
long in a breakpoint.
Post Reply