You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Listening to commands on port 4000
[]
file:///quick-bench/node_modules/node-fetch/src/index.js:108
reject(new FetchError(`request to ${request.url} failed, reason: ${error.message}`, 'system', error));
^
FetchError: request to https://auth.docker.io/token?service=registry.docker.io&scope=repository:fredtingaud/quick-bench:pull failed, reason: getaddrinfo EAI_AGAIN auth.docker.io
at ClientRequest.<anonymous> (file:///quick-bench/node_modules/node-fetch/src/index.js:108:11)
at ClientRequest.emit (node:events:514:28)
at TLSSocket.socketErrorListener (node:_http_client:501:9)
at TLSSocket.emit (node:events:514:28)
at emitErrorNT (node:internal/streams/destroy:151:8)
at emitErrorCloseNT (node:internal/streams/destroy:116:3)
at process.processTicksAndRejections (node:internal/process/task_queues:82:21) {
type: 'system',
errno: 'EAI_AGAIN',
code: 'EAI_AGAIN',
erroredSysCall: 'getaddrinfo'
}
Node.js v18.17.1
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: