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

Update providers exception regex for Windows

pull/2252/head v1.3.1-beta.0
Vitiko 2 years ago
parent b9648172ba
commit e06aad7fc6

@ -30,7 +30,7 @@ from sonarr.blacklist import blacklist_log
from utilities.analytics import event_tracker
_TRACEBACK_RE = re.compile(r'File "(.*?providers/.*?)", line (\d+)')
_TRACEBACK_RE = re.compile(r'File "(.*?providers[\\/].*?)", line (\d+)')
def time_until_midnight(timezone):

Loading…
Cancel
Save