I get this handshake error when using the SharekhanWebsocket class.
Handshake status 200 OK -+-+- {'server': 'volt-adc', 'content-length': '32', 'content-type': 'text/plain', 'x-volterra-location': 'mb2-mum', 'date': 'Fri, 06 Dec 2024 10:42:05 GMT', 'connection': 'close'} -+-+- b'websocket handshake unsuccessful' - goodbye
The weird thing is that the issue is seen only on some computers. On the same computers, other Websocket clients (that connect to other Websocket servers) work fine - see example demo-ws-client.py - there are no issues with this Websocket.
demo-ws-client.py.txt
I get this handshake error when using the SharekhanWebsocket class.
Handshake status 200 OK -+-+- {'server': 'volt-adc', 'content-length': '32', 'content-type': 'text/plain', 'x-volterra-location': 'mb2-mum', 'date': 'Fri, 06 Dec 2024 10:42:05 GMT', 'connection': 'close'} -+-+- b'websocket handshake unsuccessful' - goodbyeThe weird thing is that the issue is seen only on some computers. On the same computers, other Websocket clients (that connect to other Websocket servers) work fine - see example demo-ws-client.py - there are no issues with this Websocket.
demo-ws-client.py.txt