We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to set ip address?
sd --deep events.js:298 throw er; // Unhandled 'error' event ^
Error: connect ETIMEDOUT 23.239.11.213:80 at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1137:16) Emitted 'error' event on ClientRequest instance at: at Socket.socketErrorListener (_http_client.js:424:9) at Socket.emit (events.js:321:20) at emitErrorNT (internal/streams/destroy.js:84:8) at processTicksAndRejections (internal/process/task_queues.js:84:21) { errno: -4039, code: 'ETIMEDOUT', syscall: 'connect', address: '23.239.11.213', port: 80 }
The text was updated successfully, but these errors were encountered:
Did you managed to find the culprit on this one?
Sorry, something went wrong.
No branches or pull requests
how to set ip address?
sd --deep
events.js:298
throw er; // Unhandled 'error' event
^
Error: connect ETIMEDOUT 23.239.11.213:80
at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1137:16)
Emitted 'error' event on ClientRequest instance at:
at Socket.socketErrorListener (_http_client.js:424:9)
at Socket.emit (events.js:321:20)
at emitErrorNT (internal/streams/destroy.js:84:8)
at processTicksAndRejections (internal/process/task_queues.js:84:21) {
errno: -4039,
code: 'ETIMEDOUT',
syscall: 'connect',
address: '23.239.11.213',
port: 80
}
The text was updated successfully, but these errors were encountered: