-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Long time loading on_ready(): and don't see all members of guild. #4011
Comments
debug log (replaced sensitive data with XXX):
|
It might be your internet issues for the slow part, and for the missing members, if your internet is slow, it might have dropped some packets too |
I have tested it at 4 different hosts. It isn't internet issue. |
Can I suggest potentially reading this issue #2567? |
Are you doing this with a self-bot? I don’t remember sessions_replace being an event for bots. Another thing is I don’t think discord sends every guild member anymore for selfbots and instead use lazy-loading. |
Summary
Got simple code and it takes about 92 seconds to load.
Probably it stuck at
async def on_ready():
Additionality it doesn't print all members of guild.
Reproduction Steps
Actual Results
Checklist
System Information
The text was updated successfully, but these errors were encountered: