Repeating Error: ENGINE Error in HTTPServer.tick / OSError: [Errno 0] Error
Posted: August 18th, 2020, 10:25 am
Why?
Happens repeatably once at every start up plus at other times when running that seem to be mostly random. Often sabnzbd is doing nothing at the reported times of the error. The error itself seems to have no effect beyond being reported as everything continues to function normally AFAICT. Have seen it now on every RC and full version of 3.0.0. It's mostly an annoyance and minor at that, but seems something is going on that it doesn't like.
Code: Select all
ERROR 18 Aug 2020 08:18 [18/Aug/2020:08:18:19] ENGINE Error in HTTPServer.tick
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/cherrypy/wsgiserver/__init__.py", line 2021, in start
self.tick()
File "/usr/lib/python3/dist-packages/cherrypy/wsgiserver/__init__.py", line 2090, in tick
s, ssl_env = self.ssl_adapter.wrap(s)
File "/usr/lib/python3/dist-packages/cherrypy/wsgiserver/ssl_builtin.py", line 66, in wrap
s = self.context.wrap_socket(sock,do_handshake_on_connect=True,
File "/usr/lib/python3.8/ssl.py", line 500, in wrap_socket
return self.sslsocket_class._create(
File "/usr/lib/python3.8/ssl.py", line 1040, in _create
self.do_handshake()
File "/usr/lib/python3.8/ssl.py", line 1309, in do_handshake
self._sslobj.do_handshake()
OSError: [Errno 0] Error