Thanks for the great program and all the stellar help on the forums. This is my first post (everything with sabnzbd has worked flawlessly so far) but I've been noticing a weird bug since my last update. I'm running 0.6.10 on my Synology 1511+ and I've noticed that sabnzbd will not open if left unattended for some undetermined amount of time. Stopping the service, and then restarting it, in the Synology WebUI always does the trick but its super annoying when I'm not at home and want to access it. Here's my log:
Code: Select all
Exception in thread CP WSGIServer Thread-27:
Traceback (most recent call last):
File "/usr/local/python26/lib/python2.6/threading.py", line 532, in __bootstra
self.run()
File "/usr/local/sabnzbd/share/SABnzbd/cherrypy/wsgiserver/__init__.py", line
conn.communicate()
File "/usr/local/sabnzbd/share/SABnzbd/cherrypy/wsgiserver/__init__.py", line
req.simple_response("408 Request Timeout")
File "/usr/local/sabnzbd/share/SABnzbd/cherrypy/wsgiserver/__init__.py", line
self.wfile.sendall("".join(buf))
File "/usr/local/sabnzbd/share/SABnzbd/cherrypy/wsgiserver/__init__.py", line
return self._safe_call(False, super(SSL_fileobject, self).sendall, *args, **
File "/usr/local/sabnzbd/share/SABnzbd/cherrypy/wsgiserver/__init__.py", line
return call(*args, **kwargs)
File "/usr/local/sabnzbd/share/SABnzbd/cherrypy/wsgiserver/__init__.py", line
bytes_sent = self.send(data)
File "/usr/local/sabnzbd/share/SABnzbd/cherrypy/wsgiserver/__init__.py", line
return self._safe_call(False, super(SSL_fileobject, self).send, *args, **kwa
File "/usr/local/sabnzbd/share/SABnzbd/cherrypy/wsgiserver/__init__.py", line
raise FatalSSLAlert(*e.args)
FatalSSLAlert: [(None, None, None)]
Exception in thread CP WSGIServer Thread-29: