Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/bazarr/commit/48cdc8bfc83487b2fa990a5669a0da07a71def54
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
3 additions and
3 deletions
@ -11,7 +11,7 @@ from time import sleep
from math import ceil
from subliminal import Movie , Episode
from subliminal . exceptions import AuthenticationError, ConfigurationError, DownloadLimitExceeded , ProviderError
from subliminal . exceptions import ConfigurationError, ProviderError
from subliminal_patch . subtitle import Subtitle , guess_matches
from subliminal . subtitle import fix_line_ending
from subliminal_patch . providers import Provider
@ -104,7 +104,7 @@ class AssrtSubtitle(Subtitle):
if ' subtitle_language ' in guess :
langs . update ( guess [ ' subtitle_language ' ] )
if self . language in langs :
self . _de f ail = f
self . _de t ail = f
return f
# second pass: keyword matching
@ -112,7 +112,7 @@ class AssrtSubtitle(Subtitle):
for f in files :
langs = set ( [ Language . fromassrt ( k ) for k in codes if k in f [ ' f ' ] ] )
if self . language in langs :
self . _de f ail = f
self . _de t ail = f
return f
# fallback: pick up first file if nothing matches