I have an https server on which I create a session and collect data via websockets. Now I want to trade from my localhost server and when I use the same access token I get a TokenException: Invalid or expired token.
I am using kiteconnectjs v3 on …
@rakeshr
Thank you Rakesh, for the effort taken to go through my code. The error was in my array of instrument. It contained strings [ "9594882", ...] instead of integers [ 9594882, ...].
Having said that, I would still want exceptions to be thro…