HTTPError: Bad Gateway
I'm just curious about why this error occurs
6 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!
- ✅
Marked as resolved by staff502 signifies that Discords API servers received some error from another internal Discord server and therefore couldn't handle your request. (This can be something like the database failing to store the message u are trying to send)
U can find a list of all HTTP status codes with explanations by googling "HTTP status code list"
👍
Keep in mind editing channel names (and topics) for bots is heavily rate limited
All bots share a limit of 2 / 10 min per channel
It’s for the reason of counter bots causing load by doing this too often
Thx