i added it this is my code
import logging
import time
from kiteconnect import KiteTicker
logging.basicConfig(level=logging.DEBUG)
api_key = "sdadsadsada"
access_token = "xxxxxxxxxxxxxxxxxxxxxxxxxx"
# Initialise
kws = KiteTicker(api_key, acces…
i used the code given here https://github.com/zerodha/pykiteconnect/blob/master/examples/ticker.py and i am sure the access token is right cause the same token is working on buy sell orders. I have tried connecting to websocket using a normal python…