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

Fix Unknown Message stacktrace loop in console #21

Closed
wants to merge 2 commits into from

Conversation

granny
Copy link
Contributor

@granny granny commented May 6, 2024

The #editMessage("...") method throws a ErrorResponseException, but appending .get() wraps it in a ExecutionException exception. This means that ErrorResponseException needs to be checked from inside ExecutionException.

closes #18

@github-actions github-actions bot changed the base branch from master to develop May 6, 2024 10:28
@granny granny changed the base branch from develop to master May 6, 2024 10:30
Vankka added a commit that referenced this pull request May 11, 2024
@Vankka
Copy link
Collaborator

Vankka commented May 11, 2024

Fixed in above commit instead

@Vankka Vankka closed this May 11, 2024
@granny granny deleted the fix/unknown-message-spam branch May 11, 2024 12:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Doesn't handle log messages being deleted
2 participants