-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting Unknown Interaction when using commads #658
Comments
Ok if I respond before after the selection and before the api call the image is successfully sent |
"10062/Unknown Interaction" always means that interaction timed out. You have 3 seconds to respond to interaction. For support with |
oh @MCausc78 thanks for letting me know. |
Can you provide more information? As @MCausc78 says, this error is happening because the interaction is timing out - but this shouldn't be an issue here:
So. This shouldn't be happening. Do you perhaps have slow internet? In that case you can try setting |
So basically get selections are working, after the second selection I make an API call which downloads and image and then I respond with that image. Now its working if I send a respond after the last selection something like please wait the image is being fetched. |
Ok, I think I have an idea of what was going wrong. I'll keep this open for bookmarking - thanks! |
Describe the bug
I am trying to make a command the selections work but when trying to respond after selection and an api call I get an error saying
Unknown interaction (10062).
To Reproduce
Expected behavior
The image should be sent to the server.
Screenshots
Desktop (please complete the following information):
Additional context
I think maybe because of the api call the webhook is getting disconnected? But I am not sure about that.
The text was updated successfully, but these errors were encountered: