OtakuMegane / DerpyBot

An active learning chatbot using Markov chains.
MIT License
5 stars 3 forks source link

Weird Error #11

Closed DelphiDv closed 3 years ago

DelphiDv commented 4 years ago

I get this weird error every few hours or so when i run the bot. When i get this error it forces me to manually re run the bot manually.

https://hastebin.com/zuqejatuyu.sql

OtakuMegane commented 4 years ago

Check which version of discord.py you currently have. Looks like some versions before 1.2.5 had an issue with handling emoji reactions: https://github.com/Rapptz/discord.py/issues/2422

Managed to trigger the error you got under 1.2.4 but with 1.2.5 it didn't occur.