Advertisement
swimmerhair

Swimbot Error

Dec 15th, 2021
748
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 1.00 KB | None | 0 0
  1. Traceback (most recent call last):
  2.   File "/home/pi/Swimbot/whois.py", line 414, in whois
  3.     rxn, user = await self.bot.wait_for('reaction_add', timeout=15, check=check_user)
  4.   File "/usr/lib/python3.7/asyncio/tasks.py", line 423, in wait_for
  5.     raise futures.TimeoutError()
  6. concurrent.futures._base.TimeoutError
  7.  
  8. During handling of the above exception, another exception occurred:
  9.  
  10. Traceback (most recent call last):
  11.   File "/home/pi/.local/lib/python3.7/site-packages/discord/ext/commands/core.py", line 85, in wrapped
  12.     ret = await coro(*args, **kwargs)
  13.   File "/home/pi/Swimbot/whois.py", line 430, in whois
  14.     await message.clear_reactions()
  15.   File "/home/pi/.local/lib/python3.7/site-packages/discord/message.py", line 1096, in clear_reactions
  16.     await self._state.http.clear_reactions(self.channel.id, self.id)
  17.   File "/home/pi/.local/lib/python3.7/site-packages/discord/http.py", line 243, in request
  18.     raise NotFound(r, data)
  19. discord.errors.NotFound: 404 Not Found (error code: 10008): Unknown Message
  20.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement