@sujith
Even tried step by step instructions on this page to get the access token - https://kite.trade/docs/connect/v3/user/#login-flow
Still same error
ERROR:kiteconnect.ticker:Connection error: 1006 - connection was closed uncleanly (WebSocket …
@sujith
Yes. I run generate session just once. To get the access token:
api_k = "my api key" # api_key
api_s = "my api secret" # api_secret
global kite
kite = KiteConnect(api_key=api_k)
print("[*] Generate access Token : ", kite.l…
@sujith
1. yesterday, It gave me the same access token every time I followed the steps to fetch one.
2. it gave me a new one today, but the issue still persists.