The code that has been working till Y'day , doesn't seem to be working today. The kiteconnect.getLTP is returning an empty Map for any instrument. Is it happening only for me or across the board ?
There was no change in code, I got the access and public tokens this morning as usual and stored them in the DB. No changes from my side at all. The kiteConnect.getLTP and kiteConnect.getQuote have just stopped working. They just return an empty map today.
Ignore this. This is from my local and I missed to put NSE: in symbol. But basically I tried it on local because, the getLTP in my server code deployed in amazon cloud was giving an issue.
This is my code snippet that has been working fine for over a month now, and my subscription is active till 6th DEC.
And this is the debug info for line ltpMap = kiteConnect.getLTP(instrument);
The call looks as follows in debugger