Any ideas what might be wrong? From the error log:
Exception in thread Thread-189:
Traceback (most recent call last):
File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
self._target(*self._args, **self._kwargs)
File "/usr/share/sabnzbdplus/sabnzbd/newswrapper.py", line 328, in connect
self.sock.connect((self.host, self.nw.server.port))
TypeError: str, bytes or bytearray expected, not NoneType
self.sock.connect((self.host, self.nw.server.port))
TypeError: str, bytes or bytearray expected, not NoneType
self.run()
File "/usr/lib/python3.8/threading.py", line 870, in run
self.sock.connect((self.host, self.nw.server.port))
TypeError: str, bytes or bytearray expected, not NoneType
self.run()
File "/usr/lib/python3.8/threading.py", line 870, in run
self._target(*self._args, **self._kwargs)
File "/usr/share/sabnzbdplus/sabnzbd/newswrapper.py", line 328, in connect