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
{{ message }}
This repository has been archived by the owner on Aug 7, 2021. It is now read-only.
ah and errorResponse = new Gson().fromJson(error, ErrorResponse.class); for {"error":"not found"} produces a null String in ErrorResponse (ErrorCode line 33)
I'm aware of the bug in checkErrorResponse() and it was fixed in v1.2.1
Thanks for pointing the wrong url for achievements, I have no idea how I missed that when I was testing
There is a wrong URL in ur getCurrentDailyAchievements(). It queries https://api.guildwars2.com/v2/achievement/daily instead of https://api.guildwars2.com/v2/achievements/daily (u missed a "s")
The text was updated successfully, but these errors were encountered: