Page 1 of 1

TimeoutError on larger downloads

Posted: February 20th, 2012, 5:15 am
by tomwaller
Hi all,

I was hoping someone may be able to help me with an issue I'm having with Sabnzbd on Ubuntu Server. First up, a quick mention about my config. I run Sab within an Ubuntu Server 11.10 Hyper-V virtual machine. This in essence is so that I can easily back up the machine. I have a dedicated Intel Gigabit NIC assigned to this VM, although I only have 100Mbps rack mount unmanaged switch. The download temp folder is located within the VM's virtual hard disk. The download complete folder is located on a Windows Share on the Hyper-V host, which I have mounted in the Ubuntu VM as a CIFS mount point.

I seem to be getting TimeoutError messages on larger downloads. It seems to happen during the running of the SabToSickbeard.py post-processing script. The odd thing is, it looks like nothing fails. The files get moved, and play perfectly.

Any ideas where I might start looking to resolve this? Below is script log from the error:

Code: Select all

Loading config from /data/sickbeard/autoProcessTV/autoProcessTV.cfg
Opening URL: http://localhost:8081/home/postprocess/processEpisode?nzbName=[VideoName].nzb&quiet=1&dir=[MountPoint]2F[VideoName]
Unrecoverable error in the server.

Traceback (most recent call last):
  File "/data/sickbeard/cherrypy/_cpwsgi.py", line 156, in trap
    return func(*args, **kwargs)
  File "/data/sickbeard/cherrypy/_cpwsgi.py", line 89, in __call__
    return self.nextapp(environ, start_response)
  File "/data/sickbeard/cherrypy/_cpwsgi.py", line 311, in tail
    return self.response_class(environ, start_response, self.cpapp)
  File "/data/sickbeard/cherrypy/_cpwsgi.py", line 203, in __init__
    self.run()
  File "/data/sickbeard/cherrypy/_cpwsgi.py", line 251, in run
    request.run(meth, path, qs, rproto, headers, rfile)
  File "/data/sickbeard/cherrypy/_cprequest.py", line 607, in run
    raise cherrypy.TimeoutError()
TimeoutError
Any help would be greatly appreciated. I've done the usual research on the internet but turned up nothing so far.

Regards,

Tom.

Re: TimeoutError on larger downloads

Posted: February 20th, 2012, 5:38 pm
by shypike
Shouldn't you ask this on the SickBeard forum?