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/be7ea23239b80a3c20df3a566cf262de04c67b8d/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)