Skip to content

DisCatSharp.ApplicationCommands.Exceptions.SlashExecutionChecksFailedException #529

@sentry

Description

@sentry

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

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions