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

Quick fix for

pull/756/head
morpheus65535 5 years ago committed by GitHub
parent a0a30a9684
commit 6677d20686
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -239,6 +239,7 @@ class LegendasdivxProvider(Provider):
download = _subbox.find("a", {"class": "sub_download"})
try:
# sometimes BSoup just doesn't get the link
logger.debug(download.get('href'))
except Exception as e:
logger.warning('skipping subbox on %s' % self.searchurl.format(query=querytext))
continue

Loading…
Cancel
Save