discord-api-docs icon indicating copy to clipboard operation
discord-api-docs copied to clipboard

mobile slashcommands dont work in some servers (interaction failed)

Open Terebi42 opened this issue 2 years ago • 0 comments

Description

My bot is written using DSharpPlus.

Intermittently Slash commands start giving "Interaction Failed" after 3 seconds. BUT :

Once it starts it keeps happening BUT :

Appears to primarily (only?) affect mobile clients. same mobile client, same bot, same user, on a different server works. (shard issue?) same mobile client, same bot, same user, sending via DM works same bot, same server, same user, electron client works

Steps to Reproduce

try to use slashcommands in some servers

Expected Behavior

slash commands work consistently

Current Behavior

slash commands work inconsistently

Screenshots/Videos

https://youtu.be/tnS1BIrOk3s

In same #private-test channel at same time, as failures in video

image

Client and System Information

client is android from June 15

bot is written in dsharpplus

Terebi42 avatar Jun 22 '22 20:06 Terebi42

It looks like the command you're trying to use takes a while to process. Please make sure that you're responding within 3 seconds or deferring your response. If this doesn't resolve the issue, please provide more detailed reproduction steps so we can investigate. Thanks!

appellation avatar Sep 09 '22 18:09 appellation