Thursday, October 17, 2024

sabnzbd-4.3.3 on -stable fails with import of apprise module

OpenBSD 7.6 (GENERIC.MP) #338: Mon Sep 30 08:55:35 MDT 2024
deraadt@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP

# pkg_info -qI sabnzbd
sabnzbd-4.3.3

I am not sure is this some kind of setting which I have, but this
machine was upgraded recently from OpenBSD OpenBSD 7.5 to 7.6 and
noticed that sabnzbd now doesn't start. It was working before on 7.5.

# rcctl -d restart sabnzbd
doing _rc_parse_conf
sabnzbd_flags empty, using default >-b 0 -f /var/sabnzbd<
doing _rc_parse_conf /var/run/rc.d/sabnzbd
doing _rc_parse_conf
sabnzbd_flags empty, using default >-b 0 -f /var/sabnzbd<
doing _rc_parse_conf /var/run/rc.d/sabnzbd
doing rc_check
doing _rc_parse_conf
sabnzbd_flags empty, using default >-b 0 -f /var/sabnzbd<
doing rc_check
sabnzbd
doing rc_start
doing _rc_wait_for_start
doing rc_check
doing rc_check
doing rc_check
doing rc_check
doing rc_check
Traceback (most recent call last):
File "/usr/local/lib/python3.11/site-packages/sabnzbd/SABnzbd.py", line 64, in <module>
import sabnzbd
File "/usr/local/lib/python3.11/site-packages/sabnzbd/sabnzbd/__init__.py", line 84, in <module>
import sabnzbd.rss as rss
File "/usr/local/lib/python3.11/site-packages/sabnzbd/sabnzbd/rss.py", line 44, in <module>
import sabnzbd.emailer as emailer
File "/usr/local/lib/python3.11/site-packages/sabnzbd/sabnzbd/emailer.py", line 36, in <module>
from sabnzbd.notifier import check_cat
File "/usr/local/lib/python3.11/site-packages/sabnzbd/sabnzbd/notifier.py", line 31, in <module>
import apprise
ModuleNotFoundError: No module named 'apprise'
doing rc_check
doing _rc_rm_runfile
(failed)

# pkg_check
Packing-list sanity: ok
Direct dependencies: ok
Reverse dependencies: ok
Files from packages: ok

--
Regards,
Mikolaj

No comments:

Post a Comment