Page 1 of 1

Sabnzbdplus keeps crashing with TypeError: str, bytes or bytearray expected, not NoneType

Posted: July 3rd, 2022, 7:00 pm
by ash7777
I have sabnzbdplus version 3.6.0 running under Ubuntu 20.04.4 LTS.

See https://pastebin.com/5DRFKFBC for errors. I included several errors because I see at least two different stacks.

Any suggestions other than deleting the queue?

Re: Sabnzbdplus keeps crashing with TypeError: str, bytes or bytearray expected, not NoneType

Posted: July 4th, 2022, 2:11 am
by sander

Code: Select all

File "/usr/share/sabnzbdplus/sabnzbd/newswrapper.py", line 341, in connect
    self.sock.connect((self.host, self.nw.server.port))
TypeError: str, bytes or bytearray expected, not NoneType
I think it goes wrong on connecting to a newsserver. And specifically: host and/or port is not filled out.

Does that ring a bell?