SAB freezes with error message

Get help with all aspects of 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
larzeb
Newbie
Newbie
Posts: 18
Joined: June 6th, 2012, 11:45 am

SAB freezes with error message

Post by larzeb »

Suddenly a transfer stops mid-point and others behind it in the queue won't download.

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
User avatar
sander
Release Testers
Release Testers
Posts: 8812
Joined: January 22nd, 2008, 2:22 pm

Re: SAB freezes with error message

Post by sander »

which version of SABnzbd ?
larzeb
Newbie
Newbie
Posts: 18
Joined: June 6th, 2012, 11:45 am

Re: SAB freezes with error message

Post by larzeb »

3.3.0 [e8206fb]
larzeb
Newbie
Newbie
Posts: 18
Joined: June 6th, 2012, 11:45 am

Re: SAB freezes with error message

Post by larzeb »

It's miraculously and mysteriously working again.
User avatar
sander
Release Testers
Release Testers
Posts: 8812
Joined: January 22nd, 2008, 2:22 pm

Re: SAB freezes with error message

Post by sander »

Looking at the traceback, there was a problem while connecting to your newsserver. So possibly a network / server side problem. Which can appear and disappear just like that. But still: SAB should not give a traceback.

Good it works again.
User avatar
safihre
Administrator
Administrator
Posts: 5338
Joined: April 30th, 2015, 7:35 am
Contact:

Re: SAB freezes with error message

Post by safihre »

Well, it's not a network problem. This means that somehow the server linked to a connection was deleted somehow while the connection was still active.
Not good.
Let us know if it happens again!
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
Post Reply