Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Jan 2024 13:08:11 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 276280] net-p2p/bazarr: fails silently on start
Message-ID:  <bug-276280-7788-AooiTBZ29J@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-276280-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-276280-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D276280

--- Comment #2 from Dries Michiels <driesm@freebsd.org> ---
Ok by removing -f to daemon, I get:

# service bazarr start
Starting bazarr.
#
# Traceback (most recent call last):
  File "/usr/local/share/bazarr/bin/bazarr/main.py", line 22, in <module>
    from init import *  # noqa E402
  File "/usr/local/share/bazarr/bin/bazarr/init.py", line 170, in <module>
    from app.announcements import get_announcements_to_file
  File "/usr/local/share/bazarr/bin/bazarr/app/announcements.py", line 13, =
in
<module>
    from app.get_providers import get_enabled_providers
  File "/usr/local/share/bazarr/bin/bazarr/app/get_providers.py", line 216,=
 in
<module>
    _FFPROBE_BINARY =3D get_binary("ffprobe")
  File "/usr/local/share/bazarr/bin/bazarr/utilities/binaries.py", line 73,=
 in
get_binary
    raise BinaryNotFound
utilities.binaries.BinaryNotFound
Bazarr starting...
Bazarr exited.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-276280-7788-AooiTBZ29J>