MONEI / Shopify-api-node

Node Shopify connector sponsored by MONEI
https://monei.com/shopify-payment-gateway/
MIT License
940 stars 278 forks source link

RequestError: getaddrinfo EAI_AGAIN #625

Closed xmdcode closed 9 months ago

xmdcode commented 11 months ago

Hello , all

Today while i was trying to update price on a product i was getting the above error.

Full error code below:

RequestError: getaddrinfo EAI_AGAIN at ClientRequest. (/workspace/node_modules/got/dist/source/core/index.js:970:111) at Object.onceWrapper (node:events:628:26) at ClientRequest.emit (node:events:525:35) at ClientRequest.origin.emit (/workspace/node_modules/@szmarczak/http-timer/dist/source/index.js:43:20) at TLSSocket.socketErrorListener (node:_http_client:494:9) at TLSSocket.emit (node:events:513:28) at emitErrorNT (node:internal/streams/destroy:157:8) at emitErrorCloseNT (node:internal/streams/destroy:122:3) at processTicksAndRejections (node:internal/process/task_queues:83:21) at GetAddrInfoReqWrap.onlookup [as oncomplete] (node:dns:109:26) { code: 'EAI_AGAIN', timings: { start: 1690920544698, socket: 1690920544698, lookup: 1690920554703, connect: undefined, secureConnect: undefined, upload: undefined, response: undefined, end: undefined, error: 1690920554703, abort: undefined, phases: { wait: 0, dns: 10005, tcp: undefined, tls: undefined, request: undefined, firstByte: undefined, download: undefined, total: 10005 } } }

lpinca commented 9 months ago

This is a DNS lookup timeout error. It is not an issue in the library.