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

betaseries: removing print line used for debug

pull/1014/head
German Gutierrez 5 years ago
parent dae68d7e8b
commit fda6b5ef01

@ -139,7 +139,6 @@ class BetaSeriesProvider(Provider):
def download_subtitle(self, subtitle):
logger.info('Downloading subtitle %r', subtitle)
r = self.session.get(subtitle.download_link, timeout=10)
print('STATUS %s' % r.status_code)
if r.status_code == 404:
logger.error('Error 404 downloading %r', subtitle)
return

Loading…
Cancel
Save