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/d59e3e5bc4224b379babccbbacf1edc0831b3952/libs/dynaconf/vendor/ruamel/yaml/configobjwalker.py You should set ROOT_URL correctly, otherwise the web may not work correctly.
bazarr/libs/dynaconf/vendor/ruamel/yaml/configobjwalker.py

4 lines
253 B

import warnings
from.util import configobj_walker as new_configobj_walker
if False:from typing import Any
def configobj_walker(cfg):warnings.warn('configobj_walker has moved to ruamel.yaml.util, please update your code');return new_configobj_walker(cfg)