Advertisement
Guest User

!cleanup bug Devolution Beta

a guest
Jun 16th, 2019
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.63 KB | None | 0 0
  1. Ignoring exception in command cleanup after:
  2. Traceback (most recent call last):
  3. File "C:\Users\cyg_server\AppData\Local\Programs\Python\Python37-32\lib\site-packages\discord\ext\commands\core.py", line 79, in wrapped
  4. ret = await coro(*args, **kwargs)
  5. File "C:\Discord bot\Devolution\cogs\moderation.py", line 229, in after
  6. after = await channel.fetch_message(id)
  7. File "C:\Users\cyg_server\AppData\Local\Programs\Python\Python37-32\lib\site-packages\discord\abc.py", line 888, in fetch_message
  8. data = await self._state.http.get_message(channel.id, id)
  9. File "C:\Users\cyg_server\AppData\Local\Programs\Python\Python37-32\lib\site-packages\discord\http.py", line 220, in request
  10. raise NotFound(r, data)
  11. discord.errors.NotFound: 404 NOT FOUND (error code: 10008): Unknown Message
  12.  
  13. The above exception was the direct cause of the following exception:
  14.  
  15. Traceback (most recent call last):
  16. File "C:\Users\cyg_server\AppData\Local\Programs\Python\Python37-32\lib\site-packages\discord\ext\commands\bot.py", line 863, in invoke
  17. await ctx.command.invoke(ctx)
  18. File "C:\Users\cyg_server\AppData\Local\Programs\Python\Python37-32\lib\site-packages\discord\ext\commands\core.py", line 1157, in invoke
  19. await ctx.invoked_subcommand.invoke(ctx)
  20. File "C:\Users\cyg_server\AppData\Local\Programs\Python\Python37-32\lib\site-packages\discord\ext\commands\core.py", line 1162, in invoke
  21. await super().invoke(ctx)
  22. File "C:\Users\cyg_server\AppData\Local\Programs\Python\Python37-32\lib\site-packages\discord\ext\commands\core.py", line 727, in invoke
  23. await injected(*ctx.args, **ctx.kwargs)
  24. File "C:\Users\cyg_server\AppData\Local\Programs\Python\Python37-32\lib\site-packages\discord\ext\commands\core.py", line 88, in wrapped
  25. raise CommandInvokeError(exc) from exc
  26. discord.ext.commands.errors.CommandInvokeError: Command raised an exception: NotFound: 404 NOT FOUND (error code: 10008): Unknown Message
  27. Ignoring exception in command cleanup:
  28. Traceback (most recent call last):
  29. File "C:\Users\cyg_server\AppData\Local\Programs\Python\Python37-32\lib\site-packages\discord\ext\commands\core.py", line 79, in wrapped
  30. ret = await coro(*args, **kwargs)
  31. File "C:\Discord bot\Devolution\cogs\moderation.py", line 217, in cleanup
  32. await ctx.message.delete()
  33. File "C:\Users\cyg_server\AppData\Local\Programs\Python\Python37-32\lib\site-packages\discord\message.py", line 697, in delete
  34. await self._state.http.delete_message(self.channel.id, self.id)
  35. File "C:\Users\cyg_server\AppData\Local\Programs\Python\Python37-32\lib\site-packages\discord\http.py", line 220, in request
  36. raise NotFound(r, data)
  37. discord.errors.NotFound: 404 NOT FOUND (error code: 10008): Unknown Message
  38.  
  39. The above exception was the direct cause of the following exception:
  40.  
  41. Traceback (most recent call last):
  42. File "C:\Users\cyg_server\AppData\Local\Programs\Python\Python37-32\lib\site-packages\discord\ext\commands\bot.py", line 863, in invoke
  43. await ctx.command.invoke(ctx)
  44. File "C:\Users\cyg_server\AppData\Local\Programs\Python\Python37-32\lib\site-packages\discord\ext\commands\core.py", line 1162, in invoke
  45. await super().invoke(ctx)
  46. File "C:\Users\cyg_server\AppData\Local\Programs\Python\Python37-32\lib\site-packages\discord\ext\commands\core.py", line 727, in invoke
  47. await injected(*ctx.args, **ctx.kwargs)
  48. File "C:\Users\cyg_server\AppData\Local\Programs\Python\Python37-32\lib\site-packages\discord\ext\commands\core.py", line 88, in wrapped
  49. raise CommandInvokeError(exc) from exc
  50. discord.ext.commands.errors.CommandInvokeError: Command raised an exception: NotFound: 404 NOT FOUND (error code: 10008): Unknown Message
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement