Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/bazarr/blame/commit/9327126d73c49288ecf0f6dce71530aaf7228a87/libs/concurrent/__init__.py You should set ROOT_URL correctly, otherwise the web may not work correctly.
bazarr/libs/concurrent/__init__.py

4 lines
76 B

from pkgutil import extend_path
__path__ = extend_path(__path__, __name__)