DiscordAPIError[10062]: Unknown interaction
So I explain myself before someone tells me something, initially I use
reply
except that overnight my bot these to no longer respond with the error of the bot exceeding 3 seconds of non-response
so I used deferReply
instead to see if it responded, it acts exactly the same on every order
Discord support tells me there are no API issues Nis no ratelimit applied to the bot
While this passes it the bot never had them worries for months and overnight while I made no changes to the code plus no response6 Replies
- What's your exact discord.js
npm list discord.js
and node node -v
version?
- Not a discord.js issue? Check out #other-js-ts.
- Consider reading #how-to-get-help to improve your question!
- Explain what exactly your issue is.
- Post the full error stack trace, not just the top part!
- Show your code!
- Issue solved? Press the button!if it's taking longer than 3 seconds to reply (or defer, which is also a reply), and that's the entirety of your code, it's taking longer than 3 seconds to reply/defer. it could certainly be a network issue, either on your host's end or discord's
the problem is that I have another bot on the same network and same machine that react without worries
@QjuhI applied what you tell me, yet it makes exactly the same mistake
And the bot responds well to my other account but that on some servers
I clearly doubt that it comes from my code, I tested with two different counts, my main one that never had a response from the bot.
My second account has answers from the Bot but that on some discord servers
Same issue with buttons here