We are getting following error when requesting historical 1 minute candle data. The API works fine once in a while. Because of this we are unable to trade. We are using GOLANG to fetch data. Everything was working fine till last week and problem started from this week. We didn’t made any changes to the program.
Hi @ranjithptb, A timeout error can happen because of many reasons. It could be because of poor connectivity at the client's end or at Kite Connect API to its source or because of an unavailable resource at the source or because data was not able to be fetched from DB within the specified time. The most frequent cause is network connections timing out.
Any API client should already be ready to handle any possible exceptions as there are a multitude of ways in which a network API can call. Rakesh incorrectly assume this was such a case and he suggested general exception handling.
Apologies for the incovenience. Our data team has investigated and found some issues that may have caused these timeouts yesterday. They are working on a resolution for this. Thank you for a patience.
A timeout error can happen because of many reasons. It could be because of poor connectivity at the client's end or at Kite Connect API to its source or because of an unavailable resource at the source or because data was not able to be fetched from DB within the specified time. The most frequent cause is network connections timing out.
Any API client should already be ready to handle any possible exceptions as there are a multitude of ways in which a network API can call. Rakesh incorrectly assume this was such a case and he suggested general exception handling.
Apologies for the incovenience. Our data team has investigated and found some issues that may have caused these timeouts yesterday. They are working on a resolution for this. Thank you for a patience.