Advertisement
Guest User

Untitled

a guest
Feb 25th, 2020
283
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.84 KB | None | 0 0
  1. discord.ext.commands.errors.CommandInvokeError: Command raised an exception: HTTPException: 400 BAD REQUEST (error code: 10014): Unknown Emoji
  2. ['__abstractmethods__', '__class__', '__delattr__', '__dict__', '__dir__', '__doc__', '__eq__', '__format__', '__ge__', '__getattribute__', '__gt__', '__hash__', '__init__', '__init_subclass__', '__le__', '__lt__', '__module__', '__ne__', '__new__', '__reduce__', '__reduce_ex__', '__repr__', '__setattr__', '__sizeof__', '__slots__', '__str__', '__subclasshook__', '__weakref__', '_abc_impl', '_get_channel', '_state', 'args', 'author', 'bot', 'channel', 'cog', 'command', 'command_failed', 'fetch_message', 'guild', 'history', 'invoke', 'invoked_subcommand', 'invoked_with', 'kwargs', 'me', 'message', 'pins', 'prefix', 'reinvoke', 'send', 'send_help', 'subcommand_passed', 'trigger_typing', 'typing', 'valid', 'view', 'voice_client'] options=[hi|�😄 ;ho😱😱]
  3. options=[hi|�😄 ;ho�
  4. :grinning_face_with_smiling_eyes:
  5. :face_screaming_in_fear:
  6. [25.02.2020 17:05:37] ERROR:Command raised an exception: HTTPException: 400 BAD REQUEST (error code: 10014): Unknown Emoji
  7. Ignoring exception in on_message
  8. Traceback (most recent call last):
  9. File "C:\Users\ZeroOne\AppData\Local\Programs\Python\Python37-32\lib\site-packages\discord\ext\commands\core.py", line 83, in wrapped
  10. ret = await coro(*args, **kwargs)
  11. File "d:\Dateien\Programmieren\Python\ZeroBot\src\cogs\polls.py", line 187, in pollCommand
  12. await message.add_reaction(option.reaction)
  13. File "C:\Users\ZeroOne\AppData\Local\Programs\Python\Python37-32\lib\site-packages\discord\message.py", line 928, in add_reaction
  14. await self._state.http.add_reaction(self.channel.id, self.id, emoji)
  15. File "C:\Users\ZeroOne\AppData\Local\Programs\Python\Python37-32\lib\site-packages\discord\http.py", line 225, in request
  16. raise HTTPException(r, data)
  17. discord.errors.HTTPException: 400 BAD REQUEST (error code: 10014): Unknown Emoji
  18.  
  19. The above exception was the direct cause of the following exception:
  20.  
  21. Traceback (most recent call last):
  22. File "C:\Users\ZeroOne\AppData\Local\Programs\Python\Python37-32\lib\site-packages\discord\client.py", line 312, in _run_event
  23. await coro(*args, **kwargs)
  24. File "C:\Users\ZeroOne\AppData\Local\Programs\Python\Python37-32\lib\site-packages\discord\ext\commands\bot.py", line 930, in on_message
  25. await self.process_commands(message)
  26. File "C:\Users\ZeroOne\AppData\Local\Programs\Python\Python37-32\lib\site-packages\discord\ext\commands\bot.py", line 927, in process_commands
  27. await self.invoke(ctx)
  28. File "C:\Users\ZeroOne\AppData\Local\Programs\Python\Python37-32\lib\site-packages\discord\ext\commands\bot.py", line 894, in invoke
  29. await ctx.command.dispatch_error(ctx, exc)
  30. File "C:\Users\ZeroOne\AppData\Local\Programs\Python\Python37-32\lib\site-packages\discord\ext\commands\core.py", line 396, in dispatch_error
  31. await injected(cog, ctx, error)
  32. File "C:\Users\ZeroOne\AppData\Local\Programs\Python\Python37-32\lib\site-packages\discord\ext\commands\core.py", line 69, in wrapped
  33. ret = await coro(*args, **kwargs)
  34. File "d:\Dateien\Programmieren\Python\ZeroBot\src\cogs\polls.py", line 228, in pollCommandErrorhandler
  35. raise error
  36. File "C:\Users\ZeroOne\AppData\Local\Programs\Python\Python37-32\lib\site-packages\discord\ext\commands\bot.py", line 892, in invoke
  37. await ctx.command.invoke(ctx)
  38. File "C:\Users\ZeroOne\AppData\Local\Programs\Python\Python37-32\lib\site-packages\discord\ext\commands\core.py", line 797, in invoke
  39. await injected(*ctx.args, **ctx.kwargs)
  40. File "C:\Users\ZeroOne\AppData\Local\Programs\Python\Python37-32\lib\site-packages\discord\ext\commands\core.py", line 92, in wrapped
  41. raise CommandInvokeError(exc) from exc
  42. discord.ext.commands.errors.CommandInvokeError: Command raised an exception: HTTPException: 400 BAD REQUEST (error code: 10014): Unknown Emoji
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement