My code worked but then it suddenly did not?

This is what i got

Traceback (most recent call last):
File “main.py”, line 20, in
client.run(my_secret)
File “/opt/virtualenvs/python3/lib/python3.8/site-packages/discord/client.py”, line 723, in run
return future.result()
File “/opt/virtualenvs/python3/lib/python3.8/site-packages/discord/client.py”, line 702, in runner
await self.start(*args, **kwargs)
File “/opt/virtualenvs/python3/lib/python3.8/site-packages/discord/client.py”, line 665, in start
await self.login(*args, bot=bot)
File “/opt/virtualenvs/python3/lib/python3.8/site-packages/discord/client.py”, line 511, in login
await self.http.static_login(token.strip(), bot=bot)
File “/opt/virtualenvs/python3/lib/python3.8/site-packages/discord/http.py”, line 300, in static_login
data = await self.request(Route(‘GET’, ‘/users/@me’))
File “/opt/virtualenvs/python3/lib/python3.8/site-packages/discord/http.py”, line 216, in request
raise HTTPException(r, data)
discord.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 Discord Developer Portal to prevent this moving forward.

Hi again!

Here is the error message.

Did you read the link they provided you?

Well my bot works again some how, thanks

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.