Let me copy and paste here what i wrote in the API V2 post (that was ignored probably):
"since you guys announced this API Beta, some users reported a error in my “perfect working system” lol
all was fine before, but now, some users obtain a error when my code calls the line:
userResponse = apiClient.fetchUser();
This is the error:
Line: 235 - com.fasterxml.jackson.databind.exc.UnrecognizedPropertyException: Unrecognized field “url” (class com.patreon.resources.shared.SocialConnections$UserIdObject), not marked as ignorable (2 known properties: “user_id”, “scopes”]) at [Source: N/A; line: -1, column: -1] (through reference chain: com.patreon.resources.User[“social_connections”]->com.patreon.resources.shared.SocialConnections[“discord”]->com.patreon.resources.shared.UserIdObject[“url”])"