Page 1 of 1

Error i received today

Posted: May 31st, 2010, 9:47 pm
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

Re: Error i received today

Posted: June 1st, 2010, 1:55 am
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.