Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/bazarr/commit/92af34ed0187a791ffbbff76b9353158ce255ecd
You should set ROOT_URL correctly, otherwise the web may not work correctly.
data=c.execute("SELECT title, year, alternativeTitles, format, resolution, video_codec, audio_codec, imdbId FROM table_movies WHERE path = ?",(path_replace_reverse_movie(path),)).fetchone()
data=c.execute("SELECT title, year, alternativeTitles, format, resolution, video_codec, audio_codec, imdbId FROM table_movies WHERE path = ?",(unicode(path_replace_reverse_movie(path)),)).fetchone()