Error connection timeout?

Every time i try to restart project it send status as unstable and show error. It is restarting every time anyway to fix it??
Project name is Pikachu.

If you’re using too much memory then the first thing to do is identify what’s using it up. You can do this by disabling one part of you project at a time, like commands or plugins, and look how ram usage changes (keeping in mind it might take up to 2 minutes for the monitor to update). Follow this rule until you identified the lines of code that take up all that ram.

It get disconnected on start can you help me??

I cannot reproduce your issue, make sure you’re running on the latest version of a supported browser (Chrome, Firefox, Edge, or Safari)

Well this is happening on any browser i use! The project status get unstable abd project stop if there is way that project starts auto will helps also!


8:37 PM

<rejected> { Error [WS_CONNECTION_TIMEOUT]: The connection to the gateway timed out.

8:37 PM

at Timeout.setTimeout (/rbd/pnpm-volume/5c4f3043-faa8-4f56-8ee3-4da9829839c8/node_modules/.github.com/discordjs/discord.js/85738b68849b6092b8f43a044937dc8a508b7536/node_modules/discord.js/src/client/Client.js:227:16)

8:37 PM

at <anonymous> [Symbol(code)]: 'WS_CONNECTION_TIMEOUT' } } reason: { Error [WS_CONNECTION_TIMEOUT]: The connection to the gateway timed out.

8:37 PM

at Timeout.setTimeout (/rbd/pnpm-volume/5c4f3043-faa8-4f56-8ee3-4da9829839c8/node_modules/.github.com/discordjs/discord.js/85738b68849b6092b8f43a044937dc8a508b7536/node_modules/discord.js/src/client/Client.js:227:16)

8:37 PM

at <anonymous> [Symbol(code)]: 'WS_CONNECTION_TIMEOUT' }```
getting this error

@etamponi @gareth this bug still exists even if the usage is only 200mb can you help me?

From the error above, it looks like it’s failing to connect to Discord. Are you sure you have everything set up right in that area?

Idk This error comes and goes automatically.

Your project is connecting to WS fine at the moment. If the problem comes and goes, then it’s not due to a banned IP as you’ve suggested in another thread. The app is however unstable due to high memory usage, which could be a cause. I recommend you spend time looking into that issue, per my advice above (Error connection timeout?). Note that this is something you’ll need to actually do - we can’t fix it for you and it won’t fix itself.