Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/bazarr/commit/e4d7b83f38f64eac739f0f0336592e59a6cd8162
You should set ROOT_URL correctly, otherwise the web may not work correctly.
scheduler.add_job(update_all_episodes,CronTrigger(hour=4),max_instances=1,coalesce=True,misfire_grace_time=15,id='update_all_episodes',name='Update all episodes subtitles from disk',replace_existing=True)
eliffull_update=="Weekly":
scheduler.add_job(update_all_episodes,CronTrigger(day_of_week='sun'),hour=4,max_instances=1,coalesce=True,misfire_grace_time=15,id='update_all_episodes',name='Update all episodes subtitles from disk',replace_existing=True)
eliffull_update=="Manually":
scheduler.add_job(update_all_episodes,CronTrigger(year='2100'),hour=4,max_instances=1,coalesce=True,misfire_grace_time=15,id='update_all_episodes',name='Update all episodes subtitles from disk',replace_existing=True)
name='Update all episodes subtitles from disk',replace_existing=True)
defradarr_full_update():
full_update=get_radarr_settings()[5]
iffull_update=="Daily":
scheduler.add_job(update_all_movies,CronTrigger(hour=5),max_instances=1,coalesce=True,misfire_grace_time=15,id='update_all_movies',name='Update all movies subtitles from disk',replace_existing=True)
eliffull_update=="Weekly":
scheduler.add_job(update_all_movies,CronTrigger(day_of_week='sun'),hour=5,max_instances=1,coalesce=True,misfire_grace_time=15,id='update_all_movies',name='Update all movies subtitles from disk',replace_existing=True)
eliffull_update=="Manually":
scheduler.add_job(update_all_movies,CronTrigger(year='2100'),hour=5,max_instances=1,coalesce=True,misfire_grace_time=15,id='update_all_movies',name='Update all movies subtitles from disk',replace_existing=True)