NodeJS - Error fetching historical candles with NetworkException intermittently

enliyo
enliyo edited February 2019 in API clients
Hi,

I am polling for historical data every 3m for 10-15 stocks and each request ensures that earlier response was received + there is 500ms delay as well. Having said that, I am receiving following error message using NodeJS client. This seems to be intermittent but happening very frequently.

Following is the log with timestamp where app received those exceptions. I am also have 2 ticker opens and they do not close/give errors so I do not think this is network connectivity issue from my side. What is happening? Anybody seen these?
31-Jan-2019 13:42:03 error: Error fetching historical candle for IDBI, {"status":"error","message":"Request failed (kitetrade-common).","data":null,"error_type":"NetworkException"}
31-Jan-2019 13:42:08 error: Error fetching historical candle for MINDTREE, {"status":"error","message":"Request failed (kitetrade-common).","data":null,"error_type":"NetworkException"}
31-Jan-2019 13:42:11 error: Error fetching historical candle for TVSMOTOR, {"status":"error","message":"Request failed (kitetrade-common).","data":null,"error_type":"NetworkException"}
31-Jan-2019 13:42:16 error: Error fetching historical candle for CIPLA, {"status":"error","message":"Request failed (kitetrade-common).","data":null,"error_type":"NetworkException"}
31-Jan-2019 13:42:20 error: Error fetching historical candle for BAJFINANCE, {"status":"error","message":"Request failed (kitetrade-common).","data":null,"error_type":"NetworkException"}
31-Jan-2019 13:42:24 error: Error fetching historical candle for KOTAKBANK, {"status":"error","message":"Request failed (kitetrade-common).","data":null,"error_type":"NetworkException"}
31-Jan-2019 13:42:28 error: Error fetching historical candle for TCS, {"status":"error","message":"Request failed (kitetrade-common).","data":null,"error_type":"NetworkException"}
31-Jan-2019 13:42:32 error: Error fetching historical candle for HDFCBANK, {"status":"error","message":"Request failed (kitetrade-common).","data":null,"error_type":"NetworkException"}
31-Jan-2019 13:42:36 error: Error fetching historical candle for WIPRO, {"status":"error","message":"Request failed (kitetrade-common).","data":null,"error_type":"NetworkException"}
31-Jan-2019 13:42:39 error: Error fetching historical candle for YESBANK, {"status":"error","message":"Request failed (kitetrade-common).","data":null,"error_type":"NetworkException"}
31-Jan-2019 13:42:44 error: Error fetching historical candle for INFY, {"status":"error","message":"Request failed (kitetrade-common).","data":null,"error_type":"NetworkException"}
31-Jan-2019 13:42:50 error: Error fetching historical candle for VEDL, {"status":"error","message":"Request failed (kitetrade-common).","data":null,"error_type":"NetworkException"}
31-Jan-2019 13:42:53 error: Error fetching historical candle for ICICIBANK, {"status":"error","message":"Request failed (kitetrade-common).","data":null,"error_type":"NetworkException"}
Sign In or Register to comment.