Repeated breakdown of websocket
-
Hi,
I am trying to execute and monitor my trades using the python SDK module. But I am facing an issue of discontinuity of WebSockets consistently. Whenever I start my session, it shows an error [-3] after some time and stops working. First I doubt my wifi connection issue but there is no such issue in the internet connection. Can you suggest why
ss.connect()
shows an error (Error code: [-3]) and how to get consistent WebSocket output from 09:15 AM to 03:20 PM without any glitch. Thanks -
@admin The issue of
AUTH_TOKEN
is solved but I am not able to get the price and volume inwebsocket 2.0
. I am getting the error messageIn on pong function==> b'ping'
consistently. Please suggest ASAP. -
@admin The issue of
AUTH_TOKEN
is solved but I am not able to get the price and volume inwebsocket 2.0
. I am getting messageIn on pong function==> b'ping'
consistently. Please suggest. -
@admin What is
AUTH_TOKEN
? Is it access_token generated obtained fromobj.access_token
?I tried putting access_token in
AUTH_TOKEN
but I am getting only one response as shown below:In on pong function==> b'ping'
-
@admin What is
AUTH_TOKEN
? Is it access_token generated obtained fromobj.access_token
?I tried putting access_token in
AUTH_TOKEN
but I am getting only one response as shown below:In on pong function==> b'ping'
-