My Bot has randomly stopped running, and won't run again

I have made a Discord bot and I play for GLitch to keep it up 24/7, it has randomly stopped running, I looked at the logs and have gotten no errors. I used the command Refresh in the terminal, and it still hasn’t started running again. Please help!

Pinging services is blocked from glitch, or maybe glitch’s VPS is having a bad internet connection and disconnecting from Discord’s Websocket.

I pay for Glitch as I stated, I don’t use Pinging services.

All I am getting form logs is this:

What version do you use of discord.js?

11.6.3 I believe, I’ll check to be sure.

Downgrade to 11.5.1 to fix the issue.

I am using 11.6.4, If I downgrade, Will most of my code become Incompatible?

Also, I am now attempting to load my Project, but it just doing the loading thing for ages and not loading anything.

The will be no difference… I still use 11.5.1, and recently had to upgrade to 11.6.4 on an other project.

Maybe glitch’s VPS is having a bad internet connection and disconnecting from Discord’s Websocket.

And you should get this error in your log. If not, add a debug/error event.

How do you launch your app ? Did you modify package.json recently ?

If there is any issues about the package.json, it should error out.

I haven’t modified the Package.Json for about a week, and the Project isn’t even Loading anymore.
image

Glitch is having issues right now. You should check status.glitch.com.

Okay, thanks for all of the Help!