You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Returns the following error requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://play.google.com/store/apps/category/GAME_RACING/collection/movers_shakers?hl=en&gl=us
Expected behavior
It should return a response in json with the app info.
Desktop
OS: macOS 10.14
Python Version 3.7.2
play_scraper Version 0.5.1
Additional context
I ran this the other day and I remember it working.
The text was updated successfully, but these errors were encountered:
Describe the bug
The play_Scraper collection method returns a 404 error. I suspect Google changed their query string parameter/api schema.
To Reproduce
Steps to reproduce the behavior, e.g. the full example code, not just a snippet of where the error occurs!
Returns the following error
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://play.google.com/store/apps/category/GAME_RACING/collection/movers_shakers?hl=en&gl=us
Expected behavior
It should return a response in json with the app info.
Desktop
Additional context
I ran this the other day and I remember it working.
The text was updated successfully, but these errors were encountered: