Discord Ban mega-thread! (Discord bot / Something took too long to do)

Hey, I am getting the error

(node:1939) UnhandledPromiseRejectionWarning: Error: Something took too long to do.

I see the bot doesn’t log in correctly into Discord (though the Token is correct)
I also get

[ws] Attempted to destroy WebSocket but no connection exists!

This is also happening to a Friend’s Discord.JS bot hosted on Glitch.
Any ideas on how to solve this?

5 Likes

It happens to me too, but some of the bots are still fast, but the ones i use mostly are down and they have either high ping or not login at all

1 Like

That does seem like odd behavior, but we’re not seeing anything out of the ordinary on any of our hosts. @midnight_ocean, @razefeixx, and @iBisho can you provide project name so we can take a closer look?

2 Likes

I have the same problem

2 Likes

No changes on our end. @zeis974 can you also provide your project name so we can take a look?

4 Likes

The same problem started to my bots too. It also doesn’t look like it is the code, since nothing were changed, and it is returning the same “Something took too long” timeout on login.

1 Like

Same for me as well.

1 Like

Same question for you as well, @Coding (and you, @Naruyoko). Please provide project names so that we can look at them specifically.

1 Like

discord-channel-bot, rosquad @cori :smile:

1 Like

@cori

here is the full error

(node:3217) UnhandledPromiseRejectionWarning: Error: Something took too long to do.

    at timeout.client.setTimeout (/rbd/pnpm-volume/ba5c37af-02df-4742-91c4-c5ceb7c6f78a/node_modules/.registry.npmjs.org/discord.js/11.4.2/node_modules/discord.js/src/client/ClientManager.js:40:57)

    at Timeout.setTimeout [as _onTimeout] (/rbd/pnpm-volume/ba5c37af-02df-4742-91c4-c5ceb7c6f78a/node_modules/.registry.npmjs.org/discord.js/11.4.2/node_modules/discord.js/src/client/Client.js:433:7)

    at ontimeout (timers.js:436:11)

    at tryOnTimeout (timers.js:300:5)

    at listOnTimeout (timers.js:263:5)

    at Timer.processTimers (timers.js:223:10)

(node:3217) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 6)

(node:3217) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
1 Like

@cori indice-bot and protobot.

1 Like

Thanks for the project names; we’ll take a closer look as soon as we can - probably tomorrow morning.

In the meantime it may be useful for each of you to follow the guidance in https://github.com/discordjs/discord.js/issues/1604#issuecomment-311942193 and catch the error from login() to see if we can sort out where the breakdown is occurring; it might show us a little more detail.

2 Likes

I’ve also been having the same issue with my bot where it says that it is live, but not online on discord. At first I couldn’t figure it out so I commented out certain parts of the code that dealt with timeouts and cooldowns. Funnily enough it seemed like it worked and it came back online on Discord however it immediately went back to it’s previous state and I can not figure out what the error means. My bot’s name is zielo-rules.

1 Like

Hey Cori!

There are people currently relying on the bot, and I would like if you could fix it ASAP. Also, I added the console error thing, but didn’t get any response.

1 Like

I just recently got this error on my bot, too. I added a catch to login, and all that comes up is [Function: bound consoleCall].
Project name is leaf-bot.

EDIT: My bad, I did add the catch, but instead of doing just console.error I had console.log(console.error) due to previous attempts to try and catch out the error. The error message is:

Error: Something took too long to do.

    at timeout.client.setTimeout (/app/node_modules/discord.js/src/client/ClientManager.js:40:57)

    at Timeout.setTimeout [as _onTimeout] (/app/node_modules/discord.js/src/client/Client.js:433:7)

    at ontimeout (timers.js:466:11)

    at tryOnTimeout (timers.js:304:5)

    at Timer.listOnTimeout (timers.js:267:5)

Same issue. Project name is bermuda-fn. My other bots are working fine its just this one

Error: Something took too long to do.

at timeout.client.setTimeout (/rbd/pnpm-volume/0eee7f8a-59cf-4bee-83a9-d7c867095478/node_modules/.registry.npmjs.org/discord.js/11.4.2/node_modules/discord.js/src/client/ClientManager.js:40:57)

at Timeout.setTimeout [as _onTimeout] (/rbd/pnpm-volume/0eee7f8a-59cf-4bee-83a9-d7c867095478/node_modules/.registry.npmjs.org/discord.js/11.4.2/node_modules/discord.js/src/client/Client.js:433:7)

at ontimeout (timers.js:436:11)

at tryOnTimeout (timers.js:300:5)

at listOnTimeout (timers.js:263:5)

at Timer.processTimers (timers.js:223:10)
1 Like

The name of my project and odium-bot

1 Like

Hi All!

Cori, a staff member will be fixing this later this morning.

1 Like

It looks like we have a few IP addresses that have been blacklisted. I’ll be working with another Glitch staff member to resolve that on our end in just a little while.

@Coding are you saying that Discord is also taking a look at this from their end? Do you have a contact that you’re working with - we’d like to be able to resolve this on a more permanent basis and it would help to know someone who’s already aware of this on the Discord side of things.

1 Like

Hey Cori!

I didn’t say that, but I could try to find some discord staff to contact. Can I have a status update plz?

Oh I see. I was saying it as you would be looking into it, not that I’m talking to you.

1 Like

I wasn’t sure what you meant by

I’ll be reaching out to them later today to start the process, but if you already had an ongoing contact I was going to try to horn my way into that conversation. If that’s not what you meant then don’t worry about it.

I’m sitting down with someone else on our team to go over our process at 11ET and I think this will be resolved soon thereafter from our end - at least for this instance.

4 Likes

Ok, for some reason, I opened the projects and it installed node v8.14.0 for some reason, and now it seems to work. Very strange for so many people having the same issue and nobody knows the cause…

3 Likes

well we know the cause now. Some IPs were being banned.

2 Likes

Wait same! It works now!

2 Likes

Hey folks, sorry for the delayed update; we’ve removed a few of the hosts that Discord had banned so your projects are starting up on new hosts with new IPs that haven’t been banned. That should resolve the existing issues (and has nothing to do with reinstalling). There are a few more hosts that seem to have been banned that we’ll also be cleaning up today, but none of those seem to be related to any of the projects mentioned in the topic.

Additionally as I noted above, we’re hoping to work with the Discord folks to work out a better way to handle this.

6 Likes

Thanks! You really helped!

(I had like 1000s of users waiting on the bot :stuck_out_tongue: )

3 Likes

Hello for me everything seems back to normal thank you to the staff of glitch and Cori

4 Likes

Started again for me…

3 Likes

Nevermind. It was fixed.

2 Likes

I have the same problem. My bot is DTB-bot

2 Likes

Yeah, looks like it struck my bots again, this time on ajota and arashira.

2 Likes

This is also happening with my project, nootnootbot

2 Likes

Hey folks it looks like we had a host that was temporarily banned but it appears to have cleared up.

Let us know if you continue to see problems.

2 Likes

Seemed to have worked for the first few hours, but then my project arashira can’t connect again. The other one that was affected at the same time isn’t having an issue yet.

1 Like

Looks like that host was re-banned. We’ve removed it from the pool so please check again and let us know if you see other problems.

1 Like

I now have the exact same problem, I am also relatively busy now, so I noticed it around 7 hours after it happened. My project is https://n-emoter.glitch.me, and I hope it gets resolved as soon as possible.

Thanks for your time :slight_smile:

1 Like

Hey @Cikarin3 we had another host banned by Discord. I’ve moved all the projects from this host, so your bot should be up and running again.

Let us know if you have any further problems!

2 Likes

Hello, I’m having the same issue once again lol. I’m guessing that Discord banned the host again. My project is called zielo-rules.

1 Like

Oh nevermind, my bot seems to be up and running with no issues. Thanks again though!

2 Likes

Nvm it was actually discord having outages and serious issues,

2 Likes

heh, I feel like a regular to this thread. The two projects of mine that had been banned have been struck again. On an unrelated note, is there a way to see what host a project is on from the editor?

1 Like

Hi @Andromander we did have another host banned by Discord. Only one of the bots you’ve previously mentioned was on that host, and it’s now been re-homed, so things should be looking up. Let us know if you see further problems.

2 Likes

maybe its an thing whit the connection problem whit discord i got the problem now

1 Like

My bot is having the exact same issue. I wonder what is causing discord to ban all these hosts :thinking:

1 Like

We had another banned host which we’ve emptied - all your bots should be finding new hosts and no longer be having trouble connecting.

The most likely cause is that there’s one or more bots that are violating some aspect of the Discord terms of service, and when they get banned Discord bans that IP address, which causes an entire host to be banned on Glitch’s end, effecting whatever bots are running on the host.

We haven’t been able to find a way to work with the Discord team to resolve these issues yet. Luckily they’re not all that common in general. That said this is really the only strategy open to us, and we’re sorry for the frustration.

4 Likes

Hello it’s been about 2 weeks that my bot works very well but I once again received this error, the name of my project is odium-bot

Error: Something took too long to do.

at timeout.client.setTimeout (/rbd/pnpm-volume/51b31f91-b1da-449a-b956-85c4e0ef9cf2/node_modules/.registry.npmjs.org/discord.js/11.4.2/node_modules/discord.js/src/client/ClientManager.js:40:57)

at Timeout.setTimeout [as _onTimeout] (/rbd/pnpm-volume/51b31f91-b1da-449a-b956-85c4e0ef9cf2/node_modules/.registry.npmjs.org/discord.js/11.4.2/node_modules/discord.js/src/client/Client.js:433:7)

at ontimeout (timers.js:436:11)

at tryOnTimeout (timers.js:300:5)

at listOnTimeout (timers.js:263:5)

at Timer.processTimers (timers.js:223:10)

Thank you for any help I hesitated to open another topic desolate for disarray ^^

1 Like

Hey @zeis974 we don’t have any currently-banned hosts, so there’s nothing for us to do on that front. We’ve seen on occasion where Discord will ban an IP address but subsequently unban it without any apparent action, so maybe that’s what’s happened in this case?

If you’re still experiencing the problem, though, then I suggest you open a new topic - it seems likely to be specific to your bot and not more widespread.

3 Likes

OK thanks for your help

1 Like

Hi @cori
Same issue. Project name is paint-donkey. My other bots are working fine its just this one
https://paint-donkey.glitch.me/ help me

1 Like

There’s not currently a project with that name. Did you rename or delete it? Let us know the current name and we’ll take a look. Thanks.

3 Likes

I used the remix to clone it and delete the previous one, it is already working again

1 Like

Pleased to hear it - let us know if you run into any other issues.

2 Likes

Hi, I just started having this problem today with my bot, kakuhou-surgeon. It’s a private application, but I can send an invite link if you need to look at it.

1 Like

Yeah I am having the same problem.

1 Like

Same! It’s happening again…

1 Like

Nevermind… it fixed itself

1 Like

It’s just being really slow for me right now…

1 Like

Mine still isn’t fixed.

1 Like

Still waiting for any response, please reply ASAP there’s a server relying on that bot.

1 Like

Please let us know the name of your project and we’ll take a look.

2 Likes

It’s a private project so I will send you the link in private

1 Like

Having the same issue. Started a couple days ago the bot went offline , The project is private so if you need the link I will privately send it.

Edit: Remixed the project to fix the issues. You guys should really talk to discord though about why they are blocking your ips.

Edit 2: Well, ok apparently it isn’t entirely fixed commands are duplicating
I remixed the project but forgot to regen my token all is fixed now (at least with the edit 2 issue)

1 Like

We can confirm the problem is caused by Discord banning some IPs. We’re in the process of moving impacted projects on to new IPs, so your projects should begin to work again soon.

If you see this error in your own project and haven’t already let us know the project name - then let us know and we’ll get you back up and running shortly.

4 Likes

Please don’t double-post.

1 Like

We don’t have any banned IPs at the moment - it looks like your project had the debugger running. I’ve disabled that - let me know if you still have a problem. Thanks.

3 Likes

Please be aware due to the free nature of this platform; people that don’t know how to code and abused Discord’s API and thus Discord has banned some Glitch IPs.

2 Likes

Hello. My project dicci-js is currently having the problem. Thanks

1 Like

Many people have been getting this problem today, It is probably just blacklisted IP’s so you may have to wait until the Glitch team fix this!

2 Likes

Hey @whatusernameisleft, @Callum is correct, your project was running on a host that was banned by Discord. I’ve moved it to a new host and it should work better now.

Let us know if you continue to see problems!

3 Likes

it’s working now. thanks for helping

2 Likes

My project, dj-sona-bot appears to have the same problem. @cori could you move my project aswell?

1 Like

Hi @polemonium, welcome to the Glitch forum!

We did have a host being banned by Discord, and your project was on that host. I’ve moved all of those projects to a new host and you should be good to go! Sorry for the bother!

2 Likes

Thank you very much!

1 Like

Hello, I’ve been having the same issue with my bot once again lol. I’ve tried refreshing my bot: zielo-rules multiple times but for some reason i’m still getting the same error. Were there multiple hosts banned by discord?

1 Like

Same to me project name suleyman

1 Like

Hey @hmaltr, welcome to the Glitch forum! You bot was on a host that’s been banned by Discord. I’ve moved it to a new host, so things should be looking up!

2 Likes

Am I supposed to wait? Because the error is continuing and bot do not log in

1 Like

Your project is no longer on a banned host, so there shouldn’t be anything Glitch-specific that prevents it from accessing the Discord API.

2 Likes

Thanks my bot went back online :slight_smile:

1 Like

Hello. My ryougi-shiki project seems to be having the same problem. Moving it, or anything that could help, would be greatly appreciated. It’s a private project so if an invite is required, I can provide that in private.

Edit: It started working again. Thank you.

1 Like

Hey @Toohpick, welcome to the Glitch forum! I moved your project; glad it’s working again!

3 Likes

Hello, I am also experiencing the same issue.
Error: Something took too long to do.

at timeout.client.setTimeout (/rbd/pnpm-volume/4d176b40-8997-4f61-90a6-789d48e6e00f/node_modules/.registry.npmjs.org/discord.js/11.4.2/node_modules/discord.js/src/client/ClientManager.js:40:57)

at Timeout.setTimeout [as _onTimeout] (/rbd/pnpm-volume/4d176b40-8997-4f61-90a6-789d48e6e00f/node_modules/.registry.npmjs.org/discord.js/11.4.2/node_modules/discord.js/src/client/Client.js:433:7)

at ontimeout (timers.js:436:11)

at tryOnTimeout (timers.js:300:5)

at listOnTimeout (timers.js:263:5)

at Timer.processTimers (timers.js:223:10)

Project Name: newhalpo

I highly appreciate all actions. Thanks!

1 Like

Hey @JcfeJohn, welcome to the Glitch forum!

I’ve moved your project, so it should be connecting again soon.

3 Likes

This is a common Discord API error. Something is not connecting right. You can view the Discord API status here. You can try to get a new Bot token to see if that speeds up the recovery process.

1 Like

I have the same issue with my bot too.
Project name is banana-juice-silence5k

1 Like

Hey @SileNce5k, welcome to the Glitch forum!

You project was on a host that was banned by Discord. I’ve moved it to a new host and things should improve soon.

2 Likes

Thank you for the fast response! It’s now working again :slight_smile:

1 Like

Hey, this has already happened to my project once and it has just started again. My project is private, so let me know if you can move my project so that I can give you access. Thanks!

1 Like

Hey @JMGbaum, I don’t need access to your project to move it, just the project name. Since your project is private, no one aside from folks you explicitly invite and a few Glitch staff will see your code (in part so we can help with problems like this), so you can safely provide your project name here. However, you’re also welcome to send a private forum message to the @support_staff group or to me, or to send an email to [email protected] with your project details.

We don’t need the project’s “join” invite token to see your project; the project name is sufficient. You should avoid posting project invite tokens publicly for any project, private or not, because that gives anyone who follows them full access to your project and all of its data.

3 Likes

Great, thank you! In that case, my project’s name is kakuhou-surgeon.

1 Like

Hi @JMGbaum your project has been moved to a different host. You should seen an improvement soon.

2 Likes

I feel so badly for just adding to the problem, but… here’s aboc-discord-radio

This bot is supposed to be a 24/7 Voice chat radio, so it’s imperative that this gets fixed quickly. As far as I know, this problem started maybe about 5 hours ago, and I’ve swapped out 3 tokens. Nothing works. If you guys can, could you work on creating a solution that we can do ourselves?

1 Like

Hey @MatthewJ217, welcome to the Glitch forum!

That project’s been moved as well.

2 Likes

Hi there, I’m having an issue with my friend’s project called lovely.

Link

1 Like

Error I got, yippeeeee.


(node:274) UnhandledPromiseRejectionWarning: Error: Something took too long to do.

    at timeout.client.setTimeout (/rbd/pnpm-volume/0c9e459d-0634-416d-9f1b-b719eadc83ac/node_modules/.registry.npmjs.org/discord.js/11.4.2/node_modules/discord.js/src/client/ClientManager.js:40:57)

    at Timeout.setTimeout [as _onTimeout] (/rbd/pnpm-volume/0c9e459d-0634-416d-9f1b-b719eadc83ac/node_modules/.registry.npmjs.org/discord.js/11.4.2/node_modules/discord.js/src/client/Client.js:433:7)

    at ontimeout (timers.js:436:11)

    at tryOnTimeout (timers.js:300:5)

    at listOnTimeout (timers.js:263:5)

    at Timer.processTimers (timers.js:223:10)

(node:274) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 16)

(node:274) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.

1552997620229 Ping Received
1 Like

Hi @miramallows, I’ve moved this project!

2 Likes

Hello I have the same problem

1 Like

Hey @zeis974 what’s your project name?

1 Like

The name of my project is Odium-bot

1 Like

Hey @zeis974 your project wasn’t on a banned host, but I went ahead and moved it.

1 Like

Thanks, it is working nicely now. :slight_smile:

2 Likes

2 posts were split to a new topic: Discord bot role functions do not work

Hello, I have the same problem with my test bot it was working well but after once I restarted, the same error comes and my project name is amazing-bot

1 Like

Hi @AwesomeStickz, welcome to the Glitch forum!

I’ve moved all the projects on the (banned) host your project was on to a new host. Your bot should be able to connect to the Discord API now. SOrry for the bother!

2 Likes

@cori Thanks for fixing it, my bot is online but can I know why it was banned?Was it because something I did wrong? I guess not from me

1 Like

Hey AwesomeStickz, no worries, it was another bot on the same host, we made it so you no longer have to share hosts with them

1 Like

I’m getting an UnhandledPromiseRejectionWarning: Error: Something took too long to do. on my bot. It’s called Wug.

1 Like

@cori
I also got a same problem.
Project name: bot-natsume

1 Like

Hello, I also am experiencing this issue. Project name: mal1t1abot

1 Like

Hi @Mal1t1a, welcome to the Glitch forum!

Your and @Jojo_the_Joker’s bots were on a banned host. I’ve moved them to a new server and everything should start running properly again. Sorry for the bother!

1 Like

Hi @cori, my bot have same issue
https://chain-fox.glitch.me/
Thanks in advance

1 Like

I’m back with the same error again for my another bot I think it is on banned host too. Project name is giveaway-boat

1 Like

Hey @vhmkhoi and @arrowkeyuser, welcome to the Glitch forum!

We had an unusually large number of hosts banned by Discord today. I’ve moved all of the projects on those servers to new ones and these problems should be resolved now.

Sorry for the bother!

1 Like

I have same issue too, my project private, but the name project is new-rozbot.

UnhandledPromiseRejectionWarning: Error: Something took too long to do..

1 Like

Hey @rozivector I’ve moved all the projects from a banned host, so hopefully things are looking up for your project!

2 Likes

Hello There me and my friends bot is getting the error and we were wondering if it involved the slow api or if we were on a banned host. Could you please take a look, Thanks.
d4rkythebot-main

edit: I gtg so if @Chicken-E or @RealTrashPanda respond they are on my behalf

1 Like

Hey folks, I’ve moved your project to a new host; let us know if you continue to have problems!

1 Like

Thank you it works now.

2 Likes

Having the same problem.
Project name is Mobbot.

1 Like

Hello @iamwumpus, Welcome to the community!

@cori is going to move your project from any banned host it may be on!

In the meantime, you will have to wait until Cori lets you know in this topic that he has moved the project from another host!

– Callum OKane

  • Community Glitch Helper
  • Discord Bot Developer

Alright, thank you!
Just curious, how long would this take?
Thanks~

1 Like

That really depends on whenever cori can do this!

He does manage the support email and twitter aswell, so he moves back and forth between each, but No more than half an hour or less I would guess!

Alright thanks, and thanks to Cori as well. I greatly appreciate this~

1 Like

Hey @iamwumpus yep, your project was on a banned host. It’s been moved and things should be looking up!

1 Like

Hey I’m having a similar issue, my project is called worldbuilder I was also getting the warning.

UnhandledPromiseRejectionWarning: Error: Something took too long to do

1 Like

Can you do the same for https://furshack-bot.glitch.me/?

1 Like

@droidsb, welcome to the Glitch forum! I’ve also migrated your project to a new host, so it should be looking better!

@GalaxyDJx, yours has been moved as well!

Sorry for the bother!

1 Like

Hello, my project bunny-bot-bunny-wc has run into the same problem.

By the way, is a more permanent solution to this problem planned? It sounds like quite a bother on your end, having to constantly monitor requests to move hosts in this thread.

2 Likes

May you change the host on my proyect “merol” too? if possible. Thanks in advance

1 Like

Space-bots-list needs to be moved to a new host! :slight_smile:

EDIT: Back up now, Thanks Cori!

2 Likes

Hi. My bot now has the same error. Name is chicken-bot-v-4 . Please move it to a new host

It fixed now

2 Likes

Thanks for the help @cori!

2 Likes

Looks like one of my bots has suffered this error. Project name is ajota.

1 Like

Also, Same here, I have this error too, Project name : server-stat

Update : Bot is able to login now!, Thanks you

1 Like

I have the same error on my bot. Project name: jeeves-hos

UPDATE: Bot is able to log in now - thank you :slight_smile:

Thanks everyone for reporting this.

This will be resolved within the next few hours hopefully! :slight_smile:

1 Like

Hi,
Me and my friends bot refuses to log back in, I think discord banned our host. Could you please change it?
Thanks
Project: reporterbot

1 Like

Hi, I have a problem with my discord bot, it’s the same problem I’ve had before and they said it has to do with what discord banned the host.
Project name: habbosk-bot-discord

1 Like

Hey folks, we cleared all Discord bans last night, and a few more this morning, so these should all be looking good now!

2 Likes

Your token probably got revoked from logging in so many times. Try generating a new one or just make a whole new application on discord

1 Like

@owocean, This is not caused by a token being used too much. This is when discord Blocks a host from glitch because of so many requests. So then the projects that were on that host receive a connection error and have to be moved by a glitch staff member to a new host for it to work again.

I wonder why discord block a host in glitch bot project. Do you know what is reason?

It’s because some people make bots that are against Discord’s ToS and get ip banned.

2 Likes

Actually, I am pretty sure the reason is just because of multiple requests over and over which causes discord to automatically ban the ip that is making the requests. It has absolutely nothing to do with the bots that are on the projects.

Discord’s not particularly forthcoming about the specific reasons for a given ban, but among the reasons is that a bot’s token is suspended for some reason but the bot continues to make requests with the suspended token and eventually Discord auto-bans the originating IP address.

1 Like

It’s probably due to people making rainbow rules, mass spam, which are not allowed by discord TOS and result in alot of requests

I’m having the same problem.
Project name is vrbot
Thanks in advance :slight_smile:

Well, my second project vincy-bot has same problem with this.

Thank you for helping.

project: deploy-bot
having the problem now

I am also having this problem. Only happened recently.
My project name is nitro2019

I’m having the same issue, my project name is “kurokawa-maki”

thank you very much!

Problem has stopped. Bot is back online.

Well clear this one. My project is giveaway-boat

Hey folks, we moved projects from three banned hosts. If your project is still having problems please let us know.

Just now it was started thanks :slight_smile: But how many times will it be going on banned hosts? When will it get a permanent fix?

Since we don’t control what Discord bots created on Glitch are able to to (and in what ways they might break Discord’s rules and trigger a ban) we don’t have any control over when Discord bans a Glitch IP. That’s something Discord would have to address by changing how they handle banning, so if you’d like a permanent fix you would have to bring it up with them. Based on the fact that we don’t monitor response traffic from Discord to projects hosted on Glitch we don’t even have a way to know which bots are problematic in real time.

We’re thinking about ways we might be able to be more proactive about this, but for the moment this is as permanent a fix as we’re able to offer. Sorry for the inconvenience!

6 posts were split to a new topic: Problems connecting to Discord

It now happened with “dsm-bartender” ban

Hey @reficul109, sorry for the late notice - I migrated the projects from that host yesterday afternoon so things should be looking better.

Host banned. Project: strawbot

My main project (“stealthy”) and one of my other projects (“fade-”).
At first I attributed the problem to Discord API because of this: https://status.discordapp.com/incidents/05vzjpb7ph13.
However, it’s been fixed for a while and all my friends have their bots online. Even some on glitch.
Note: I don’t see any errors and my bot is still online so I think it’s running on one of my other projects.
Edit: I found the project and migrated all my files there temporarily. Hope this gets fixed soon as that project has all the people I know.

I’m not sure if you guys did anything but my project randomly started working. Thanks anyways.

Hey folks, we did have a couple of banned hosts, which we’ve retired.

my project dicci-js just got banned again. can u help me fix it? thanks

Hey there @whatusernameisleft, we did have a couple of banned hosts, but they’ve been cleaned up so you should be seeing better results now

1 Like

Hey! I’m having the same problem. Project name: sedate-gong
Thanks in advance!

Edit: Working again! Thanks!

1 Like

guardian-premium got the problem.

voldemort = project name.
same problem

@cori
mine also have same problem
project: bot-natsuko

space-bots-list needs to be moved!
llama-maniabot aswell!

tohru-gc.glitch.me as well :eyes:

My Discord Bots are all offline and I am getting an error
“(node:4078) UnhandledPromiseRejectionWarning: Error: Something took too long to do.”
I tried npm install, and enable-pnpm…

Your bot is on a banned host by discord, this will be resolved in the next few hours. It is not a problem with your project and there is nothing you can do about it, you will just have to wait!

1 Like

Hey folks, we have a slew of banned hosts this morning, so this is going to take a while, but we’ll eventually get through them all. I’ll post back when we’re done, and thanks for your patience!

You should have a meeting with Discord Staff, descussing whitelisting your IPs.

https://loving-dry.glitch.me is having same problem. Waiting for clearing

Thanks for letting us know, the staff team will try have this fixed as soon as they can!

I’m not having the same issue, thanks!

https://unmarred-recorder.glitch.me/ got same issue.

I got the same issue on @faq-bot

Hello,

I’ve got the same issue and it would be nice if you could fix it as soon as possible!

https://nca-bot.glitch.me/

Can i get my project moved to another IP please,
project name: voldemort

voldemort.glitch.me ^

I’m having the same issue, is there an update? Or was my host also banned?

Your HOST IP is also banned, create an New topic. Thanks, Sushi.

It seems my project’s IP (tohru-gc.glitch.me) has been banned from Discord.

(topic withdrawn by author, will be automatically deleted in 24 hours unless flagged)

Hi there is an error in my bot on my glitch as you can see in the topic title Can you help me how I can solve this error?

Name of my Glitch project: alien

I’m sorry I used Translation because my English is bad.

This will be fixed soon, the staff team are working very hard to fix this!

This issue is because one of glitch’s servers got IP banned by Discord. Go to your project options and click remix project, this might fix the issue.

Thanks for solving my problem

1 Like

Hey! My discord bot isn’t working, and I don’t know why.
My project name is “cinecom-new”.

I hope I get some help soon.

Project: “shirothebot”

Issue:
Same issue.

i’m getting this error since a few hours ago:
UnhandledPromiseRejectionWarning: Error: Something took too long to do.

i’ve tried with a new token but did not work, tried to host the bot from my pc and it works, so i guess it’s something related with glitch?

project 4eiuhgkjcovkl

Hey, your Project IP is probably banned. An staff member will move it soon.

Bump ^, mine as well
Edit: project name: shadowbot2

Give your Project name please.

I see, thanks! i have to wait then

This will be fixed within the next few hours!

Hello

Same issue here at
https://forest-weaver.glitch.me/

http://kyro-bot.glitch.me also has the issue

Everyone!
If your project does not have a website on it, and you are still having the problem, then remix the project, and copy over any .env variables, then you can delete the old project and that should fix it! You will have to invite any members that were on the project back, and add the project to any teams it was on if it was on any!

I had a similar issue, but after trying hard to fix it, it was suddenly fixed, no ideas how…

Hey folks, all the banned hosts (there were almost 50) have now been recycled and there shouldn’t be any more bots with this problem at this moment. Sorry for the inconvenience!

I am experiencing again. I fear its my project causing too many requests?
Can anyone verify that.

https://loving.glitch.me

Project is not found.

try again please…

https://bloom-prawn.glitch.me/ is down.

Edit: Fixed

https://banana-juice-silence5k.glitch.me/ is down

edit: up now

The reason so many hosts are being blacklisted are because of people running problematic. If there were no problematic bots then Glitch would be fine.

remix your project and this problem is repared. :wink:

Remixing you project will not always be sufficient to resolve this issue, since Discord bans entire hosts, and a Remix may start on the same host as the source project, in which case the Remix won’t work right from the start.

oh okay @cori. Me i have remix my project and refunction

my bot, ender bot all of a sudden stopped working, and i bet it is related to this…
someone know why? is there another mass ban or outage?

Hi @Jonyk56 we did have a banned host, but your project wasn’t on it. Are you still seeing problems?

Your bot could be logging in too many times. After 1,000 logins with the same token, Discord will change the token. In short: generate a new token and use that.

Hope this helps! :smiley:

Think my hosts banned. Project strawbot

Mine is banned. Project: sizzleburger-server


Banned? Project: Lunatika

Hey folks, we had a couple of banned hosts that have now been retired. If your bot seemed to be banned please check again.

3 Likes

Thanks, it works now.

Looks like ad-probably-banned is on a banned host, I remixed it and the remix works (just changed the name of the original project)

hi i am new to glitch, i got in my discord bot [ws] Attempted to destroy WebSocket but no connection exists!
name son-thanos please help

it suddenly gave me that error , how to fix it

@Pharaoh2007
You will have to wait for glitch staff to change host, there is not much you can do at the moment.

Oh damn:hot_face:

I got banned again from my project. :disappointed_relieved:
Project name: new-rozbot

Hello I’m having same error, my project name is windpanel can help?

Hey folks we had a few banned hosts that have now been recycled. Please let us know if you’re still having problems.

Seems like my project “itsuka-kotori” has the issue now :confused:

Thank you in advance~! :slight_smile:

Hello, i think my project got banned.
Project name “lovely”
Thanks

Hi there, I’m having an issue with my friend’s project called lovely again.

Link

Hi @Rose, welcome to the Glitch forum!

You project was on a banned host which was retired last night.

@miramallows ^^

Hey!
My bot https://narybot.glitch.me/ is running on an banned IP!

Can you move it?
Thanks.

Hey @IamSsum we don’t have any currently banned hosts, although sometimes bans are temporary.

You can always check to see if your specific project is banned using curl -I https://discordapp.com/api/v7/gateway in your project’s console. If you see 200 OK on the first line your project’s host isn’t banned.

1 Like

Hello,

My bot’s running on a banned IP. I tried to connect but get 429 Too many requests. Could you please fix it, thanks :slight_smile:

Project => https://riko-rewrite.glitch.me/

Edit: Another project having the same problem => https://kanna-discord.glitch.me/

I have the same problem with my discord bot, it said this after 5 minutes.
My project name is snappybot

(node:2835) UnhandledPromiseRejectionWarning: Error: Something took too long to do.

Same issue as both two above, project name is 0w1s-syzygy

I have the “Something took too long to do” error. Project name: rtdbot-vsecret

The project blenduserdatabase has been blocked by discord for too many requests.

Edit: so is blend-member-counter

Hey there, I attempted curl -I https://discordapp.com/api/v7/gateway, and got back
HTTP/1.1 429 too many requests
I believe that means I need to migrate my project’s host, is there some way I can do that or do you need to do it from your end?

edit: project name clankbot-xj

Hello! I have the same question as
alvinmattallen
.
[Edit] If necessary, here’s the project name: zatanna-bot

Error: Something took too long to do.

project name: space-bots-list

Error: Something took too long to do.

project name: jeeves-hos

got the error something took too long to do again and project name : son-thanos

Error: Something took too long to do.

project name: 4eiuhgkjcovkl

My project was banned I dont know why though I get an error of taking too long to work

project name: chiefer

If you can unban it, I appreciate it.

@cori please unban our hosts and can you please tell us why is this happening?
it happened to me lots of times and my project name is son-thanos

Something took too long on client login. Same error.
Project Name: rlswaps

curl -I https://discordapp.com/api/v7/gateway

Response: 429 Too Many Requests

Any help appreciated. Thanks

Hey folks we have a long list of banned hosts that we’re working our way through. We’ll let you know when we’ve recycled all the banned hosts, sorry for the bother!

2 Likes

thanks for the update!

thanks cori and good luck

Yeah, one of my bots are affected again. Project name arashira.

EDIT: Just refreshed the project and is now online again.

Hello, my project got the error. Project name:
vrbot

Thank you

I have same error on muy project “yuukidiscord”

((node:3217) UnhandledPromiseRejectionWarning: Error: Something took too long to do.

at timeout.client.setTimeout (/rbd/pnpm-volume/ba5c37af-02df-4742-91c4-c5ceb7c6f78a/node_modules/.registry.npmjs.org/discord.js/11.4.2/node_modules/discord.js/src/client/ClientManager.js:40:57)

at Timeout.setTimeout [as _onTimeout] (/rbd/pnpm-volume/ba5c37af-02df-4742-91c4-c5ceb7c6f78a/node_modules/.registry.npmjs.org/discord.js/11.4.2/node_modules/discord.js/src/client/Client.js:433:7)

at ontimeout (timers.js:436:11)

at tryOnTimeout (timers.js:300:5)

at listOnTimeout (timers.js:263:5)

at Timer.processTimers (timers.js:223:10)

(node:3217) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 6)

(node:3217) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.)

My project has also been banned, but I will wait for you to finish working on this list, thank you Cori for keeping us informed

Hey folks we’ve migrated all the projects on banned hosts to new ones. Let us know if you continue to have problems and sorry for the bother!

Something took to long please don’t make it take long help pls IP banned

alpha-21.glitch.me should show the dashboard rather than saying Alpha is down if it gets fixed

My app/bot code is no longer working in glitch.I have tried resetting bot token and re uploading and the app will not work.

Discord Ban mega-thread! (Discord bot / Something took too long to do) thats the thread on glitchs support page , give them your project name in the comments and tell them to unban your host and wait till cori send a message and they will unban it without deleting any projects or changing Names

2 Likes

is there anything we can do from our end to prevent this going forward? I’m not sure what if anything I did that contributed to triggering this, do you have any idea what that could have been or what I can do about it?

@alvinmattallen no, not really, or at least nothing that’s likely to have a direct impact. I mean, you should definitely be watching your bot for signs it’s being warned of a ban so that you can address whatever issue there is before they ban an entire IP address, but that’s probably only relevant to a few bots overall. There isn’t a single project, or even a small group of projects that we can pin down as the culprit for triggering a ban, and this is an automated process that they’re unlikely to change on Discord’s side of things.

Sorry for the bother!

I have gotten this error,
(node:9969) UnhandledPromiseRejectionWarning: Error: Something took too long to do.
at timeout.client.setTimeout (/rbd/pnpm-volume/56331746-8c95-4640-9930-e44692348b7d/node_modules/.registry.npmjs.org/discord.js/11.5.0/node_modules/discord.js/src/client/ClientManager.js:40:57)
at Timeout.setTimeout [as _onTimeout] (/rbd/pnpm-volume/56331746-8c95-4640-9930-e44692348b7d/node_modules/.registry.npmjs.org/discord.js/11.5.0/node_modules/discord.js/src/client/Client.js:434:7)
at ontimeout (timers.js:436:11)
at tryOnTimeout (timers.js:300:5)
at listOnTimeout (timers.js:263:5)
at Timer.processTimers (timers.js:223:10)
(node:9969) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 7)
(node:9969) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.

I get the same error, it registers the “console logs” well, but when it loads the commands or logs it stops (it does not give any type of error and I have not changed anything since then) nor is it due to errors in the programming of the bot.)

Project name: yuukidiscord

Update error:

(node:721) UnhandledPromiseRejectionWarning: Error: Something took too long to do.

9:07 PM

at timeout.client.setTimeout (/rbd/pnpm-volume/07e6f2e6-ec3f-483c-ae32-72d1bb1379cf/node_modules/.registry.npmjs.org/discord.js/11.5.0/node_modules/discord.js/src/client/ClientManager.js:40:57)

9:07 PM

at Timeout.setTimeout [as _onTimeout] (/rbd/pnpm-volume/07e6f2e6-ec3f-483c-ae32-72d1bb1379cf/node_modules/.registry.npmjs.org/discord.js/11.5.0/node_modules/discord.js/src/client/Client.js:434:7)

9:07 PM

at ontimeout (timers.js:498:11)

9:07 PM

at tryOnTimeout (timers.js:323:5)

9:07 PM

at Timer.listOnTimeout (timers.js:290:5)

9:07 PM

(node:721) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 6)

9:07 PM

(node:721) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.

Dogmaniabot now has the problem!

We have had a few hosts banned by Discord. They should all be cleared up so please let us know if you’re still seeing problems on these latest few.

For some reason my bot got banned too, is it possible to get a fix as soon as possible?
(My bot’s Name is project-party)

Hey folks I’ve shut down a few more banned hosts - let us know if you continue to see problems!

1 Like

My project called peeky had this “Something took to long to do” error and now it won’t start.

EDIT: Fixed by remixing the project but I’d like to know if this was an error on my part or not.

Nope the host was blocked

(topic withdrawn by author, will be automatically deleted in 24 hours unless flagged)

My project is on banned host again. Project name: dour-century

@Jojo_the_Joker we don’t have any banned hosts right now - are you seeing problems?

Yeah, of course. It say “something took too long to do”. But after i check the error after it, there’s something error in the package make the project went down. Sorry, i didn’t check the error clearly.

So you’re not seeing any problems now, @Jojo_the_Joker? When I look at your project’s logs I don’t see any errors right now.

Yeah, i’ve cleared the log and restarting the project. Btw, the error was came 12 hours before i reply your previous message.

have this issue with typical-energy @cori

We had a few banned hosts, which have all been recycled!

This issue just happened for me.
My project is colossal-butterfly,
I tried resetting the project and updating my packages but nothing seems to work for me.

Thanks

Edit: I remixed the project and the remix works.

I think my bot’s on a banned host. project name: flat-bot
I’m getting the something took too long to do error.

My bot is also on a ban host. Its name: discord-eat.
I got the error

Hi, I’ve read the first few posts of this thread and learned that my projects are also all IP-banned with the same error messages (client took too long etc)

Is it possible to lift the ban? My project names are ‘smile’ and ‘laugh’. thank you

again this thing

(node:13759) UnhandledPromiseRejectionWarning: Error: Something took too long to do.

cant run bot in glitch.com

Yep, the issue is resurfacing again.

Need 2 projects moved: tohru-gc and megubot-main

1 Like

Can you fix my project? It’s name is server-manager-d, thank you very much <3

I’m having this problem, project name is peeky.

i guess my project on banned host again.
project name:

  1. dour-century
  2. natsuki-test

project: raodgiveaway

Two of my bots are on a ban-host.
Names:
rem-discordbot
ram-discordbot

This is a thing about your “glitch” / “client” being in a banned host by discord state the name of your project on the tread and a support member / cori will fix it.

I have two that have the issue:

dichotomy
dichotomydev

Appreciate the help!

Same problem! My projects: hispanogamers , pelisplus , soporte-pelisplus and soporte-sc @cori

Same problem! My projects:

koonkids
frogkunbott

:slight_smile: :slight_smile: :slight_smile:

1 Like

" Error: Something took too long to do.

6:52 PM

at timeout.client.setTimeout (/app/node_modules/discord.js/src/client/ClientManager.js:40:57)

6:52 PM

at Timeout.setTimeout [as _onTimeout] (/app/node_modules/discord.js/src/client/Client.js:436:7)

6:52 PM

at ontimeout (timers.js:436:11)

6:52 PM

at tryOnTimeout (timers.js:300:5)

6:52 PM

at listOnTimeout (timers.js:263:5)

6:52 PM

at Timer.processTimers (timers.js:223:10)"

My projects: yuukidiscord and filobot

Project Name: benny-bro-bot
Error: (node:364) UnhandledPromiseRejectionWarning: Error: Something took too long to do.

8:21 PM

can u move all my projects i have so many that need an ip change

same problem :frowning:
my project: autopsy-bot

I have same problem

My project name: rtdbot-vsecret

I got same error too can fix it? project name: windpanel

WindTR, you need to specify your project’s name.

getting same error, my projects name is checkered-player

1 Like

yes heck, why is discord bots down all of the sudden.

think its an api ban

yet, why?
A lot of discord bots are being hosted on glitch.

I’m getting a (node:2191) UnhandledPromiseRejectionWarning: Error: Something took too long to do. error

I have same error.
My project’s name’s: shiina-trbot and shiina-muzik

someone probably made a spam bot

Project Name:
realistic-jr

Project: erfbvjnb95ubvu

I got the error too. project name: bisly vs2.0.

1 Like

Can you move my projects too?
Project names: suleyman and upbeat-ostrich
thanks

koala-bb is down. image

getting this error also on wat-amb-bot

previous post: getting it on typical-energy

glitch staff literally getting spammed

1 Like

this tbh
!!!

Wait, you can get your projects moved to a available/working host?

you have to ask staff i think, try asking cori or someone

Alright,
Since I literally got like 4 projects that needs to run.

1 Like

I think they are currently trying to figure out what’s happening, since they had no idea that something was off if you look at older replies.

yea
and they probably banned the hosts because someone made a spam bot?

Yeah, happens sometimes

spam bot or advertise bot

1 Like

this is so active lmao
oh my lord 329 replies today

2 Likes

What kind of spam bot?

no idea
!!!

alright then, guess they will recycle the banned hosts soon.

334th reply :frowning:
!!!

That’s a lot, poor glitch staff…

cori is very cool tbh

2 Likes

can we have a moment to appreciate cori

5 Likes

Same :frowning:
Project name : laurencius-beta

Yes, cori is doing a lot to help us all.

And people are saying that we should reply here and then cori would move them, but I just straight up messaged cori instead.

I feel like they banned all bots hosted on glitch. Because literally every bot hosted on glitch i know is down

One of my bot is still alive but I don’t use it anymore :sweat_smile:

1 Like

transfer all the code you use to it

2 Likes

Mine isn’t even going live. It loads all the commands and then just stops. No errors or anything.

I am on mobile so it will be difficult (with 2000 lines)

yeah mine too… not even one error or not even “Something took too long”

select all, copy, switch project, create file, paste, switch back, repeat

1 Like

And also, i use on it some api request to the same project name so it will be completely different and I can’t do it on mobile (I usually did mistakes on mobile)

Genuinely at a loss rn. I have never had this issue with Glitch. I have used them for over a year and my host has never been banned or anything .-. At least not that I have seen … Considering that my bot is up 24/7 lmao … I don’t know whats going on

1 Like

yes, glitch on mobile devices can get very glitchy, especially if their laggy.

Project name: gunes-bot helpp me

woof.js loaded!

1:39 PM
6 minutes ago

1561139008946 Ping Received

1:43 PM

1561139021062 Ping Received

1:43 PM

(node:9526) UnhandledPromiseRejectionWarning: Error: Something took too long to do.

1:43 PM

at timeout.client.setTimeout (/rbd/pnpm-volume/5417cfa4-bea3-43ec-90ae-634ba5a40d81/node_modules/.registry.npmjs.org/discord.js/11.4.2/node_modules/discord.js/src/client/ClientManager.js:40:57)

1:43 PM

at Timeout.setTimeout [as _onTimeout] (/rbd/pnpm-volume/5417cfa4-bea3-43ec-90ae-634ba5a40d81/node_modules/.registry.npmjs.org/discord.js/11.4.2/node_modules/discord.js/src/client/Client.js:433:7)

1:43 PM

at ontimeout (timers.js:498:11)

1:43 PM

at tryOnTimeout (timers.js:323:5)

1:43 PM

at Timer.listOnTimeout (timers.js:290:5)

1:43 PM

(node:9526) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 6)

1:43 PM

(node:9526) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.

1:43 PM

1561139301123 Ping Received

1:48 PM

1561139308745 Ping Received

THERES THE ERROR XD

most of that is not an error…

(node:9526) UnhandledPromiseRejectionWarning: Error: Something took too long to do. that is the error

1 Like

Same error
Project name: lighting-bot

disocrd-server-bot @cori

Except the top, the entire thing is an error message (except for the ping messages)

The rest of it explains where the error is occuring.

Hey all - we see there’s an issue with Discord bots running off Glitch and we’re actively working to get them back online. I appreciate your patience and am sorry for the inconvenience!

7 Likes

Did your entire site just get ip banned? XD

1 Like

Project name: level-discord
pls help

Project name: emergency
If I try other projects, they don’t work either. I get the message “Something took too long to do” after 5 minutes.

1 Like

The error message is Error: Something took too long to do.
Like, if you were to do console.log(error.message) you would get Error: Something took too long to do.
If you were to do console.log(error) you would get UnhandledPromiseRejectionWarning: Error: Something took too long to do.

1 Like

no the error is

node:9526) UnhandledPromiseRejectionWarning: Error: Something took too long to do.

1:43 PM

at timeout.client.setTimeout (/rbd/pnpm-volume/5417cfa4-bea3-43ec-90ae-634ba5a40d81/node_modules/.registry.npmjs.org/discord.js/11.4.2/node_modules/discord.js/src/client/ClientManager.js:40:57)

1:43 PM

at Timeout.setTimeout [as _onTimeout] (/rbd/pnpm-volume/5417cfa4-bea3-43ec-90ae-634ba5a40d81/node_modules/.registry.npmjs.org/discord.js/11.4.2/node_modules/discord.js/src/client/Client.js:433:7)

1:43 PM

at ontimeout (timers.js:498:11)

1:43 PM

at tryOnTimeout (timers.js:323:5)

1:43 PM

at Timer.listOnTimeout (timers.js:290:5)

1:43 PM

(node:9526) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 6)

1:43 PM

(node:9526) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.

1 Like

That entire mess is all one error

1 Like

Projects name:
canvas-discord
tsundere-glitch
weez-discord

2 Likes

why are you replying that to me?

And why does the system just keep removing my quotes.

2 Likes

Project name:
discord-server-bot @cori

1 Like

Project name:
foxhole-global

2 Likes

Never realised the scale of how many discord bots were being hosted on Glitch. It’s just so damn convenient and easy to make bots on here, I love it.

Do we need to type the name of our projects here? I’m just going to join the bandwagon and do it as well.
foxhole-war-map

1 Like

might as well join too … Cookiebo

1 Like

Projects name:

  1. mikybot
  2. mbcanary
  3. op-bot
2 Likes

Hi, my projects name: rosc, rosc-muzik, rosc-beta-deneme, rosc-beta-music

THANKS

1 Like

Project Name: ritararycode and gamerbott

1 Like

please if the error fixed reply this message

2 Likes

No problem, take your time :smile:

1 Like

Oh one of my bot is back :smile:

My project names: api-aualine-bot and kebapci-celal.
Thank you. <3

Some projects are back to life, some are still dead

My project names: loxys-dev3, loksi-bot-list and botu-siteden-kontrol.
Thank you sir. <3

Hey jenn! The bot came back online, thank you guys very much!

https://kpatbot.glitch.me

still down :confused: (Post must be 20 characters)

Having the same problem but with oauth2 with Discord as well causing the server to timeout. My project names are: campfirebot and campfire-api

still having this issue with typical-energy

Currently down along with everyone else: shadowbot2
Edit: Thanks for fixing it so quickly as always! <3

I’m having the same issue, my project name is “shiiiinnnaaaaa” thank you very much!

project name 11bot,thanks

I am having an issue, which I assume is related, ALL my bots are unresponsive, they can login, but are not sending the response to commands, it can receive the command input, but not send the output

My bot can’t even login at this point. I know that something is wrong, because there’s a banner on the forum saying that Discord bots are currently experiencing issues.

EDIT: project name = triangular-tilapia

Merhaba projemin adı = emiriumbot
Bot Acılmıyor acil yardım!
1 tane daha projem var oda = emirium-boteklet
Oda acilmiyor yardım

Mine are down too,
project names:
< removed >

Edit:
Thank You, they’re back up now!

project name waxetrb

project: cyborgbot-bot
locked
pls change my hosting to another

Hello! My Projects Name: skitter-porch, glow-xylophone-1, false-shell

Cookie has been down for a few hours. Any updates?

also project: strawbot

@cori Still i have a same problem Project name: lighting-bot

mine is down: Error: Something took too long to do.

Project name: satsukibot

Hey there, mine is down too. Project name clankbot-xj. Tried the curl -I command to confirm, got a 429 error. Thanks in advance!

My bot wont login getting the something took too long to do error
My project name is projectchicken-code :sob:

It’s been like 2 hours already

3 Likes

Mine isn’t working either. I have a few hosted on glitch: merciful-fireman.glitch.me, heartstringhosting.glitch.me and raindrop.glitch.me. On all of them, I’m getting the “Something took too long to do” error.

hey @cori , https://glitch.com/~corwin

project name: crash-rewrite

My project is down too, is this: economy-mod

Hey jenn My Project Still Down Can You Look At windpanel

Not surprised if that’s the case. See One of the Glitch IPs is banned by Discord as Discord wants us to use a “real hosting provider” instead of Glitch, as voiced by Jake.

1 Like

Hey my’s projects is down all: xeion and mora

I have one more project that is on a ban host: maths-bot

1 Like

My project names: loxys-dev3 and botu-siteden-kontrol.
Thank you sir. <3

Hi again,

These projects are also affected which I spotted.

moonlightbot-beta
moonlightbot-preview
new-bandana-dee
sable-ocean

Could they be transferred please?

Project names:

canvas-discord
tsundere-glitch
weez-discord

please.

thanks you . vuuhhuuuuuuuuuuuuuuuuuuuuu

Project:

Thanks.

yes you are right especially my projects +1

server-mpderasyon-v2

cori I need help with project names webpanel-ysfteams, bot-jsysfteamss, music-system and invitation-system

Bot: writer-bot

It seems to be up but the code isn’t accessible.

I’m clear now, thanks!

1 Like

thank you cori and staff, my projects are back up too! :slight_smile:

1 Like

I learned this trick from another glitch user.

Simply enter enable-pnpm in console; I also got the weird semver not found error but reinstalling all packages solved it.

loving-dry, incandescent-picture, blc-bots-3601

Project:

https://glitch.com/~melodious-period @cori

https://bubblebotv2.glitch.me/

Hello, I Project Name: kizilelma

Most possibly its not Discord Ban. Discord is having high latency right now which might be causing it. https://ashutosh.why-am-i-he.re/FSreI0.png

To check if its really ban, run following console
curl -I https://discordapp.com/api/v7/gateway

and check if it returns 429: Too many requests .
If yes, then one of staff will migrate the project

technobotlist

lütfen düzeltin!

Hey @erenbaltaci and @Aestiachel, welcome to the Glitch forum!

None of ~botoxx, ~Ayona, or ~technobotlist are on banned hosts right now.

Discord is globally down, that’s why your bots are not logging in.

hi! so i know about the cloudflare and stuff but it usually gives me timeout, until a few seconds ago, it started saying somtehing took too long to do. do you mind helping me check out this project: lost-soul-new

Discord is currently having hosting issues GLOBALLY. There is only a very small percentage of people/bots who currently have access to the service. I am posting this so that you guys know that its probably not another ban wave, but instead simply discord itself being down. As such, bots are also down as it is the entire service, including the API that the bots connect to. Please be PATIENT and allow discord some time to figure out what is wrong. You can keep an eye on the progress through status.discordapp.com ^^

2 Likes

Happened again, project name: peeky
Shouldn’t be on my side since I haven’t changed the code in a while.

Please read my post above ^^

1 Like

I checked and did you mean https://status.discordapp.com/

DX Sorry. Ty xD Fixed!

:grinning:welcome lol

1 Like

hey my project isfb is getting
[2019-06-24 14:00:53]: ERROR Unhandled rejection: Error: Something took too long to do.

works now. Thank you

My project, baldilocks, is also throwing this same error.

Project name i33ynitro just broke :confused:

project name: cmb, having the problem, I am guessing, cant check logs but I am certain.

Discord Ban mega-thread! (Discord bot / Something took too long to do) pls check this this

It’s supposed to be fixed, since almost every bot is now back online but its still like that for me

Most bots will be online because there on a different host then you remember that.

Hey folks we had a couple of banned hosts that have now been recycled. Sorry for the bother!

Happy Glitching!

It cannot come online automatically here because library stopped connecting to discord and throwed error something took long to do. This means bot will not connect to discord api until whole project is restarted i.e after 12hrs (technical restrictions) or unless refresh is ran in console.

Our discord bot project: exo-bot is own for the same errors above, is there anything I or anyone else can do?

Hey @mmoomocowm, your project is not on a currently-banned host. Sometimes Discord bans can be temporary; are you still seeing this problem?

As a reminder to everyone, you can use curl -I https://discordapp.com/api/v7/gateway in your project’s console. If you see anything other than HTTP/1.1 200 OK then there’s some sort of problem; a 429 there means you’re banned.

1 Like

Hey there,
Please check this out: "Error: Something Took Too Long" Fix

Project Name: benny-bro-bot
Error: (node:364) UnhandledPromiseRejectionWarning: Error: Something took too long to do.
8:21 PM

1 Like

Project Name : tobi-bot

Check this out: "Error: Something Took Too Long" Fix

1 Like