I was sticking to the PLUSH webinterface as long as I could, and now when there is no option for plush, I cant get around the error, I updated to latest python 3.9. I use only https access, http is disabled.
[21/Sep/2021:11:57:37] 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 67, in wrap
server_side=True)
File "/usr/lib/python3.6/ssl.py", line 407, in wrap_socket
_context=self, _session=session)
File "/usr/lib/python3.6/ssl.py", line 817, in __init__
self.do_handshake()
File "/usr/lib/python3.6/ssl.py", line 1077, in do_handshake
self._sslobj.do_handshake()
File "/usr/lib/python3.6/ssl.py", line 689, in do_handshake
self._sslobj.do_handshake()
OSError: [Errno 0] Error
I updated to python 3.9
python --version
Python 2.7.17
python3 --version
Python 3.6.9
python3.9 --version
Python 3.9.7
Seems that even after python 3.9 update, sab is still using older Python 3.6. Is there a way to instruct sabnzbd to use Python 3.9 or is there a way to overcome this issue?