My node app is running on the port, but my Discord bot is not online

The project is private, and the project name is “vibe-utilities”.
Help please?

Set your port to 3000.

I have, and everything on the project site loads, but the bot still does not seem to be loading. :confused:

Do you have .login() in your code.

Yes, I do, logging in with the “TOKEN” variable in .env, but it doesn’t even show an error, it just isn’t even trying to load.

Run curl -I https://discordapp.com/api/v7/gateway in the terminal and post the results here.

It says “HTTP/1.1 429 Too Many Requests” and then it shows some Cloudflare thing.

Please post your project name here:

Extra info: your container was banned by Discord (not your fault, but another Glitch project on the same IP) and the ip of your project needs to be refreshed. Adding your project there fast tracks this

3 Likes

Thank you! I will try this.

1 Like

Thank you so much! This fixed it.

1 Like