FuseFairy / DiscordBot-EdgeGPT

Using Copilot, Bing Image Creator and DALLE-3 on Discord bot.
GNU General Public License v2.0
160 stars 41 forks source link

Rate Limits #80

Closed Murat1Na closed 1 year ago

Murat1Na commented 1 year ago

how to fix and avoid this error pls raise HTTPException(response, 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 https://discord.com/developers/docs/topics/rate-limits to prevent this moving forward.

FuseFairy commented 1 year ago

where is your bot host?

Murat1Na commented 1 year ago

where is your bot host?

techstar host

Murat1Na commented 1 year ago

I've changed in bot.py to that as i saw in pervoius issue, is that why i get api limit ? how can i fix it bot = commands.Bot(command_prefix='!', intents = discord.Intents(messages=False))

FuseFairy commented 1 year ago

There is no relationship between the two, your API limit is because of too many requests.

Murat1Na commented 1 year ago

There is no relationship between the two, your API limit is because of too many requests.

oh so the bot isnt muti user support?

FuseFairy commented 1 year ago

support, but too many requests will got error. Try run bot local, will it get API limit?

Murat1Na commented 1 year ago

support, but too many requests will got error. Try run bot local, will it get API limit?

it work yaa, then its host issue ? or like discord has api limit just in providers hosts i still didnt get it sorry

FuseFairy commented 1 year ago

ya, I'm think is ip issue

Murat1Na commented 1 year ago

okay thanks