-
-
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
Bot crashes whenever it receives an emoji as reaction #2422
Comments
This should now be fixed with v1.2.5. |
Hey, updated my discord.py but bot still crash: `Traceback (most recent call last):
|
@vr6syncro your bot is not running on discord.py 1.2.5 please make sure you install discord.py and run the bot on the same python version. further more please dont necrobump issues, please ask for help in discord.gg/dpy |
I can confirm that it is fixed. I was getting erros in 1.2.4 until I upgraded to 1.2.5 discord.py version. |
Pull in fix for Rapptz/discord.py#2422 Closes matnad#44
1.2.5 has this issue still |
Even the latest git version of discord.py-1.3.0a2204+g87f9dcf still crashes. The problem is NOT fixed at all unlike what is claimed |
Post the logs instead of blaming |
This issue is definitely fixed -- otherwise I'd be seeing more people complaining about it. Chances are you have an environment issue somewhere such as using mixed interpreters and virtual environments. Double check them to make sure. |
Summary
The bot crashes whenever it receives an emoji as reaction.
Reproduction Steps
Simply reacted to it with an 👀 emoji in a DM
https://streamable.com/z4jbv
Expected Results
The bot to not crash..?
Actual Results
From what it seems, the traceback doesn't really show anything from my code so it's likely from the library itself
Checklist
System Information
The text was updated successfully, but these errors were encountered: