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/f58d1a915d8e2227d9f076aeb3b3ea1cf8059cdc/libs/pysrt/version.py You should set ROOT_URL correctly, otherwise the web may not work correctly.
bazarr/libs/pysrt/version.py

3 lines
71 B

VERSION = (1, 0, 1)
VERSION_STRING = '.'.join(str(i) for i in VERSION)