Hi Team, need help in knowing as to why chat bot is not able to connect to websocket using the trace below
======================
2023-02-07 16:19:42,358 - INFO - stdout - write - Connecting to WebSocket wss://api.collab.refinitiv.com/services/nt/api/messenger/v1/stream ...
2023-02-07 16:19:42,389 - DEBUG - websocket - debug - Connecting proxy...
2023-02-07 16:19:42,389 - DEBUG - websocket - dump - --- request header ---
2023-02-07 16:19:42,389 - DEBUG - websocket - dump - CONNECT http://api.collab.refinitiv.com:443 HTTP/1.1
Host: http://api.collab.refinitiv.com:443
Proxy-Authorization: Basic dXNlcm5hbWU6cGFzc3dvcmQ=
2023-02-07 16:19:42,389 - DEBUG - websocket - dump - -----------------------
2023-02-07 16:19:42,389 - DEBUG - websocket - trace - --- response header ---
2023-02-07 16:19:42,452 - DEBUG - websocket - trace - HTTP/1.0 200 Connection established
2023-02-07 16:19:42,452 - DEBUG - websocket - trace - -----------------------
2023-02-07 16:19:42,577 - DEBUG - websocket - dump - --- request header ---
2023-02-07 16:19:42,577 - DEBUG - websocket - dump - GET /services/nt/api/messenger/v1/stream HTTP/1.1
Upgrade: websocket
Host: api.collab.refinitiv.com
Origin: https://api.collab.refinitiv.com
Sec-WebSocket-Key: F9NtUb/arQhPOE7/hYhpoA==
Sec-WebSocket-Version: 13
Connection: Upgrade
Sec-WebSocket-Protocol: messenger-json
2023-02-07 16:19:42,577 - DEBUG - websocket - dump - -----------------------
2023-02-07 16:19:42,577 - DEBUG - websocket - trace - --- response header ---
2023-02-07 16:19:42,624 - DEBUG - websocket - trace - HTTP/1.1 101 Switching Protocols
2023-02-07 16:19:42,624 - DEBUG - websocket - trace - Upgrade: websocket
2023-02-07 16:19:42,624 - DEBUG - websocket - trace - Connection: Upgrade
2023-02-07 16:19:42,624 - DEBUG - websocket - trace - Sec-WebSocket-Accept: 1DFNbPgIcIdeycRnV72ly4iU008=
2023-02-07 16:19:42,624 - DEBUG - websocket - trace - Sec-WebSocket-Protocol: messenger-json
2023-02-07 16:19:42,624 - DEBUG - websocket - trace - X-Nitro-Hostname: dtcp-clantsv12
2023-02-07 16:19:42,624 - DEBUG - websocket - trace - X-Nitro-Version: 2.23.6
2023-02-07 16:19:42,624 - DEBUG - websocket - trace - -----------------------