Using SAB for many years until updating on May 23. Now it wont work

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
nicrush
Newbie
Newbie
Posts: 3
Joined: May 25th, 2024, 1:29 am

Using SAB for many years until updating on May 23. Now it wont work

Post by nicrush »

Using Linux Mint Mate 20 Ulyana base. Update 4.3.2-rc1-Oubuntu1-jcfp1-20.04.
Everything was working great for many years until this update. Now it wont load at all. I've tried uninstalling/reinstalling to no avail.

I live off grid and using SAB is the only way for me to download tv.
Thanks
User avatar
sander
Release Testers
Release Testers
Posts: 8888
Joined: January 22nd, 2008, 2:22 pm

Re: Using SAB for many years until updating on May 23. Now it wont work

Post by sander »

on your Linux Mint, open a termainl, and type sabnzbdplus

Post the output the https://pastebin.com/ and post the url here like pastebin . com / jddjdj89
nicrush
Newbie
Newbie
Posts: 3
Joined: May 25th, 2024, 1:29 am

Re: Using SAB for many years until updating on May 23. Now it wont work

Post by nicrush »

Not all required Python modules are available, please check requirements.txt
Missing module: cheroot


python3 --version
Python 3.8.10
User avatar
sander
Release Testers
Release Testers
Posts: 8888
Joined: January 22nd, 2008, 2:22 pm

Re: Using SAB for many years until updating on May 23. Now it wont work

Post by sander »

So solve that. Do you know how to do that?

Code: Select all

sudo apt update 
sudo apt upgrade
apt search cheroot | grep python
and then probably

Code: Select all

sudo apt install python3-cheroot
BTW: python 3.8 had end of full support 2021-05-03, and since then only receives security patches (until 2024-10).
So it might there is no uptodate cheroot for that. Just try the above.
nicrush
Newbie
Newbie
Posts: 3
Joined: May 25th, 2024, 1:29 am

Re: Using SAB for many years until updating on May 23. Now it wont work

Post by nicrush »

THANK YOU! Worked great!

ps. Just donated again.
User avatar
sander
Release Testers
Release Testers
Posts: 8888
Joined: January 22nd, 2008, 2:22 pm

Re: Using SAB for many years until updating on May 23. Now it wont work

Post by sander »

Good

And thanks for the donation ❤️
User avatar
jcfp
Release Testers
Release Testers
Posts: 995
Joined: February 7th, 2008, 12:45 pm

Re: Using SAB for many years until updating on May 23. Now it wont work

Post by jcfp »

Thanks for reporting this issue, this is actually a packaging bug; I'll upload a fixed version on the ppa shortly.

The 4.3.2 release candidates need an explicit depedency on cheroot, since the application now imports that module directly to improve error handling. In practice the issue only affects focal/20.04 (and derivates based on that such as older versions of linux mint), because cheroot is already an indirect dependency pulled in via cherrypy on all newer ubuntu releases.
Post Reply