#Discord API Error.

9 messages · Page 1 of 1 (latest)

remote shuttleBOT
#
  • What's your exact discord.js npm list discord.js and node node -v version?
  • Post the full error stack trace, not just the top part!
  • Show your code!
  • Explain what exactly your issue is.
  • Not a discord.js issue? Check out #useful-servers.
  • Issue solved? Press the button!
wheat wing
#

Discord API Error.

past yachtBOT
#

Common causes of DiscordAPIError[10062]: Unknown interaction:

  • Initial response took more than 3 seconds ➞ defer the response *.
  • Wrong interaction object inside a collector.
    * Note: you cannot defer modal or autocomplete value responses
wheat wing
#

I dont understand this part also ^ (What should I do and change?)

hexed falcon
#

defer your reply

#

Or look at improving the parts that take a long time to execute

#

if you dont have any code that takes too long, might be a network / host issue