mpsparrow / applesauce

Applesauce is a lightweight Discord bot that provides a plugin management framework to enable powerful modular configurations
https://applesauce.site
GNU General Public License v3.0
4 stars 0 forks source link

Keyerror in Plugin Management plugin #100

Closed mpsparrow closed 4 years ago

mpsparrow commented 4 years ago

Error is thrown if someone reactions to a any message with an emoji used for navigation. I believe this is when there is no initial message stored in activeObjects.


Traceback (most recent call last):
  File "/usr/local/lib/python3.6/site-packages/discord/client.py", line 312, in _run_event
    await coro(*args, **kwargs)
  File "/home/scripts/rewrite-applesauce/help/applesauce/plugins/plugins/plugins.py", line 419, in on_reaction_add
    if self.activeObjects[guildid].messageHandle is None:
KeyError: 568265828856889374```
mpsparrow commented 4 years ago

fixed in d2c11fae6ca74ffa3a08947f3eef9d9b05f113d6