Blocked from too many requests on Discord

I have deployed a Discord bot on Railway, but recently I'm getting the following error:
nextcord.errors.HTTPException: 429 Too Many Requests (error code: 0): You are being blocked from accessing our API temporarily due to exceeding our rate limits frequently. Please read our docs at https://discord.com/developers/docs/topics/rate-limits to prevent this moving forward.
nextcord.errors.HTTPException: 429 Too Many Requests (error code: 0): You are being blocked from accessing our API temporarily due to exceeding our rate limits frequently. Please read our docs at https://discord.com/developers/docs/topics/rate-limits to prevent this moving forward.
The nextcord library already respects the rate-limits and when looking at the logs I do not see repeating requests. I'm guessing this discord rate-limiting is IP-based and my railway IP is being rate-limited right now.
3 Replies
heyronii
heyronii2y ago
Any ideas on this? It's still ongoing...
Unknown User
Unknown User2y ago
Message Not Public
Sign In & Join Server To View
heyronii
heyronii2y ago
I can't have any precautions for this if railway deploys multiple people's projects to the same network. If someone else has a highly active discord bot on the same network as mine, we will both trigger rate-limit without knowing. Is there something planned to prevent this in the future?