You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Several of these values are incorrect. However, the HTTP response body contained the correct values, so something is going wrong with the JSON parsing of the body.
The text was updated successfully, but these errors were encountered:
Good catch. Please pull down the latest commit and verify the values are now being set.
The issue was indeed in the JSON parsing, I failed to notice that the JSON response had _ (underscores) and needed to use Jackson's @JsonProperty annotation to map them.
I used my own account to test this method. The RedditAccount:
RedditAccount [commentKarma=0, created=1316419867, createdUtc=0, hasMail=null, hasModMail=null, id=5vx5s, linkKarma=0, name=JamesGold, over18=false]
Several of these values are incorrect. However, the HTTP response body contained the correct values, so something is going wrong with the JSON parsing of the body.
The text was updated successfully, but these errors were encountered: