websocket issues

TUSH123
why this error is being continuously coming?

ERROR:kiteconnect.ticker:WebSocket connection lost: [Failure instance: Traceback (failure with no frames): : Connection to the other side was lost in a non-clean fashion: Connection lost.
  • sujith
    You need a valid access token to get connect to Kite Ticker, are you sure you are using a valid access token?
    You can set onError callback to get more details and another option is to enable debug logs like this,
    logging.basicConfig(level=logging.DEBUG)
  • TUSH123
    yeah fixed for now with new access token
This discussion has been closed.