[Bug 276280] net-p2p/bazarr: fails silently on start
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 276280] net-p2p/bazarr: fails silently on start"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 14 Jan 2024 13:08:11 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276280 --- 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 = 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. -- You are receiving this mail because: You are the assignee for the bug.