You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
system info: Linux 5.19.0-1027-gcp #.29~22.04.1-Ubuntu SMP Thu Jun 22 05:13:17 UTC 2023
Checklist
I have searched the open issues for duplicates.
I have shown the entire traceback, if possible.
I have removed my token from display, if visible.
Additional Context
I upgraded today to Python 3.10. This wasn't happening in Python 3.8. Maybe we should check whether _ready can be .popleft()ed (i.e., check if it's NOT empty before trying to use .popleft()).
The text was updated successfully, but these errors were encountered:
Please note that this only happens 2/5 of the time, not always. So there seems to be a problem with receiving events from the gateway (in specific, the READY payload.)
Summary
The library tries to
.popleft()
from an empty deque when receiving theREADY
event.Reproduction Steps
on_connect
function to be dispatched.on_ready
will NOT run).Minimal Reproducible Code
Expected Results
Actual Results
Intents
message_content, guild_messages, dm_messages, presences, members, emojis, guilds
System Information
Checklist
Additional Context
I upgraded today to Python 3.10. This wasn't happening in Python 3.8. Maybe we should check whether
_ready
can be.popleft()
ed (i.e., check if it's NOT empty before trying to use.popleft()
).The text was updated successfully, but these errors were encountered: