This issue occurs whenever a serverinfo request is send, it always returns a CallFailureException. When returning the cause, it mentions json body errors
kotlinx.serialization.json.internal.JsonDecodingException: Encountered an unknown key 'Error' at offset 20 at path: $
Use 'ignoreUnknownKeys = true' in 'Json {}' builder or '@JsonIgnoreUnknownKeys' annotation to ignore unknown keys.
JSON input: {"Success": false, "Error": "Rate limit exceeded"}