Has the websocket stream been turned off over the weekend? I was trying to make some enhancements and no data is received in the on_ticks method. The same is the status even now, 15 minutes before market open. Is it just that the stream is off or am I doing something incorrect?
I am using the new infra, which is registering to wss://ws.kite.trade/?api_key=xxxx&access_token=yyyy, my access_token is correct since I am able to send orders using the same access token. But when I am not able to receive market data.
Was able to use the same code till Friday successfully.
@abhishek01 I tried connecting to websocket with your api key and access token starts with `uasRC` and I was able to connect and fetch data. Please check if the api key and access token provided is right.
I am using the new infra, which is registering to wss://ws.kite.trade/?api_key=xxxx&access_token=yyyy, my access_token is correct since I am able to send orders using the same access token. But when I am not able to receive market data.
Was able to use the same code till Friday successfully.