Page 1 of 1

Nothing downloading + "TypeError: can't concat int to bytes"

Posted: October 17th, 2021, 2:45 pm
by PeteWilliams
I'm running SABnzbd 3.4.2 on Ubuntu 20.04.
This has been working fine for months, then it seemed to go a bit hit-and-miss, and now it won't download anything at all.
All recent additions are just sat on 0%, though they're not paused. If I open these NZBs on my Mac they download mine (using the same newsgroup settings).
There are no actual errors shown on the web interface, but in the error log, this is repeated hundreds of times:
Occasionally there will be short bursts of activty, and then it'll stop again - for instance I've tried the test download a couple times - one is stuck at 0%, one is stuck at 83%.
If I do 'Test server' I get 'Connection Successful!'

Any suggestions gratefully received.

Code: Select all

Exception in thread Thread-5:
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/share/sabnzbdplus/sabnzbd/downloader.py", line 748, in run
    article.nzf.nzo.update_download_stats(BPSMeter.bps, server.id, bytes_received)
  File "/usr/share/sabnzbdplus/sabnzbd/nzbstuff.py", line 962, in update_download_stats
    self.servercount[serverid] += bytes_received
TypeError: can't concat int to bytes

Re: Nothing downloading + "TypeError: can't concat int to bytes"

Posted: October 17th, 2021, 11:44 pm
by safihre
Shutdown sabnzbd, go to your Sabnzbd Admin directory (where your sabnzbd.ini is located) and remove the Totals.sab file.
Start Sab again.

It shouldn't do this, will check how it could have avoided the safe guards.

Re: Nothing downloading + "TypeError: can't concat int to bytes"

Posted: October 18th, 2021, 3:07 am
by PeteWilliams
safihre wrote: October 17th, 2021, 11:44 pm Shutdown sabnzbd, go to your Sabnzbd Admin directory (where your sabnzbd.ini is located) and remove the Totals.sab file.
Start Sab again.

It shouldn't do this, will check how it could have avoided the safe guards.
Thanks, I've just tried this but it doesn't appear to have made a difference.

Re: Nothing downloading + "TypeError: can't concat int to bytes"

Posted: October 18th, 2021, 4:07 am
by safihre
Ah, then you should click Queue-Repair in the Status and Interface settings window.

Re: Nothing downloading + "TypeError: can't concat int to bytes"

Posted: October 18th, 2021, 5:01 am
by PeteWilliams
Thank you! All now appears present and correct.