Hi,
It seems that I made one minuscule error in the login flow, In my earlier code it was not accepting access token as I placed it in a function (probably)
Thank you so much for your support.
Although I'm able to generate the access token every 24 hours while getting it, it shows-
DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): api.kite.trade
DEBUG:urllib3.connectionpool:https://api.kite.trade:443 "POST /session/token HT…
I am trying to run an algo based on ticker data after converting it into OHLC and making kws.connect(threaded=True)
; I have followed all the instructions mentioned in this thread by @rakeshr , all the computations are working correctly but the main…