ssl.SSLEOFError: EOF occurred in violation of protocol (_ssl.c:2396)

Report & discuss bugs found in 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
JayZ
Newbie
Newbie
Posts: 7
Joined: October 15th, 2015, 4:36 pm

ssl.SSLEOFError: EOF occurred in violation of protocol (_ssl.c:2396)

Post by JayZ »

Hi,

I'm getting this message, any one else getting this?

2022-10-21 09:11:46,492::WARNING::[_cplogging:213] [21/Oct/2022:09:11:46] ENGINE socket.error 8
Traceback (most recent call last):
File "/usr/lib/python3.10/site-packages/cheroot/server.py", line 1300, in communicate
req.respond()
File "/usr/lib/python3.10/site-packages/cheroot/server.py", line 1090, in respond
self.server.gateway(self).respond()
File "/usr/lib/python3.10/site-packages/cheroot/wsgi.py", line 145, in respond
self.write(chunk)
File "/usr/lib/python3.10/site-packages/cheroot/wsgi.py", line 231, in write
self.req.write(chunk)
File "/usr/lib/python3.10/site-packages/cheroot/server.py", line 1146, in write
self.conn.wfile.write(chunk)
File "/usr/lib/python3.10/site-packages/cheroot/makefile.py", line 438, in write
res = super().write(val, *args, **kwargs)
File "/usr/lib/python3.10/site-packages/cheroot/makefile.py", line 36, in write
self._flush_unlocked()
File "/usr/lib/python3.10/site-packages/cheroot/makefile.py", line 45, in _flush_unlocked
n = self.raw.write(bytes(self._write_buf))
File "/usr/lib/python3.10/socket.py", line 723, in write
return self._sock.send(b)
File "/usr/lib/python3.10/ssl.py", line 1206, in send
return self._sslobj.write(data)
ssl.SSLEOFError: EOF occurred in violation of protocol (_ssl.c:2396)
Post Reply