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/9336473f0b26da5b06ec4c3dd35d37909c072d92/libs/gitdb/const.py You should set ROOT_URL correctly, otherwise the web may not work correctly.
bazarr/libs/gitdb/const.py

5 lines
90 B

BYTE_SPACE = b' '
NULL_BYTE = b'\0'
NULL_HEX_SHA = "0" * 40
NULL_BIN_SHA = NULL_BYTE * 20