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

Appstore returning error as HTML #122

Open
DonkeyOatie opened this issue Aug 6, 2020 · 1 comment
Open

Appstore returning error as HTML #122

DonkeyOatie opened this issue Aug 6, 2020 · 1 comment

Comments

@DonkeyOatie
Copy link
Contributor

The appstore appears to be returning HTML from an API call resulting in the following error propagating from the client.Verify call (I believe its actually coming from the parseResponse method when attempting to decode JSON that is actually in HTML format. I have logged the same error from other API's that have returned HTML when JSON is expected in code I have written.

invalid character '<' looking for beginning of value

library version: 1.2.0/1.3.0
go version: 1.13.12

@ashhadsheikh
Copy link
Contributor

This usually happens when there's an issue with apple servers, we have seen these issues where apple started return some sort of server errors with default HTML pages, i.e. Service unavailable.

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

No branches or pull requests

3 participants