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

Removed raising of OSError during subsync ()

pull/2611/head
JayZed 9 months ago committed by GitHub
parent 0fc334f731
commit 2ee008b57b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -97,8 +97,7 @@ class SubSyncer:
result = run(self.args)
except Exception:
logging.exception(
f'BAZARR an exception occurs during the synchronization process for this subtitles: {self.srtin}')
raise OSError
f'BAZARR an exception occurs during the synchronization process for this subtitle file: {self.srtin}')
else:
if settings.subsync.debug:
return result

Loading…
Cancel
Save