We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This error happens on a daily basis, can't tell if it's when a user leaves, or joins as i've seen it in both cases.
[2024-06-25 16:40:40] [ERROR] discord.client: Ignoring exception in on_member_join Traceback (most recent call last): File "/home/glas/redenv/lib/python3.11/site-packages/discord/client.py", line 441, in _run_event await coro(*args, **kwargs) File "/mnt/hdd/data/lenabot/cogs/CogManager/cogs/captcha/core.py", line 279, in on_member_join await self._captchas[member.id].delete() File "/home/glas/redenv/lib/python3.11/site-packages/discord/message.py", line 859, in delete await self._state.http.delete_message(self.channel.id, self.id) File "/home/glas/redenv/lib/python3.11/site-packages/discord/http.py", line 741, in request raise NotFound(response, data) discord.errors.NotFound: 404 Not Found (error code: 10008): Unknown Message [2024-06-25 16:54:52] [INFO] red.vrt.levelup.models: Creating backup of the config [2024-06-25 16:58:30] [ERROR] discord.client: Ignoring exception in on_raw_member_remove Traceback (most recent call last): File "/home/glas/redenv/lib/python3.11/site-packages/discord/client.py", line 441, in _run_event await coro(*args, **kwargs) File "/mnt/hdd/data/lenabot/cogs/CogManager/cogs/captcha/core.py", line 307, in on_raw_member_remove await self._captchas[member.id].delete() ~~~~~~~~~~~~~~^^^^^^^^^^^ KeyError: 1254853289594458226 [2024-06-25 16:58:40] [ERROR] discord.client: Ignoring exception in on_member_join Traceback (most recent call last): File "/home/glas/redenv/lib/python3.11/site-packages/discord/client.py", line 441, in _run_event await coro(*args, **kwargs) File "/mnt/hdd/data/lenabot/cogs/CogManager/cogs/captcha/core.py", line 276, in on_member_join for user_try in self._user_tries[member.id]: ~~~~~~~~~~~~~~~~^^^^^^^^^^^ KeyError: 1254853289594458226```
The text was updated successfully, but these errors were encountered:
japandotorg
No branches or pull requests
This error happens on a daily basis, can't tell if it's when a user leaves, or joins as i've seen it in both cases.
The text was updated successfully, but these errors were encountered: