installing Eufy Security Add-on gives Unable to start driver RequestError: getaddrinfo EAI_AGAIN extend.eufylife.com #763
ChrisWheels
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Fuatagun,
I'm trying to install Eufy Security Add-on, After configuring the Add-on the log is showing:
Unable to start driver RequestError: getaddrinfo EAI_AGAIN extend.eufylife.com
at ClientRequest. (/usr/src/app/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 (/usr/src/app/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: 1678444727427,
socket: 1678444727432,
lookup: 1678444732440,
connect: undefined,
secureConnect: undefined,
upload: undefined,
response: undefined,
end: undefined,
error: 1678444732442,
abort: undefined,
phases: {
wait: 5,
dns: 5008,
tcp: undefined,
tls: undefined,
request: undefined,
firstByte: undefined,
download: undefined,
total: 5015
}
}
}
Can you please tell me what I'm doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions