Cae
Cae
DIAdiscord.js - Imagine an app
Created by Cae on 6/2/2023 in #djs-questions
code: 'ERR_SOCKET_CONNECTION_TIMEOUT'
node:internal/process/promises:289
triggerUncaughtException(err, true /* fromPromise */);
^

Error [ERR_SOCKET_CONNECTION_TIMEOUT]: Socket connection timeout
at new NodeError (node:internal/errors:399:5)
at internalConnectMultiple (node:net:1099:20)
at Timeout.internalConnectMultipleTimeout (node:net:1638:3)
at listOnTimeout (node:internal/timers:575:11)
at process.processTimers (node:internal/timers:514:7) {
code: 'ERR_SOCKET_CONNECTION_TIMEOUT'
}

Node.js v20.2.0
node:internal/process/promises:289
triggerUncaughtException(err, true /* fromPromise */);
^

Error [ERR_SOCKET_CONNECTION_TIMEOUT]: Socket connection timeout
at new NodeError (node:internal/errors:399:5)
at internalConnectMultiple (node:net:1099:20)
at Timeout.internalConnectMultipleTimeout (node:net:1638:3)
at listOnTimeout (node:internal/timers:575:11)
at process.processTimers (node:internal/timers:514:7) {
code: 'ERR_SOCKET_CONNECTION_TIMEOUT'
}

Node.js v20.2.0
I cant figure out what i causing this problem it worked perfectly fine yesterday!
4 replies