Hello,
I'm running TitanBot v2.1.0 on a Raspberry Pi 3B+ with:
- Node.js v20.20.2
- discord.js v14.26.4
- Latest commit: 57d966d
- Fresh install with
npm install
- Repository is fully up to date (
git pull reports "Already up to date")
The bot starts normally and all commands are registered successfully. The database connection also works correctly.
However, when running:
/reactroles dashboard
Discord immediately shows:
"Something went wrong"
The logs contain:
DiscordAPIError[10062]: Unknown interaction
Stack trace:
DiscordAPIError[10062]: Unknown interaction
at async ChatInputCommandInteraction.deferReply()
at async InteractionHelper.safeDefer()
at async handleDashboard()
at async Object.execute()
Additional information:
- The interaction reaches the command successfully.
- The interaction age at the beginning of
handleDashboard() is only about 142-203 ms, so this does not appear to be a timeout issue.
- Replacing
safeDefer() with interaction.reply() results in the exact same error.
- Only
/reactroles dashboard is affected.
- Other commands appear to work normally.
Is this a known issue or is there anything else I can check?
Thanks!
Hello,
I'm running TitanBot v2.1.0 on a Raspberry Pi 3B+ with:
npm installgit pullreports "Already up to date")The bot starts normally and all commands are registered successfully. The database connection also works correctly.
However, when running:
/reactroles dashboard
Discord immediately shows:
"Something went wrong"
The logs contain:
DiscordAPIError[10062]: Unknown interaction
Stack trace:
DiscordAPIError[10062]: Unknown interaction
at async ChatInputCommandInteraction.deferReply()
at async InteractionHelper.safeDefer()
at async handleDashboard()
at async Object.execute()
Additional information:
handleDashboard()is only about 142-203 ms, so this does not appear to be a timeout issue.safeDefer()withinteraction.reply()results in the exact same error./reactroles dashboardis affected.Is this a known issue or is there anything else I can check?
Thanks!