Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/bazarr/commit/806648043f6796a8e458f5bc97a5333cae01caa3 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Use absolute path

pull/26/head
Louis Vézina 8 years ago
parent 8149ee162c
commit 806648043f

@ -9,7 +9,7 @@ from list_subtitles import *
from utils import *
# configure the cache
region.configure('dogpile.cache.dbm', arguments={'filename': 'cachefile.dbm'})
region.configure('dogpile.cache.dbm', arguments={'filename': os.path.join(os.path.dirname(__file__), 'data/cache/cachefile.dbm')})
def download_subtitle(path, language, hi, providers):
video = scan_video(path)

Loading…
Cancel
Save