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 app crashing when playback reporting fails #4362

Merged

Conversation

nielsvanvelzen
Copy link
Member

@nielsvanvelzen nielsvanvelzen commented Dec 31, 2024

We should always try-catch network requests as network issues are quite common, especially with people hosting on low power devices. The new playback code (currently used for music) did not catch those when reporting playback state, causing the app to crash as the exception bubbled up to the application.

Changes

  • Fix app crashing when playback reporting fails

Issues

Part of #1057

@nielsvanvelzen nielsvanvelzen added bug Something isn't working backportable Change may be backported to a point release (remove label once cherrypicked) crash Bug causing app crashes labels Dec 31, 2024
@nielsvanvelzen nielsvanvelzen added this to the v0.19.0 milestone Dec 31, 2024
@nielsvanvelzen nielsvanvelzen merged commit c86573b into jellyfin:master Dec 31, 2024
5 checks passed
@nielsvanvelzen nielsvanvelzen modified the milestones: v0.19.0, v0.18.4 Jan 6, 2025
@nielsvanvelzen nielsvanvelzen removed the backportable Change may be backported to a point release (remove label once cherrypicked) label Jan 6, 2025
@nielsvanvelzen nielsvanvelzen deleted the playback-report-errors branch February 4, 2025 16:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working crash Bug causing app crashes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants