TimeoutError on larger downloads

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
tomwaller
Newbie
Newbie
Posts: 1
Joined: February 20th, 2012, 5:00 am

TimeoutError on larger downloads

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

Re: TimeoutError on larger downloads

Post by shypike »

Shouldn't you ask this on the SickBeard forum?
Post Reply