-
-
Notifications
You must be signed in to change notification settings - Fork 4k
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
TypeError on MESSAGE_REACTION_ADD #4840
Comments
Have you tested this with partials enabled for |
Nope, I don't even know in what particular case this does happen. |
Partials shouldn't make a difference here as the crash occurs before anything with partials was done. It crashes in a code path that's a straight line from the raw gateway event, without any partials branching. That comes after the crash. |
The patch was landed after 12.3.1 landed, if you're using master, can you please provide the commit hash? "Latest master" is ambiguous and may not be actually the latest. |
Sorry by latest master I mean latest commit, I'm up to date with this commit : 1e63f37 |
My bad, I have just confirmed the issue here, I approved the linked PR, sorry for not verifying properly 😅. |
No problem, will precise the commit next time! |
Please describe the problem you are having in as much detail as possible:
Got few times a TypeError when receiving a MESSAGE_REACTION_ADD event.
Further details:
Relevant client options:
The text was updated successfully, but these errors were encountered: