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/14153d7688fcd7f00bd6f02f155308cd18050ac3/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:
...