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/11fff727b2699648d29bbe6b438c67ac399bf301/libs/dns/asyncbackend.pyi You should set ROOT_URL correctly, otherwise the web may not work correctly.
bazarr/libs/dns/asyncbackend.pyi

14 lines
277 B

# Copyright (C) Dnspython Contributors, see LICENSE for text of ISC license
class Backend:
...
def get_backend(name: str) -> Backend:
...
def sniff() -> str:
...
def get_default_backend() -> Backend:
...
def set_default_backend(name: str) -> Backend:
...