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

4 lines
68 B

from typing import List, Tuple
Headers = List[Tuple[bytes, bytes]]