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.
Updated to rc1 on Debian and installed sabctools after seeing the message saying:
Essential modules are missing, downloading cannot start.
SABCTools disabled: no correct version found! (Found v6.1.1, expecting v7.0.1)
Note that your output shows some pip commands were run as root, others under an 'osmc' account. Depending on pip defaults and options, files installed using the root account (v6.1.1?) may end up in the system-wide site-packages dir.
jcfp wrote: ↑April 20th, 2023, 4:02 am
Note that your output shows some pip commands were run as root, others under an 'osmc' account. Depending on pip defaults and options, files installed using the root account (v6.1.1?) may end up in the system-wide site-packages dir.
osmc@Kodi:~/sabnzbd$ sudo pip uninstall sabctools
WARNING: Skipping sabctools as it is not installed.
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
osmc@Kodi:~/sabnzbd$ pip uninstall sabctools
Found existing installation: sabctools 7.0.1
Uninstalling sabctools-7.0.1:
Would remove:
/home/osmc/.local/lib/python3.8/site-packages/sabctools-7.0.1.dist-info/*
/home/osmc/.local/lib/python3.8/site-packages/sabctools/*
Proceed (Y/n)? y
Successfully uninstalled sabctools-7.0.1
osmc@Kodi:~/sabnzbd$ pip install sabctools
Defaulting to user installation because normal site-packages is not writeable
Collecting sabctools
Using cached sabctools-7.0.1.tar.gz (234 kB)
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing metadata (pyproject.toml) ... done
Building wheels for collected packages: sabctools
Building wheel for sabctools (pyproject.toml) ... done
Created wheel for sabctools: filename=sabctools-7.0.1-cp38-cp38-linux_aarch64.whl size=190469 sha256=900680e28691e316e011ffee173e5d6768cf950d2e7bec54445eac0a8f034c4d
Stored in directory: /home/osmc/.cache/pip/wheels/7f/e5/27/3405bcb9a8ad09b296ce36a164f15b88cfb20834704990aa00
Successfully built sabctools
Installing collected packages: sabctools
Successfully installed sabctools-7.0.1
You'll have to figure out where the old version is installed.
Try executing the same python executable under the same user as the application (modify 'python3' if necessary) and make it tell you where it loads the module from:
jcfp wrote: ↑April 20th, 2023, 10:38 am
You'll have to figure out where the old version is installed.
Try executing the same python executable under the same user as the application (modify 'python3' if necessary) and make it tell you where it loads the module from: