Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DisCatSharp.ApplicationCommands.Exceptions.SlashExecutionChecksFailedException #529

Open
sentry-io bot opened this issue Jul 29, 2024 · 0 comments
Open
Assignees
Labels
enhancement New feature or request

Comments

@sentry-io
Copy link

sentry-io bot commented Jul 29, 2024

Sentry Issue: DISCATSHARP-298

DisCatSharp.ApplicationCommands.Exceptions.SlashExecutionChecksFailedException: Exception of type 'DisCatSharp.ApplicationCommands.Exceptions.SlashExecutionChecksFailedException' was thrown.
  File "ApplicationCommandsExtension.cs", line 1689, in async Task ApplicationCommandsExtension.RunPreexecutionChecksAsync(MemberInfo method, BaseContext context)
    throw new SlashExecutionChecksFailedException
  File "ApplicationCommandsExtension.cs", line 1455, in async Task ApplicationCommandsExtension.RunCommandAsync(BaseContext context, MethodInfo method, IEnumerable<object> args)
    await RunPreexecutionChecksAsync(method, slashContext).ConfigureAwait(false);
  File "ApplicationCommandsExtension.cs", line 1126, in async Task ApplicationCommandsExtension.InteractionHandler(DiscordClient client, InteractionCreateEventArgs e)+(?) => { } [0]
    await this.RunCommandAsync(context, method, args).ConfigureAwait(false);

Error in slash interaction

We need to find another way for check failures. It's annoying

@sentry-io sentry-io bot added the enhancement New feature or request label Jul 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

1 participant