Constant ECONNABORTED errors

vlence
Hi,

I'm trying to collect historical data of the Nifty50 stocks but I often get an ECONNABORTED error.

Here's a sample of my application logs.
{"level":"info","message":"Finding dates for NSE:TECHM (3465729)..."}
{"level":"info","message":"Finding dates with data between 2022 and 2023 for stock NSE:TECHM"}
{"data":null,"error_type":"NetworkException","level":"error","message":"Failed to find dates with data between 2022 and 2023 for stock NSE:TECHM No response from server with error code: ECONNABORTED"}
{"data":null,"error_type":"NetworkException","level":"error","message":"Failed to find dates with data between 2022 and 2023 for stock NSE:TECHM No response from server with error code: ECONNABORTED"}
{"data":null,"error_type":"NetworkException","level":"error","message":"Failed to find dates with data between 2022 and 2023 for stock NSE:TECHM No response from server with error code: ECONNABORTED"}
{"data":null,"error_type":"NetworkException","level":"error","message":"Failed to find dates with data between 2022 and 2023 for stock NSE:TECHM No response from server with error code: ECONNABORTED"}
{"data":null,"error_type":"NetworkException","level":"error","message":"Failed to find dates with data between 2022 and 2023 for stock NSE:TECHM No response from server with error code: ECONNABORTED"}
{"data":null,"error_type":"NetworkException","level":"error","message":"Failed to find dates with data between 2022 and 2023 for stock NSE:TECHM No response from server with error code: ECONNABORTED"}
{"data":null,"error_type":"NetworkException","level":"error","message":"Failed to find dates with data between 2022 and 2023 for stock NSE:TECHM No response from server with error code: ECONNABORTED"}
{"data":null,"error_type":"NetworkException","level":"error","message":"Failed to find dates with data between 2022 and 2023 for stock NSE:TECHM No response from server with error code: ECONNABORTED"}
{"data":null,"error_type":"NetworkException","level":"error","message":"Failed to find dates with data between 2022 and 2023 for stock NSE:TECHM No response from server with error code: ECONNABORTED"}
{"data":null,"error_type":"NetworkException","level":"error","message":"Failed to find dates with data between 2022 and 2023 for stock NSE:TECHM No response from server with error code: ECONNABORTED"}
{"data":null,"error_type":"NetworkException","level":"error","message":"Failed to find dates with data between 2022 and 2023 for stock NSE:TECHM No response from server with error code: ECONNABORTED"}
{"level":"info","message":"Finding dates with data between 2021 and 2022 for stock NSE:TECHM"}
{"data":null,"error_type":"NetworkException","level":"error","message":"Failed to find dates with data between 2021 and 2022 for stock NSE:TECHM No response from server with error code: ECONNABORTED"}
{"data":null,"error_type":"NetworkException","level":"error","message":"Failed to find dates with data between 2021 and 2022 for stock NSE:TECHM No response from server with error code: ECONNABORTED"}
{"data":null,"error_type":"NetworkException","level":"error","message":"Failed to find dates with data between 2021 and 2022 for stock NSE:TECHM No response from server with error code: ECONNABORTED"}
{"level":"info","message":"Finding dates with data between 2020 and 2021 for stock NSE:TECHM"}
{"data":null,"error_type":"NetworkException","level":"error","message":"Failed to find dates with data between 2020 and 2021 for stock NSE:TECHM No response from server with error code: ECONNABORTED"}
{"data":null,"error_type":"NetworkException","level":"error","message":"Failed to find dates with data between 2020 and 2021 for stock NSE:TECHM No response from server with error code: ECONNABORTED"}
{"data":null,"error_type":"NetworkException","level":"error","message":"Failed to find dates with data between 2020 and 2021 for stock NSE:TECHM No response from server with error code: ECONNABORTED"}
{"level":"info","message":"Finding dates with data between 2019 and 2020 for stock NSE:TECHM"}
{"data":null,"error_type":"NetworkException","level":"error","message":"Failed to find dates with data between 2019 and 2020 for stock NSE:TECHM No response from server with error code: ECONNABORTED"}
Tagged:
Sign In or Register to comment.