Skip to content
New issue

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

listOverrides result in JSON unmarshall failure #180

Closed
miekg opened this issue Oct 16, 2019 · 1 comment · Fixed by #185
Closed

listOverrides result in JSON unmarshall failure #180

miekg opened this issue Oct 16, 2019 · 1 comment · Fixed by #185

Comments

@miekg
Copy link
Contributor

miekg commented Oct 16, 2019

The ListOverride method tries to parse the returned JSON from the API, this is always failing because the first element of the json is a total: x field, where x is an int not an Override. Hence this function can't be used to query the API.

@miekg
Copy link
Contributor Author

miekg commented Oct 25, 2019

thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant