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

15 lines
344 B

from os.path import dirname
__author__ = "Artur Barseghyan"
__copyright__ = "2013-2020 Artur Barseghyan"
__license__ = "MPL-1.1 OR GPL-2.0-only OR LGPL-2.1-or-later"
__all__ = (
"DEBUG",
"NAMES_LOCAL_PATH_PARENT",
)
# Absolute base path that is prepended to NAMES_LOCAL_PATH
NAMES_LOCAL_PATH_PARENT = dirname(__file__)
DEBUG = False