Thanks for the response Sujith, that is exactly the same thing what I already mentioned, the request is timed out before the data gets fetched from the DB to cache and it is not honoring the timeout parameter.
Definitely not expected from such a co…
HI, I did run the app with "Debug: true" and also did some research from my end. Finally able to figure out how your server end works. From my understanding, it is like below-
For some of the popular/high demand symbols, data is pre-cached. So the …
Correct, again it is not only 2000, it is 2000+2000=4000. Bad to know that you are also facing the same issue. But at least now they can not say that it is happening only with me and it is working fine for them.
Thanks for the reply but this is not happening in my case. I am getting the error with IntrumentToken also. Please keep this thread open, I will post more data.
As of now, I can figure out that, there is some caching issue from your side. For some …
Yeah Sujith, sorry my bad, copied wrong code. Please find the correct code below-
_kite = new Kite({ApiKey}, {AccessToken});
_kite.GetHistorical("2933761", "2015-01-01", "2015-01-21", "minute");
The above code sometimes works perfectly and sometim…
Please find the code-
_kite = new Kite({ApiKey}, {AccessToken});
_kite.GetHistorical("JPASSOCIAT", "2015-01-01", "2015-01-21", "minute");
The above code sometimes works perfectly and sometime it will throw the above-mentioned exception. For exampl…