dolfies / discord.py-self

A fork of the popular discord.py for user accounts.
https://discordpy-self.rtfd.io/en/latest/
MIT License
648 stars 153 forks source link

API Error #690

Closed HPV3333 closed 1 month ago

HPV3333 commented 2 months ago

Summary

Api Down Falling to manuel fetching

Reproduction Steps

Starting the bot... 2024-04-27 14:44:02 INFO discord.client Logging in using static token. 2024-04-27 14:44:20 WARNING discord.utils Info API down. Falling back to manual fetching... An exception occurred: list index out of range

Code

//

Expected Results

Bot Starts and runs without problems

Actual Results

Bot dont start

System Information

Checklist

Additional Information

No response

JayDaMan53 commented 2 months ago

Had the same problem and this fixed it for me: https://github.com/dolfies/discord.py-self/issues/681#issuecomment-2080055308

Dastano commented 1 month ago

2024-05-11 01:04:35 INFO discord.client Logging in using static token. 2024-05-11 01:04:41 INFO discord.utils Info API temporarily down. Falling back to manual retrieval... 2024-05-11 01:04:41 CRITICAL discord.utils Could not retrieve client build number. Falling back to hardcoded value... 2024-05-11 01:04:41 INFO discord.http Found user agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36, build number 9999.

Thats what I get on the latest Version (running dev build)

https://discord.com/assets/sentry.765b00e66783ff42fca1.js

Sentry files don't contain build anymore.

dolfies commented 1 month ago

Fixed! The API is back up too. Sorry for the wait guys.