Sabnzbd not working after upgrading from 4.0.0 to 4.0.3

Feel free to talk about anything and everything in this board.
Locked
jemcleod
Newbie
Newbie
Posts: 12
Joined: January 3rd, 2022, 3:27 pm

Sabnzbd not working after upgrading from 4.0.0 to 4.0.3

Post by jemcleod »

I tried to upgrade to the latest sabnzbd and the page will not load. I get the following in the logs. I installed python 3 so not sure what's going on. This is on a Synology NAS.

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

If you still experience problems, remove all .pyc files in this folder and subfolders

python3 --version
Python 3.8.15
User avatar
safihre
Administrator
Administrator
Posts: 5366
Joined: April 30th, 2015, 7:35 am
Contact:

Re: Sabnzbd not working after upgrading from 4.0.0 to 4.0.3

Post by safihre »

If you are on Synology, why not use the SynoCommunity package?
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
jemcleod
Newbie
Newbie
Posts: 12
Joined: January 3rd, 2022, 3:27 pm

Re: Sabnzbd not working after upgrading from 4.0.0 to 4.0.3

Post by jemcleod »

safihre wrote: August 4th, 2023, 1:35 pm If you are on Synology, why not use the SynoCommunity package?
That is an option but I prefer to use docker. I've had no issues that way up until this version.
User avatar
sander
Release Testers
Release Testers
Posts: 8832
Joined: January 22nd, 2008, 2:22 pm

Re: Sabnzbd not working after upgrading from 4.0.0 to 4.0.3

Post by sander »

You use docker, and you get that error message?! Seems impossible to me. Which sabnzbd docker image are you using?
jemcleod
Newbie
Newbie
Posts: 12
Joined: January 3rd, 2022, 3:27 pm

Re: Sabnzbd not working after upgrading from 4.0.0 to 4.0.3

Post by jemcleod »

sander wrote: August 4th, 2023, 11:29 pm You use docker, and you get that error message?! Seems impossible to me. Which sabnzbd docker image are you using?
I know ive never run into issues using docker. I get the image from linuxserver and always have.

https://registry.hub.docker.com/r/linuxserver/sabnzbd/
User avatar
sander
Release Testers
Release Testers
Posts: 8832
Joined: January 22nd, 2008, 2:22 pm

Re: Sabnzbd not working after upgrading from 4.0.0 to 4.0.3

Post by sander »

Code: Select all

sudo docker pull lscr.io/linuxserver/sabnzbd:latest # force refresh image
sudo docker run lscr.io/linuxserver/sabnzbd:latest # and run it
which shows in the logging:

Code: Select all

SABnzbd.py-4.0.3
SABCTools module (v7.0.2)... found!
So ... all good. It just works.

Could it be a PEBKAC? For example: not updating the container image, or still running the non-docker version?

Post your sabnzbd.log, like below, and certainly the line "Dockerized = "

Code: Select all

[migrations] started
[migrations] no migrations found
usermod: no changes
───────────────────────────────────────

      ██╗     ███████╗██╗ ██████╗ 
      ██║     ██╔════╝██║██╔═══██╗
      ██║     ███████╗██║██║   ██║
      ██║     ╚════██║██║██║   ██║
      ███████╗███████║██║╚██████╔╝
      ╚══════╝╚══════╝╚═╝ ╚═════╝ 

   Brought to you by linuxserver.io
───────────────────────────────────────

To support the app dev(s) visit:
SABnzbd: https://sabnzbd.org/donate

To support LSIO projects visit:
https://www.linuxserver.io/donate/

───────────────────────────────────────
GID/UID
───────────────────────────────────────

User UID:    911
User GID:    911
───────────────────────────────────────

[custom-init] No custom files found, skipping...

2023-08-05 14:30:34,039::INFO::[SABnzbd:1171] --------------------------------
2023-08-05 14:30:34,039::INFO::[SABnzbd:1172] SABnzbd.py-4.0.3
2023-08-05 14:30:34,039::INFO::[SABnzbd:1182] Commit = 9fafe64cff631ea6c61e65780f366046b2830108
2023-08-05 14:30:34,039::INFO::[SABnzbd:1184] Full executable path = /app/sabnzbd/SABnzbd.py
2023-08-05 14:30:34,040::INFO::[SABnzbd:1185] Arguments = "/app/sabnzbd/SABnzbd.py" "--config-file" "/config" "--server" "::"
2023-08-05 14:30:34,040::INFO::[SABnzbd:1186] Python-version = 3.11.4 (main, Jun  9 2023, 02:29:05) [GCC 12.2.1 20220924]
2023-08-05 14:30:34,040::INFO::[SABnzbd:1187] Dockerized = True

2023-08-05 14:30:34,057::INFO::[SABnzbd:425] SABCTools module (v7.0.2)... found!
2023-08-05 14:30:34,057::INFO::[SABnzbd:426] SABCTools module is using SIMD set: AVX512VL+VBMI2
2023-08-05 14:30:34,057::INFO::[SABnzbd:427] SABCTools module is linked to OpenSSL: True
jemcleod
Newbie
Newbie
Posts: 12
Joined: January 3rd, 2022, 3:27 pm

Re: Sabnzbd not working after upgrading from 4.0.0 to 4.0.3

Post by jemcleod »

sander wrote: August 5th, 2023, 9:32 am

Code: Select all

sudo docker pull lscr.io/linuxserver/sabnzbd:latest # force refresh image
sudo docker run lscr.io/linuxserver/sabnzbd:latest # and run it
which shows in the logging:

Code: Select all

SABnzbd.py-4.0.3
SABCTools module (v7.0.2)... found!
So ... all good. It just works.

Could it be a PEBKAC? For example: not updating the container image, or still running the non-docker version?

Post your sabnzbd.log, like below, and certainly the line "Dockerized = "

Code: Select all

2023-08-05 14:30:34,039::INFO::[SABnzbd:1171] --------------------------------
2023-08-05 14:30:34,039::INFO::[SABnzbd:1172] SABnzbd.py-4.0.3
2023-08-05 14:30:34,039::INFO::[SABnzbd:1182] Commit = 9fafe64cff631ea6c61e65780f366046b2830108
2023-08-05 14:30:34,039::INFO::[SABnzbd:1184] Full executable path = /app/sabnzbd/SABnzbd.py
2023-08-05 14:30:34,040::INFO::[SABnzbd:1185] Arguments = "/app/sabnzbd/SABnzbd.py" "--config-file" "/config" "--server" "::"
2023-08-05 14:30:34,040::INFO::[SABnzbd:1186] Python-version = 3.11.4 (main, Jun  9 2023, 02:29:05) [GCC 12.2.1 20220924]
2023-08-05 14:30:34,040::INFO::[SABnzbd:1187] Dockerized = True

2023-08-05 14:30:34,057::INFO::[SABnzbd:425] SABCTools module (v7.0.2)... found!
2023-08-05 14:30:34,057::INFO::[SABnzbd:426] SABCTools module is using SIMD set: AVX512VL+VBMI2
2023-08-05 14:30:34,057::INFO::[SABnzbd:427] SABCTools module is linked to OpenSSL: True
It could be if I am the only one seeming to have issues which is what I wanted to confirm. I am literally using the Synology Docker in GUI to download the image and update it via Action >> Reset. I will try it via CLI and see what happens.
jemcleod
Newbie
Newbie
Posts: 12
Joined: January 3rd, 2022, 3:27 pm

Re: Sabnzbd not working after upgrading from 4.0.0 to 4.0.3

Post by jemcleod »

So I tested on my Synology which is on DSM6 still and no issues. I will upgraded it to DSM7 and ran into the same issues my other NAS is having which is on that version. Time to go digging.
jemcleod
Newbie
Newbie
Posts: 12
Joined: January 3rd, 2022, 3:27 pm

Re: Sabnzbd not working after upgrading from 4.0.0 to 4.0.3

Post by jemcleod »

I just found this, its from 2 years ago. Will need to look more into this, looks to be a synology issue.

viewtopic.php?t=25474
User avatar
safihre
Administrator
Administrator
Posts: 5366
Joined: April 30th, 2015, 7:35 am
Contact:

Re: Sabnzbd not working after upgrading from 4.0.0 to 4.0.3

Post by safihre »

That's about the SynoCommunity package, unrelated to Docker.
You could just add the Docker image again and start fresh instead of reset.
Many many people run SABnzbd as a Docker on Synology without problems.
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
jemcleod
Newbie
Newbie
Posts: 12
Joined: January 3rd, 2022, 3:27 pm

Re: Sabnzbd not working after upgrading from 4.0.0 to 4.0.3

Post by jemcleod »

safihre wrote: August 5th, 2023, 12:36 pm That's about the SynoCommunity package, unrelated to Docker.
You could just add the Docker image again and start fresh instead of reset.
Many many people run SABnzbd as a Docker on Synology without problems.
100% ive never had issues up to now. I run everything (radarr, sonarr, tautulli etc) in a docker and have recently updates those with no issues. I've deleted the sabnzbd folder and container and started from fresh and still keep getting this same issue. I will keep investigating what is happening here.
User avatar
sander
Release Testers
Release Testers
Posts: 8832
Joined: January 22nd, 2008, 2:22 pm

Re: Sabnzbd not working after upgrading from 4.0.0 to 4.0.3

Post by sander »

Did you read my advice 'Post your sabnzbd.log, like below, and certainly the line "Dockerized = " ' ?
jemcleod
Newbie
Newbie
Posts: 12
Joined: January 3rd, 2022, 3:27 pm

Re: Sabnzbd not working after upgrading from 4.0.0 to 4.0.3

Post by jemcleod »

sander wrote: August 5th, 2023, 2:00 pm Did you read my advice 'Post your sabnzbd.log, like below, and certainly the line "Dockerized = " ' ?
Apologies I missed your last line in your message. This is running the 4.0.0. Trying to run the latest sabnzbd image, I dont see any logs in sabnzbd, just in the docker terminal on synology where I saw those errors.

Code: Select all

2023-08-03 16:43:58,256::INFO::[SABnzbd:1168] --------------------------------
2023-08-03 16:43:58,271::INFO::[SABnzbd:1169] SABnzbd.py-4.0.0
2023-08-03 16:43:58,271::INFO::[SABnzbd:1179] Commit = 5e42e25617150256dee23c08fa6f78e2502e46f7
2023-08-03 16:43:58,271::INFO::[SABnzbd:1181] Full executable path = /app/sabnzbd/SABnzbd.py
2023-08-03 16:43:58,271::INFO::[SABnzbd:1182] Arguments = "/app/sabnzbd/SABnzbd.py" "--config-file" "/config" "--server" "::"
2023-08-03 16:43:58,272::INFO::[SABnzbd:1183] Python-version = 3.10.11 (main, Apr  6 2023, 01:16:54) [GCC 12.2.1 20220924]
2023-08-03 16:43:58,272::INFO::[SABnzbd:1184] Dockerized = True

2023-08-03 16:43:58,349::INFO::[SABnzbd:423] SABCTools module (v7.0.1)... found!
2023-08-03 16:43:58,349::INFO::[SABnzbd:424] SABCTools module is using SIMD set: SSSE3
2023-08-03 16:43:58,350::INFO::[SABnzbd:425] SABCTools module is linked to OpenSSL: True
jemcleod
Newbie
Newbie
Posts: 12
Joined: January 3rd, 2022, 3:27 pm

Re: Sabnzbd not working after upgrading from 4.0.0 to 4.0.3

Post by jemcleod »

Yeh so it was PEBKAC after all. I had the 4.0.0 image and had exported it (not the latest). When I went to download the latest image and create the new sabnzbd container, I imported that sabnzbd.syno.json file which had all my settings, but it referenced the 4.0.0 image.

Code: Select all

"build_version" : "Linuxserver.io version:- 4.0.0-ls104 Build-date:- 2023-04-28T09:00:21-05:00",
      "maintainer" : "thespad",
      "org.opencontainers.image.authors" : "linuxserver.io"

Code: Select all

2023-08-05 16:06:04,206::INFO::[SABnzbd:1171] --------------------------------
2023-08-05 16:06:04,221::INFO::[SABnzbd:1172] SABnzbd.py-4.0.3
2023-08-05 16:06:04,221::INFO::[SABnzbd:1182] Commit = 9fafe64cff631ea6c61e65780f366046b2830108
2023-08-05 16:06:04,221::INFO::[SABnzbd:1184] Full executable path = /app/sabnzbd/SABnzbd.py
2023-08-05 16:06:04,222::INFO::[SABnzbd:1185] Arguments = "/app/sabnzbd/SABnzbd.py" "--config-file" "/config" "--server" "::"
2023-08-05 16:06:04,222::INFO::[SABnzbd:1186] Python-version = 3.11.4 (main, Jun  9 2023, 02:29:05) [GCC 12.2.1 20220924]
2023-08-05 16:06:04,222::INFO::[SABnzbd:1187] Dockerized = True

2023-08-05 16:06:04,337::INFO::[SABnzbd:425] SABCTools module (v7.0.2)... found!
2023-08-05 16:06:04,337::INFO::[SABnzbd:426] SABCTools module is using SIMD set: SSSE3
2023-08-05 16:06:04,337::INFO::[SABnzbd:427] SABCTools module is linked to OpenSSL: True
All good now.
rohanzx67
Newbie
Newbie
Posts: 1
Joined: February 2nd, 2024, 7:07 am

Re: Sabnzbd not working after upgrading from 4.0.0 to 4.0.3

Post by rohanzx67 »

I took the opportunity of this release to finally migrate from NZBGet back to Sab. Took about 15 minutes and everything is working great. It is a much more polished piece of software than the version I used 5+ years ago.
https://9apps.ltd/dl/
Locked