Interaction has already been acknowledged #7876
Unanswered
ctrl-Felix
asked this question in
Q&A
Replies: 1 comment 2 replies
-
There are multiple issues here.
You should use the callback attached to a button instead of using |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a button in a view created with this:
I then handle the interaction with:
But I keep getting this on new views:
Once I restart the bot the older views work. But if I create a new one it's not working...
The error already appears multiple times on the same instance
Addition:
If I add a
asyncio.sleep(2)
before .defer() I getdiscord.errors.InteractionResponded: This interaction has already been responded to before
Beta Was this translation helpful? Give feedback.
All reactions