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/5272e70372e0d53bce1df5ab7997bf92f420cc29/libs/dynaconf/vendor/box/exceptions.py You should set ROOT_URL correctly, otherwise the web may not work correctly.
bazarr/libs/dynaconf/vendor/box/exceptions.py

6 lines
219 B

#!/usr/bin/env python
class BoxError(Exception):0
class BoxKeyError(BoxError,KeyError,AttributeError):0
class BoxTypeError(BoxError,TypeError):0
class BoxValueError(BoxError,ValueError):0
class BoxWarning(UserWarning):0