Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/bazarr/src/commit/866b1d5894a4f8cf873a4b3d11a0dc8c4bbd47d7/libs/signalrcore/messages/handshake/request.py
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
class HandshakeRequestMessage(object):
|
|
|
|
def __init__(self, protocol, version):
|
|
self.protocol = protocol
|
|
self.version = version
|