Package Details: sabnzbd 4.4.1-1

Git Clone URL: https://aur.archlinux.org/sabnzbd.git (read-only, click to copy)
Package Base: sabnzbd
Description: A web-interface based binary newsgrabber with NZB file support
Upstream URL: http://www.sabnzbd.org
Keywords: network usenet
Licenses: GPL
Submitter: esh
Maintainer: fryfrog
Last Packager: fryfrog
Votes: 271
Popularity: 0.92
First Submitted: 2007-11-09 16:21 (UTC)
Last Updated: 2024-12-20 19:07 (UTC)

Required by (29)

Sources (5)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 12 .. 65 Next › Last »

iio7 commented on 2022-02-02 05:15 (UTC)

I keep getting problems with this package.

Feb 02 06:14:18 pix systemd[1]: Started SABnzbd binary newsreader.
Feb 02 06:14:20 pix sabnzbd[8405]: Not all required Python modules are available, please check requirements.txt
Feb 02 06:14:20 pix sabnzbd[8405]: Missing module: jaraco.context
Feb 02 06:14:20 pix sabnzbd[8405]: You can read more at: https://sabnzbd.org/wiki/installation/install-off-modules
Feb 02 06:14:20 pix sabnzbd[8405]: If you still experience problems, remove all .pyc files in this folder and subfolders
Feb 02 06:14:20 pix systemd[1]: sabnzbd.service: Main process exited, code=exited, status=1/FAILURE
Feb 02 06:14:20 pix systemd[1]: sabnzbd.service: Failed with result 'exit-code'.

I am using yay to install it, which pulls in the dependencies.

fryfrog commented on 2022-01-29 01:11 (UTC)

@mysticx: Thanks, I ran into this while I was getting the 3.5.0 update going and then... forgot it while fixing a self inflicted issue! :)

mysticx commented on 2022-01-29 01:03 (UTC)

The latest version 3.5.0-1 fails to start for me with the error:

sabnzbd[99935]: Missing module: socks

I was able to fix that by manually installing python-pysocks. This might need to be added to the dependencies?

gee commented on 2022-01-26 23:05 (UTC)

@fryfrog That's how I downgraded it as well.

@JDAturbo good info! And it seems it's been flagged already. Thank you!

fryfrog commented on 2022-01-26 22:58 (UTC) (edited on 2022-01-26 22:59 (UTC) by fryfrog)

@gee: thanks for the information, I confirmed break and resolve by downgrade myself too.

Suggest aur/downgrade package: sudo downgrade python-jaraco super easy mode.

JDAturbo commented on 2022-01-26 22:52 (UTC)

@gee: jaraco-text now requires jaraco.context >= 4.1, which is only on 4.0.0 in the community repository. https://github.com/jaraco/jaraco.text/commit/139ef36220355ecf27caa7e96adef5d9cbb81d3e

gee commented on 2022-01-26 22:39 (UTC)

Latest python-jaraco seems to break sabnzbd.

aSystemOverload commented on 2021-12-19 22:01 (UTC)

I had a number of missing python modules, but got stuck on babelfish. Only after @kmacleod below specified python-babelfish. Which was already installed, so tried "yay -S --rebuild python-babelfish", restarted sabnzbd and hey presto, it's back up and working!

Thanks and Happy Holidays!!!

fryfrog commented on 2021-12-19 20:41 (UTC)

@kmacleod, you'll need to rebuild every aur python package that sabnzbd depends on. And you may need to pass some option to yay, paru or whatever to force them to do that.

kmacleod commented on 2021-12-18 18:57 (UTC) (edited on 2021-12-19 20:51 (UTC) by kmacleod)

EDIT: nevermind, I just had to rebuild python-babelfish.

Is anyone else getting errors on startup? (I manually updated python-guessit), then I'm hitting a babelfish complaint. Note: I also manually installed python-babelfish:

Dec 18 13:55:28 htpc systemd[1]: Started SABnzbd binary newsreader. Dec 18 13:55:29 htpc sabnzbd[7839]: Not all required Python modules are available, please check requirements.txt Dec 18 13:55:29 htpc sabnzbd[7839]: Missing module: babelfish Dec 18 13:55:29 htpc sabnzbd[7839]: You can read more at: https://sabnzbd.org/wiki/installation/install-off-modules Dec 18 13:55:29 htpc sabnzbd[7839]: If you still experience problems, remove all .pyc files in this folder and subfolders Dec 18 13:55:29 htpc systemd[1]: sabnzbd.service: Main process exited, code=exited, status=1/FAILURE Dec 18 13:55:29 htpc systemd[1]: sabnzbd.service: Failed with result 'exit-code'.