DiscordAPIError[10062]: Unknown interaction (AutoComplete) #10237
Unanswered
MrDieselGR
asked this question in
Q&A
Replies: 1 comment
-
Your Spotify searching is taking to log. This is generally the cause for the Unknow Interaction error. I'm guessing the API provider you are using is sometimes faster in some instances than in others. If your making HTTP requests than this is definitely the reason because the error only occurs if you don't respond with 4 seconds. Try improving the speed of your code. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Which package is this bug report for?
discord.js
Issue description
When I start the bot and use after it the command with autocomplete it shows me Unknown Interaction error and somehow after 3 mins this message disappears and after like 10 mins again the same problem
Logs:
Code sample
Versions
Issue priority
High (immediate attention needed)
Which partials do you have configured?
User
Which gateway intents are you subscribing to?
Guilds, GuildVoiceStates, GuildMessages
I have tested this issue on a development release
[email protected]
Beta Was this translation helpful? Give feedback.
All reactions