connect ETIMEDOUT using @discordjs/proxy-container
Error: connect ETIMEDOUT 208.77.47.172:443
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1278:16) {
errno: -4039,
code: 'ETIMEDOUT',
syscall: 'connect',
address: '208.77.47.172',
port: 443
}
what is this and how do i fix it ?
i run the @discordjs/proxy-container on a docker desktop like this :
2 Replies
- What's your exact discord.js
npm list discord.js
and node node -v
version?
- Not a discord.js issue? Check out #other-js-ts.
- Consider reading #how-to-get-help to improve your question!
- Explain what exactly your issue is.
- Post the full error stack trace, not just the top part!
- Show your code!
- Issue solved? Press the button!nodejs where my project is running on is v16.19.1.discord.js version "discord.js": "^14.13.0",