sabnzbd 4.02 docker update failure

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
trapperjohn
Newbie
Newbie
Posts: 14
Joined: November 5th, 2016, 10:03 am

sabnzbd 4.02 docker update failure

Post by trapperjohn »

HI,
I have been using sabnzbd on docker for a awhile now and upgrades go smooth.
I stop sabnzbd
I search the repository linuxserver/sabnzbd . Choose latest. and download.
When finish I then reset sabnzbd.
then run it,
sabnzbd starts and says running but I get no cpu usage from it.
When I try to access the gui nothing comes up.
It was working fine on 4.0.1
Looking in log Errors :
Not all required Python modules are available, please check requirements.txt
Missing module: sabctools
You can read more at: https://sabnzbd.org/wiki/installation/i ... ff-modules
I never had to do anything else except do a restore of sabnzbd backup data and then i am all good.
I did notice image version 4.0.1 is 178mb
4.0.2 is 171mb
Is it possible something is missing from the image?

Thank you for your help,
Bryan
thew1se
Newbie
Newbie
Posts: 26
Joined: April 18th, 2019, 10:43 am

Re: sabnzbd 4.02 docker update failure

Post by thew1se »

Same problem here when upgraded to 4.0.2. Was working fine with 4.0.1. Running on Synology with Docker.
Reinstalled another instance with with 4.0.1 and works fine. Something wrong with 4.0.2.
User avatar
safihre
Administrator
Administrator
Posts: 5521
Joined: April 30th, 2015, 7:35 am
Contact:

Re: sabnzbd 4.02 docker update failure

Post by safihre »

We don't make the Docker.
Please read:
https://github.com/linuxserver/docker-s ... issues/188

And if that doesn't help, you can report an issue there. Linuxserver.io make the Docker.
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
thew1se
Newbie
Newbie
Posts: 26
Joined: April 18th, 2019, 10:43 am

Re: sabnzbd 4.02 docker update failure

Post by thew1se »

Had same problem on Synolgy with Docker.

From the github thread above that safihre mentioned, there was an issue with the PATH variable.

Here was how I did the fix in Docker specifically after installing 4.0.2:

1. Stop container
2. Select the container by clicking it anywhere, then click edit (at top)
3. Under General Settings tab click Advanced Settings
4. Click the PATH variable, then DELETE, then Save.
5. Reset the container, then start.

This repopulates the PATH variable correctly.
Polaris
Newbie
Newbie
Posts: 1
Joined: June 14th, 2023, 9:11 am

Re: sabnzbd 4.02 docker update failure

Post by Polaris »

thew1se wrote: June 13th, 2023, 2:43 pm Had same problem on Synolgy with Docker.

From the github thread above that safihre mentioned, there was an issue with the PATH variable.

Here was how I did the fix in Docker specifically after installing 4.0.2:

1. Stop container
2. Select the container by clicking it anywhere, then click edit (at top)
3. Under General Settings tab click Advanced Settings
4. Click the PATH variable, then DELETE, then Save.
5. Reset the container, then start.

This repopulates the PATH variable correctly.
Thank you! ;D This resolved my issue on Synology NAS with Docker.
Post Reply