Advertisement
swimmerhair

Swimbot Error

Dec 17th, 2020
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 1.42 KB | None | 0 0
  1. Traceback (most recent call last):
  2.   File "C:\Users\wmiller\AppData\Local\Programs\Python\Python39\lib\asyncio\tasks.py", line 487, in wait_for
  3.     fut.result()
  4. asyncio.exceptions.CancelledError
  5.  
  6. The above exception was the direct cause of the following exception:
  7.  
  8. Traceback (most recent call last):
  9.   File "c:\Users\wmiller\Desktop\Swimbot\whois.py", line 422, in whois
  10.     rxn, user = await self.bot.wait_for('reaction_add', timeout=15, check=check_user)
  11.   File "C:\Users\wmiller\AppData\Local\Programs\Python\Python39\lib\asyncio\tasks.py", line 489, in wait_for
  12.     raise exceptions.TimeoutError() from exc
  13. asyncio.exceptions.TimeoutError
  14.  
  15. During handling of the above exception, another exception occurred:
  16.  
  17. Traceback (most recent call last):
  18.   File "C:\Users\wmiller\AppData\Local\Programs\Python\Python39\lib\site-packages\discord\ext\commands\core.py", line 85, in wrapped
  19.     ret = await coro(*args, **kwargs)
  20.   File "c:\Users\wmiller\Desktop\Swimbot\whois.py", line 438, in whois
  21.     await message.clear_reactions()
  22.   File "C:\Users\wmiller\AppData\Local\Programs\Python\Python39\lib\site-packages\discord\message.py", line 1096, in clear_reactions
  23.     await self._state.http.clear_reactions(self.channel.id, self.id)
  24.   File "C:\Users\wmiller\AppData\Local\Programs\Python\Python39\lib\site-packages\discord\http.py", line 243, in request
  25.     raise NotFound(r, data)
  26. discord.errors.NotFound: 404 Not Found (error code: 10008): Unknown Message
  27.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement