PadawanAmy

Untitled

Jan 26th, 2023
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.83 KB | None | 0 0
  1. Ignoring exception in slash command 'dog':
  2. Traceback (most recent call last):
  3. File "/home/container/.local/lib/python3.10/site-packages/disnake/ext/commands/slash_core.py", line 730, in invoke
  4. await call_param_func(self.callback, inter, self.cog, **kwargs)
  5. File "/home/container/.local/lib/python3.10/site-packages/disnake/ext/commands/params.py", line 1022, in call_param_func
  6. return await maybe_coroutine(safe_call, function, **kwargs)
  7. File "/home/container/.local/lib/python3.10/site-packages/disnake/utils.py", line 599, in maybe_coroutine
  8. return await value
  9. File "/home/container/cogs/animals.py", line 21, in dog
  10. await inter.send(embed=embed)
  11. File "/home/container/.local/lib/python3.10/site-packages/disnake/interactions/base.py", line 672, in send
  12. await sender(
  13. File "/home/container/.local/lib/python3.10/site-packages/disnake/interactions/base.py", line 985, in send_message
  14. await adapter.create_interaction_response(
  15. File "/home/container/.local/lib/python3.10/site-packages/disnake/webhook/async_.py", line 201, in request
  16. raise HTTPException(response, data)
  17. disnake.errors.HTTPException: 400 Bad Request (error code: 40060): Interaction has already been acknowledged.
  18. The above exception was the direct cause of the following exception:
  19. Traceback (most recent call last):
  20. File "/home/container/.local/lib/python3.10/site-packages/disnake/ext/commands/interaction_bot_base.py", line 1353, in process_application_commands
  21. await app_command.invoke(interaction)
  22. File "/home/container/.local/lib/python3.10/site-packages/disnake/ext/commands/slash_core.py", line 739, in invoke
  23. raise CommandInvokeError(exc) from exc
  24. disnake.ext.commands.errors.CommandInvokeError: Command raised an exception: HTTPException: 400 Bad Request (error code: 40060): Interaction has already been acknowledged.
Advertisement
Add Comment
Please, Sign In to add comment