Skip to content

Catching wrong exception in ServerSettingsPresenter#6282

Merged
TimoPtr merged 1 commit intomainfrom
fix/catch_wrong_error
Jan 19, 2026
Merged

Catching wrong exception in ServerSettingsPresenter#6282
TimoPtr merged 1 commit intomainfrom
fix/catch_wrong_error

Conversation

@TimoPtr
Copy link
Member

@TimoPtr TimoPtr commented Jan 19, 2026

Summary

Screenshot 2026-01-19 at 08 29 00

After the recent changes it turns out that we are catching the wrong exception while trying to setAppActive from the settings. This PR simply avoid the crash but doesn't fix the underlying issue that we should not try in the first place to setAppActive with an ID that doesn't exist. Which tells me that we should still proactively cleanup whatever that could lead to this scenario, probably with #6265.

@jpelgrom
Copy link
Member

recent changes

To be more specific, it looks like it is the result of #6212

@TimoPtr TimoPtr merged commit fd62b69 into main Jan 19, 2026
22 checks passed
@TimoPtr TimoPtr deleted the fix/catch_wrong_error branch January 19, 2026 11:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants