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
Using SAB for many years until updating on May 23. Now it wont work
Forum rules
Help us help you:
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.
Re: Using SAB for many years until updating on May 23. Now it wont work
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
Post the output the https://pastebin.com/ and post the url here like pastebin . com / jddjdj89
Re: Using SAB for many years until updating on May 23. Now it wont work
Not all required Python modules are available, please check requirements.txt
Missing module: cheroot
python3 --version
Python 3.8.10
Missing module: cheroot
python3 --version
Python 3.8.10
Re: Using SAB for many years until updating on May 23. Now it wont work
So solve that. Do you know how to do that?
and then probably
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.
Code: Select all
sudo apt update
sudo apt upgrade
apt search cheroot | grep python
Code: Select all
sudo apt install python3-cheroot
So it might there is no uptodate cheroot for that. Just try the above.
Re: Using SAB for many years until updating on May 23. Now it wont work
THANK YOU! Worked great!
ps. Just donated again.
ps. Just donated again.
Re: Using SAB for many years until updating on May 23. Now it wont work
Good
And thanks for the donation
And thanks for the donation
Re: Using SAB for many years until updating on May 23. Now it wont work
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.
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.