You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I am also facing same issue when i tried to connect web socket, the issue is "Handshake status 200 OK",
My code is:
import websocket from websocket._exceptions
import WebSocketConnectionClosedException
Hi,
I am also facing same issue when i tried to connect web socket, the issue is "Handshake status 200 OK",
My code is:
import websocket from websocket._exceptions
import WebSocketConnectionClosedException
ws = websocket.create_connection("ws://dev.charger.com/chargerWebService/connect/")
here
"dev.charger.com" is my domain,
"chargerWebService/connect/" is my path
I get this error like "Handshake status 200 OK" #21
The text was updated successfully, but these errors were encountered: