zapp
zapp copied to clipboard
Media library cannot be loaded: Differentiated error message
Is it possible to differentiate the error message? If the media library cannot be loaded, this can have various causes and does not necessarily have to be the user's fault.
In the current case, the problem is presumably on the server side, as mediathekviewweb.de is also not accessible. Live streaming with ZAPP, on the other hand, is possible.
In my opinion, a more precise message would help less experienced computer or Internet users.

Thank you very much for your feedback!
That can (and should) be improved :)
Can be fixed in MediathekListFragment::onMediathekLoadErrorChanged and should be moved to viewmodel.
Cases:
- SSL error (for older Android devices)
- service not available (for 4xx-5xx HTTP errors)
- maybe no connection (all other errors)