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

Report & discuss bugs found in 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
PeteWilliams
Newbie
Newbie
Posts: 9
Joined: May 4th, 2021, 2:09 pm

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

Post 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
User avatar
safihre
Administrator
Administrator
Posts: 5338
Joined: April 30th, 2015, 7:35 am
Contact:

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

Post 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.
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
PeteWilliams
Newbie
Newbie
Posts: 9
Joined: May 4th, 2021, 2:09 pm

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

Post 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.
User avatar
safihre
Administrator
Administrator
Posts: 5338
Joined: April 30th, 2015, 7:35 am
Contact:

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

Post by safihre »

Ah, then you should click Queue-Repair in the Status and Interface settings window.
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
PeteWilliams
Newbie
Newbie
Posts: 9
Joined: May 4th, 2021, 2:09 pm

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

Post by PeteWilliams »

Thank you! All now appears present and correct.
Post Reply