Page 1 of 1

Unknown errors

Posted: March 26th, 2019, 4:15 pm
by Patrick1610
Hi,

I keep having errors like the one below. What can I do about those? I don’t understand a thing about these errors..

ERROR a minute ago [26/Mar/2019:22:12:07] ENGINE Error in HTTPServer.tick
Traceback (most recent call last):
File "/volume1/@appstore/sabnzbd/share/SABnzbd/cherrypy/wsgiserver/__init__.py", line 2025, in start
self.tick()
File "/volume1/@appstore/sabnzbd/share/SABnzbd/cherrypy/wsgiserver/__init__.py", line 2092, in tick
s, ssl_env = self.ssl_adapter.wrap(s)
File "/volume1/@appstore/sabnzbd/share/SABnzbd/cherrypy/wsgiserver/ssl_builtin.py", line 107, in wrap
return s, self.get_environ(s)
File "/volume1/@appstore/sabnzbd/share/SABnzbd/cherrypy/wsgiserver/ssl_builtin.py", line 116, in get_environ
'SSL_PROTOCOL': cipher[1],
TypeError: 'NoneType' object has no attribute '__getitem__'

Re: Unknown errors

Posted: March 28th, 2019, 1:58 am
by safihre
That's a bit strange.
Do you have HTTPS enabled?
If you don't use it, just disable it.
Otherwise maybe try to re-generate the certifcates in Config > General.

Re: Unknown errors

Posted: March 31st, 2019, 3:47 pm
by Patrick1610
Thanks! I have re-generated the certificate and watch what happens! Thanks for thinking with me!