Hi, when I’m calling /notes and /status_updates most are successful but they sometimes fail and do not provide a useful error message. When it fails the response code is ‘0’ and the error message is “read ECONNRESET”.
I am calling these APIs about 60 times within a minute or two.
The same error occurs when I’m calling the APIs separately an hour apart. Most of the requests are successful but there’s a few calls that fails randomly with response code ‘0’.
What is causing these errors?