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

Hide Discord RPC error messages away from user attention #31640

Merged
merged 1 commit into from
Jan 24, 2025

Conversation

frenzibyte
Copy link
Member

Fixes the awful experience led by the RPC API suddenly blowing up and spamming every single user with error notifications in #31639. We shouldn't raise error notifications for things which we can't really control.

@frenzibyte frenzibyte added type:behavioural next release Pull requests which are almost there. We'll aim to get them in the next release, but no guarantees! labels Jan 24, 2025
@frenzibyte frenzibyte requested a review from peppy January 24, 2025 02:25
@peppy
Copy link
Member

peppy commented Jan 24, 2025

Hiding the error is fine and all, but what about fixing it?

@frenzibyte
Copy link
Member Author

Currently investigating that, but at first glance it looks to be the underlying API failing somewhere and it may take some time figuring out a fix for it (see Lachee/discord-rpc-csharp#267), so I thought I could push a PR to silence this and maybe get a hotfix release for this if deemed necessary.

@peppy
Copy link
Member

peppy commented Jan 24, 2025

Going to get this in. I think if there's errors, we'll be informed sooner or later that something is broken. This doesn't need to show as a notification.

@peppy peppy merged commit 4ae6dfd into ppy:master Jan 24, 2025
8 of 10 checks passed
@frenzibyte frenzibyte deleted the discord-rpc-ux branch January 24, 2025 05:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
next release Pull requests which are almost there. We'll aim to get them in the next release, but no guarantees! size/XS type:behavioural
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants