zerodha / cppkiteconnect

C++ Kite Connect API library / SDK
Other
47 stars 22 forks source link

Failing to fetch LTP for instruments #73

Closed navkamalrakra closed 11 months ago

navkamalrakra commented 11 months ago

The getLtp() API is failing to fetch ltp and is reporting blank body same as previously reported issue

Is there any change at the backend ?

navkamalrakra commented 11 months ago

The issue was:

I had run git submodule update --remote on my project due to which it checked out main branch of uri-parser which does not have fixes to previous bug . This reproduced the issue. Checking out cppkc-version version resolved the issue.

But you should update the cppkiteconnect .gitmodules to :

[submodule "include/uri-parser"] path = include/uri-parser url = https://github.com/bhumitattarde/uri-parser.git branch = cppkc-version