Code: Select all
WARNING 16 hours ago [21/May/2023:16:01:58] ENGINE socket.error 8
Traceback (most recent call last):
File "/volume5/@appstore/sabnzbd/env/lib/python3.11/site-packages/cheroot/server.py", line 1287, in communicate
req.respond()
File "/volume5/@appstore/sabnzbd/env/lib/python3.11/site-packages/cheroot/server.py", line 1077, in respond
self.server.gateway(self).respond()
File "/volume5/@appstore/sabnzbd/env/lib/python3.11/site-packages/cheroot/wsgi.py", line 139, in respond
self.write(chunk)
File "/volume5/@appstore/sabnzbd/env/lib/python3.11/site-packages/cheroot/wsgi.py", line 221, in write
self.req.write(chunk)
File "/volume5/@appstore/sabnzbd/env/lib/python3.11/site-packages/cheroot/server.py", line 1133, in write
self.conn.wfile.write(chunk)
File "/volume5/@appstore/sabnzbd/env/lib/python3.11/site-packages/cheroot/makefile.py", line 68, in write
res = super().write(val, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/volume5/@appstore/sabnzbd/env/lib/python3.11/site-packages/cheroot/makefile.py", line 24, in write
self._flush_unlocked()
File "/volume5/@appstore/sabnzbd/env/lib/python3.11/site-packages/cheroot/makefile.py", line 33, in _flush_unlocked
n = self.raw.write(bytes(self._write_buf))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/packages/python311/target/lib/python3.11/socket.py", line 724, in write
return self._sock.send(b)
^^^^^^^^^^^^^^^^^^
File "/var/packages/python311/target/lib/python3.11/ssl.py", line 1210, in send
return self._sslobj.write(data)
^^^^^^^^^^^^^^^^^^^^^^^^
ssl.SSLEOFError: EOF occurred in violation of protocol (_ssl.c:2393)
I can't tell you when exactly this error occurs. The last 2 times it was at night, long after the last download was finished.
Update:
This ticket seems to describe the problem exactly:
https://github.com/sabnzbd/sabnzbd/issues/2065