I am using below code to get access token
from kiteconnect import KiteConnect
kite = KiteConnect(api_key="xxxxxxxx")
print(kite.login_url())
from this I am getting access token and using it in above provided code, still no luck
@Vivek @sujith I am getting below error for web socket streaming please help.
I am using the code given by @Vivek in above comment
2020-10-05 13:01:15,187 - kiteconnect.ticker - DEBUG - Start WebSocket connection.
2020-10-05 13:01:15+0530 [-] Lo…