-
-
Notifications
You must be signed in to change notification settings - Fork 250
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
Unexpected token, cannot get reviews #208
Comments
|
I have the same problem. |
https://www.npmjs.com/package/app-store-client I have created a TypeScript version. This one works well. Please check it out. |
Getting an "Unexpected token < in JSON at position 0" when trying to get reviews
checking the response from the itunes url
const url =
https://itunes.apple.com/${opts.country}/rss/customerreviews/page=${opts.page}/id=${id}/sortby=${opts.sort}/json
;im getting this HTML :
The text was updated successfully, but these errors were encountered: