Has anyone else encountered errors when making API calls? These errors have been appearing sporadically, and this issue only began after our self-hosted callin.io instance was updated to version 1.78.1.
The following error message is displayed:
json
[
{
“error”: {
“message”: “socket hang up”,
“name”: “Error”,
“stack”: “Error: socket hang upn at Function.AxiosError.from (/usr/local/lib/node_modules/n8n/node_modules/axios/lib/core/AxiosError.js:89:14)n at RedirectableRequest.handleRequestError (/usr/local/lib/node_modules/n8n/node_modules/axios/lib/adapters/http.js:620:25)n at RedirectableRequest.emit (node:events:530:35)n at ClientRequest.eventHandlers. (/usr/local/lib/node_modules/n8n/node_modules/follow-redirects/index.js:49:24)n at ClientRequest.emit (node:events:518:28)n at emitErrorEvent (node:_http_client:101:11)n at TLSSocket.socketOnEnd (node:_http_client:528:5)n at TLSSocket.emit (node:events:530:35)n at endReadableNT (node:internal/streams/readable:1698:12)n at processTicksAndRejections (node:internal/process/task_queues:82:21)n at Axios.request (/usr/local/lib/node_modules/n8n/node_modules/axios/lib/core/Axios.js:45:41)n at processTicksAndRejections (node:internal/process/task_queues:95:5)n at invokeAxios (/usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/node-execute-functions.js:582:16)n at proxyRequestToAxios (/usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/node-execute-functions.js:611:26)n at Object.request (/usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/node-execute-functions.js:1474:50)”,
“code”: “ECONNRESET”,
“status”: null
}
}
]
Hey
It seems the service you're interacting with isn't responding correctly. Are you utilizing Axios directly within a code node, or are you using one of our other nodes?
This discussion was automatically closed 90 days following the last response. New responses are no longer permitted.