mirror of
https://github.com/JustinZeus/Wholphin.git
synced 2026-07-08 23:51:21 +02:00
Fixes #144 The error was occurring when querying for server information. The endpoint used returns information about previous installations and seems some may be missing a field marked as required in the API. This causes the deserialization error. Since the query is just to get the server's name for the UI, we can use the public server info endpoint instead and also wrap it in a try-catch since it's not absolutely required. Additionally, this PR adds exceptions for cases when necessary information is not available (user id, access token, etc). |
||
|---|---|---|
| .. | ||
| config | ||
| schemas/com.github.damontecres.wholphin.data.AppDatabase | ||
| src | ||
| .gitignore | ||
| build.gradle.kts | ||
| proguard-rules.pro | ||