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

Exception Thrown by play-scraper.details Method #37

Closed
torind opened this issue Mar 25, 2019 · 1 comment
Closed

Exception Thrown by play-scraper.details Method #37

torind opened this issue Mar 25, 2019 · 1 comment
Labels

Comments

@torind
Copy link

torind commented Mar 25, 2019

Describe the bug
Attempting to run the example described in the README:
print(play_scraper.details('com.android.chrome'))
returns a AttributeError.

To Reproduce

import play_scraper
print(play_scraper.details('com.android.chrome'))

Screenshots
image

Desktop (please complete the following information):

  • OS: macOS 10.14.1
  • Python Version: 3.6.5
  • play_scraper Version: 0.5.3

Additional context
Seems related to Issue #2

@torind torind added the bug label Mar 25, 2019
@fernandoarrj
Copy link

fernandoarrj commented Mar 26, 2019

I have the same issue.
Solved by change the line 311 on file utils.py :

Before:
additional_info_data = parse_additional_info(
soup.select_one('.xyOfqd'))

Now
additional_info_data = parse_additional_info(
soup.select_one('.IxB2fe'))

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

2 participants