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/2165af8bd3d627d0b903b374164bb3e60df9b996/libs/waitress/tests/fixtureapps/runner.py You should set ROOT_URL correctly, otherwise the web may not work correctly.
bazarr/libs/waitress/tests/fixtureapps/runner.py

6 lines
100 B

def app(): # pragma: no cover
return None
def returns_app(): # pragma: no cover
return app