Bot Offline
Posted by martinpozzer in discord-bots.
Hi! I have a recurring issue with my server (Discord bot in Python). Support tag: c92b3b2a Node: FREE EU RO 23 Every time I start the server, the bot crashes immediately when trying to log in to Discord, with this error: discord.errors.HTTPException: 429 Too Many Requests Cloudflare Error 1015 "You are being rate limited" I've tried restarting at different times, waiting more than 8 hours between attempts, and it keeps happening. The same bot runs fine when I run it locally on my PC with the same token, so it doesn't seem to be an issue with my code or token — it looks like Discord is rate limiting the shared IP of the node. Could you check if that IP is blocked on Discord's side, or if I need to be migrated to a different node? Thanks!
Replies
lelanceflamer
this is a ratelimit from discord api. you have to wait it out since this is a free server
lelanceflamer
more info here https://wispbyte.com/kb/discord rate limits