Describe the issue/error/question
Good Evening,
we have an issue with our N8N which is kind of annoying as it does appear and vanish for no understandable reason.
What we are doing is simply read a CSV and send the content to an API line by line. I already tried batching, timeouts, retries, ignoring response codes but nothing keeps the problem away. It maybe is gone for some tests but it always gets back, we restart the flow maybe two or three times and wait for it to appear again.
The problem is also not appearing every time so I’m under the impression that something should be wrong on our end. Do you have a suggestion that I could lookup?
I would really appreciate some hints and thank you very much for your time.
BR
Benjamin
What is the error message (if any)?
2022-03-17T15:18:13.509226054Z (node:7) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 64977)
2022-03-17T15:21:51.539268446Z (node:7) PromiseRejectionHandledWarning: Promise rejection was handled asynchronously (rejection id: 65057)
Share the output returned by the last node
{"status":"rejected","reason":{"message":"getaddrinfo ENOTFOUND api.crossengage.io","name":"Error","stack":"Error: getaddrinfo ENOTFOUND api.crossengage.io\n at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:67:26)","code":"ENOTFOUND"}}
NodeApiError: UNKNOWN ERROR - check the detailed error for more information
at Object.execute (/usr/local/lib/node_modules/n8n/node_modules/n8n-nodes-base/dist/nodes/HttpRequest/HttpRequest.node.js:888:27)
at runMicrotasks (<anonymous>)
at processTicksAndRejections (internal/process/task_queues.js:93:5)
at async /usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/src/WorkflowExecute.js:451:47
Information on your n8n setup
- 0.165.1
- Postgre
- Running n8n via Docker