Advertisement
swimmerhair

Swimbot Error

Mar 21st, 2022
771
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 1.46 KB | None | 0 0
  1. Traceback (most recent call last):
  2.   File "/home/pi/.local/lib/python3.7/site-packages/discord/iterators.py", line 263, in next
  3.     return self.messages.get_nowait()
  4.   File "/usr/lib/python3.7/asyncio/queues.py", line 182, in get_nowait
  5.     raise QueueEmpty
  6. asyncio.queues.QueueEmpty
  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/channel.py", line 379, in purge
  12.     msg = await iterator.next()
  13.   File "/home/pi/.local/lib/python3.7/site-packages/discord/iterators.py", line 265, in next
  14.     raise NoMoreItems()
  15. discord.errors.NoMoreItems
  16.  
  17. During handling of the above exception, another exception occurred:
  18.  
  19. Traceback (most recent call last):
  20.   File "/home/pi/.local/lib/python3.7/site-packages/discord/ext/commands/core.py", line 85, in wrapped
  21.     ret = await coro(*args, **kwargs)
  22.   File "/home/pi/Swimbot/server_manager.py", line 61, in purge
  23.     deleted = await ctx.channel.purge(limit=number)
  24.   File "/home/pi/.local/lib/python3.7/site-packages/discord/channel.py", line 388, in purge
  25.     await ret[-1].delete()
  26.   File "/home/pi/.local/lib/python3.7/site-packages/discord/message.py", line 801, in delete
  27.     await self._state.http.delete_message(self.channel.id, self.id)
  28.   File "/home/pi/.local/lib/python3.7/site-packages/discord/http.py", line 243, in request
  29.     raise NotFound(r, data)
  30. discord.errors.NotFound: 404 Not Found (error code: 10008): Unknown Message
  31.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement