Ismail

About

Username
Ismail
Joined
Visits
29
Last Active
Roles
Member

Comments

  • 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…
  • There is no bug in the above code, the connectivity should have been checked AFTER the subscription is done. Or inside the 'connect' message.