-
Notifications
You must be signed in to change notification settings - Fork 103
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
suddenly fires error 'App not found (404)' on request #60
Comments
Same issue here. I believe GooglePlay changed its links. |
same issue here. no response from play_scrapper. |
getting this error ... 404 Client Error: Not Found for url: https://play.google.com/store/apps/category/BUSINESS/collection/topselling_new_paid?hl=en&gl=us |
Hi all, |
facing same problem. how did you guys solve it? |
hi, did u solve this issue ? if yes can u please help me tooo |
Describe the bug
I implemented this module in my service and worked well.
recently, module fires 'App not found(404)' error 70~80% of request.
strange thing is request success sometime.
that error on category only page
To Reproduce
import play_scraper
print(play_scraper.collection(
collection='TOP_GROSSING',
category='GAME',
gl='jp',
results=10,
page=0))
Error message
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://play.google.com/store/apps/category/GAME/collection/topgrossing?hl=en&gl=jp
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: