We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, we just updated from 2.0.0 to 2.0.1 and noticed a critical bug.
The entry objects returned by the library are now invalid.
This is because this change caused the structure of the responseJSON object to be altered.
responseJSON
And then when the code reaches this line, the condition evaluates to false as entryList is of type ArrayList, not an instance of JSONArray.
entryList
ArrayList
JSONArray
The text was updated successfully, but these errors were encountered:
Hey @vitorsdcs , our team is looking into the changes. Will keep you posted. Thank you
Sorry, something went wrong.
Hey @vitorsdcs , please check out v2.0.2 and let us know.
No branches or pull requests
Hi, we just updated from 2.0.0 to 2.0.1 and noticed a critical bug.
The entry objects returned by the library are now invalid.
This is because this change caused the structure of the
responseJSON
object to be altered.And then when the code reaches this line, the condition evaluates to false as
entryList
is of typeArrayList
, not an instance ofJSONArray
.The text was updated successfully, but these errors were encountered: