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/63335f40fcefd773405c11db8550988662ac88ae/libs/signalrcore/messages/handshake/request.py You should set ROOT_URL correctly, otherwise the web may not work correctly.
bazarr/libs/signalrcore/messages/handshake/request.py

6 lines
147 B

class HandshakeRequestMessage(object):
def __init__(self, protocol, version):
self.protocol = protocol
self.version = version