Bazarr

mmaia

Cadet
Joined
Aug 8, 2021
Messages
1
I´ve been trying to make bazarr work on my TrueNAS intall (v12.2) without success. It´s a fresh pluging install without any changes and I just cannot make it work. I cannot open the website after the installation finishes. Jail is runing and the service is running as well but it does not answer to the requests. Any help/guidance here would really be appreciated. I event tried get the page through the shell using curl and http://localhost:6767 and its internal ip addres but it return error 500.
 

cezarq

Dabbler
Joined
Feb 6, 2015
Messages
32
Same problem here!
 

styno

Patron
Joined
Apr 11, 2016
Messages
466
I had issues with Bazarr as they've updated their requirements preventing my previously running instance not to start.
A simple python3 -m pip install -r /your/path/to/bazarr/requirements.txt fixed it for me.
Please bare in mind that I am not using the plugin so ymmv.
 
Joined
Jan 27, 2020
Messages
577

HitmanThe47

Dabbler
Joined
May 7, 2021
Messages
12
In the Jail check the option!

I think this is one of those thak you have to have :

TrueNAS - 192.168.1.77 - Mozilla Firefox.jpg


Or you just get blankpage...
 

reargoblin

Cadet
Joined
Feb 8, 2022
Messages
7
In the Jail check the option!

I think this is one of those thak you have to have :

View attachment 52950

Or you just get blankpage...
Thanks for the response, but this unfortunetly did not help when either creating the jail myself, or just with the plugin.

I cannot even access the webui, it just timesout, rather than a blank page.
 
Last edited:
Joined
Jan 27, 2020
Messages
577
Here's what I did:

have jail with this settings:
vnet
allow_raw_sockets
allow_mlock

pkg install bazarr
sysrc bazarr_enable="YES"
service bazarr start

goto: http://jail-ip:6767/
 
Joined
Jan 27, 2020
Messages
577
Hmm strange, that's exactly what I did as well.
I'd like to add one - maybe important - bit. I changed to the latest package repo in /etc/pkg/FreeBSD.conf via
url: "pkg+http://pkg.FreeBSD.org/${ABI}/latest",
 
Joined
Jan 27, 2020
Messages
577
Not particularly, you may change it with what you like: vi, nano, sed
 
Last edited:
Joined
Jan 27, 2020
Messages
577
What happens if you curl 127.0.0.1:6767 from inside the bazarr jail?
 
Joined
Jan 27, 2020
Messages
577
Anybody got also trouble updating to 1.1.0.? Somehow my installation got nuked. It maybe has to do with python 3.9, but I'm not sure.
 
Joined
Jan 27, 2020
Messages
577
Code:
root@:~ # /usr/local/bin/python3.9 /usr/local/share/bazarr/bin/bazarr.py --no-update -c /config/bazarr
Bazarr starting...
Traceback (most recent call last):
  File "/usr/local/lib/python3.9/site-packages/numpy/core/__init__.py", line 23, in <module>
    from . import multiarray
  File "/usr/local/lib/python3.9/site-packages/numpy/core/multiarray.py", line 10, in <module>
    from . import overrides
  File "/usr/local/lib/python3.9/site-packages/numpy/core/overrides.py", line 6, in <module>
    from numpy.core._multiarray_umath import (
ImportError: /usr/local/lib/gcc11/libgfortran.so.5: Undefined symbol "strerror_l@FBSD_1.6"

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/local/share/bazarr/bin/bazarr/main.py", line 25, in <module>
    from app.signalr_client import sonarr_signalr_client, radarr_signalr_client  # noqa E402
  File "/usr/local/share/bazarr/bin/bazarr/app/signalr_client.py", line 13, in <module>
    from sonarr.sync.episodes import sync_episodes, sync_one_episode
  File "/usr/local/share/bazarr/bin/bazarr/sonarr/sync/episodes.py", line 10, in <module>
    from subtitles.indexer.series import store_subtitles, series_full_scan_subtitles
  File "/usr/local/share/bazarr/bin/bazarr/subtitles/__init__.py", line 3, in <module>
    from . import mass_download  # noqa: W0611
  File "/usr/local/share/bazarr/bin/bazarr/subtitles/mass_download/__init__.py", line 3, in <module>
    from .movies import movies_download_subtitles  # noqa: W0611
  File "/usr/local/share/bazarr/bin/bazarr/subtitles/mass_download/movies.py", line 18, in <module>
    from ..download import generate_subtitles
  File "/usr/local/share/bazarr/bin/bazarr/subtitles/download.py", line 21, in <module>
    from .processing import process_subtitle
  File "/usr/local/share/bazarr/bin/bazarr/subtitles/processing.py", line 17, in <module>
    from .sync import sync_subtitles
  File "/usr/local/share/bazarr/bin/bazarr/subtitles/sync.py", line 8, in <module>
    from subtitles.tools.subsyncer import SubSyncer
  File "/usr/local/share/bazarr/bin/bazarr/subtitles/tools/subsyncer.py", line 6, in <module>
    from ffsubsync.ffsubsync import run, make_parser
  File "/usr/local/share/bazarr/bin/bazarr/../libs/ffsubsync/__init__.py", line 21, in <module>
    from .ffsubsync import main  # noqa
  File "/usr/local/share/bazarr/bin/bazarr/../libs/ffsubsync/ffsubsync.py", line 12, in <module>
    import numpy as np
  File "/usr/local/lib/python3.9/site-packages/numpy/__init__.py", line 140, in <module>
    from . import core
  File "/usr/local/lib/python3.9/site-packages/numpy/core/__init__.py", line 49, in <module>
    raise ImportError(msg)
ImportError:

IMPORTANT: PLEASE READ THIS FOR ADVICE ON HOW TO SOLVE THIS ISSUE!

Importing the numpy C-extensions failed. This error can happen for
many reasons, often due to issues with your setup or how NumPy was
installed.

We have compiled some common reasons and troubleshooting tips at:

    https://numpy.org/devdocs/user/troubleshooting-importerror.html

Please note and check the following:

  * The Python version is: Python3.9 from "/usr/local/bin/python3.9"
  * The NumPy version is: "1.23.1"

and make sure that they are the versions you expect.
Please carefully study the documentation linked above for further help.

Original error was: /usr/local/lib/gcc11/libgfortran.so.5: Undefined symbol "strerror_l@FBSD_1.6"

Bazarr exited.


Seems like it's python after all.
 
Top