Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/bazarr/commit/97b8b8257e5ef0659439c3506acfa29a3c967bcc
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
4 additions and
4 deletions
@ -119,11 +119,11 @@ def get_profile_list():
try :
profiles_json = requests . get ( url_radarr_api_movies , timeout = 15 )
except requests . exceptions . ConnectionError as errc :
logging . exception ( " Error trying to get profiles from Son arr. Connection Error." )
logging . exception ( " Error trying to get profiles from Rad arr. Connection Error." )
except requests . exceptions . Timeout as errt :
logging . exception ( " Error trying to get profiles from Son arr. Timeout Error." )
logging . exception ( " Error trying to get profiles from Rad arr. Timeout Error." )
except requests . exceptions . RequestException as err :
logging . exception ( " Error trying to get profiles from Son arr." )
logging . exception ( " Error trying to get profiles from Rad arr." )
else :
# Parsing data returned from radarr
for profile in profiles_json . json ( ) :
@ -135,4 +135,4 @@ def profile_id_to_language(id):
return profile [ 1 ]
if __name__ == ' __main__ ' :
update_movies ( )
update_movies ( )