-
Notifications
You must be signed in to change notification settings - Fork 724
Description
I am trying to scan OCI and getting the error below. I have tried with current version as well as 3.4.0.
rror: getaddrinfo EAI_AGAIN iaas.us-sanjose-1.oraclecloud.com
at GetAddrInfoReqWrap.onlookup [as oncomplete] (node:dns:107:26)
Emitted 'error' event on ClientRequest instance at:
at TLSSocket.socketErrorListener (node:_http_client:501:9)
at TLSSocket.emit (node:events:517:28)
at TLSSocket.emit (node:domain:489:12)
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) {
errno: -3001,
code: 'EAI_AGAIN',
syscall: 'getaddrinfo',
hostname: 'iaas.us-sanjose-1.oraclecloud.com'
}
Quick research shows DNS time out issue. Before I start down a rabbit hole, has anyone seen and resolved?