Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix 404 error parsing of top/25 API answer
In the JSON returned by the API, "errors" is an array, not an object: this lead to a failed assert in the d["errors"].HasMember() call.
- Loading branch information