I tried to use google-play-scraper version in browser app using browserify. I get the below errors in Chrome.
I suppose you don't really know exactly how the module behaves when browserified. However, it seems to me that the problem shouldn't be caused by browerifying. Is this a known issue. Do you have any idea what might cause this? It seems to me like something changed on the Google server side. Is the module still working for others?
Failed to load https://play.google.com/store/apps/details?id=com.sgn.pandapop.gp&hl=en&gl=us: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://localhost:18080' is therefore not allowed access. If an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled.
VM813:1 Cross-Origin Read Blocking (CORB) blocked cross-origin response https://play.google.com/store/apps/details?id=com.sgn.pandapop.gp&hl=en&gl=us with MIME type text/html. See https://www.chromestatus.com/feature/5629709824032768 for more details.
The text was updated successfully, but these errors were encountered:
Description:
I tried to use google-play-scraper version in browser app using browserify. I get the below errors in Chrome.
I suppose you don't really know exactly how the module behaves when browserified. However, it seems to me that the problem shouldn't be caused by browerifying. Is this a known issue. Do you have any idea what might cause this? It seems to me like something changed on the Google server side. Is the module still working for others?
Thanks.
Example code:
Error message:
The text was updated successfully, but these errors were encountered: