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

7 lines
120 B

from . import name
def from_address(text : str) -> name.Name:
...
def to_address(name : name.Name) -> str:
...