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

suddenly fires error 'App not found (404)' on request #60

Closed
0xBB2B opened this issue Sep 5, 2019 · 6 comments
Closed

suddenly fires error 'App not found (404)' on request #60

0xBB2B opened this issue Sep 5, 2019 · 6 comments
Labels

Comments

@0xBB2B
Copy link

0xBB2B commented Sep 5, 2019

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):

  • OS: macOS 10.14.6
  • Python Version 3.7.4
  • play_scraper Version 0.5.5
@0xBB2B 0xBB2B added the bug label Sep 5, 2019
@xulifan
Copy link

xulifan commented Sep 5, 2019

Same issue here. I believe GooglePlay changed its links.

@pushpenderjunglee
Copy link

pushpenderjunglee commented Sep 12, 2019

same issue here. no response from play_scrapper.
is there anything else scrapper like this in any technology

@ghost
Copy link

ghost commented Sep 12, 2019

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

@nellqa
Copy link

nellqa commented Oct 16, 2019

Hi all,
Thanks for creating this extremely useful package.
I have the same issue described by the guys above. Is it possible to give some info on expected fix date?
Thanks!

@AnikaTabassum
Copy link

facing same problem. how did you guys solve it?

@ayubn
Copy link

ayubn commented Oct 6, 2021

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):

* OS: macOS 10.14.6

* Python Version 3.7.4

* play_scraper Version 0.5.5

hi, did u solve this issue ? if yes can u please help me tooo

@0xBB2B 0xBB2B closed this as not planned Won't fix, can't repro, duplicate, stale Mar 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

6 participants