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

I'm getting an error!! #1

Closed
JainSahit opened this issue Aug 22, 2018 · 1 comment
Closed

I'm getting an error!! #1

JainSahit opened this issue Aug 22, 2018 · 1 comment

Comments

@JainSahit
Copy link

Traceback (most recent call last):
File "appCrawler.py", line 32, in
print("App name: ", expatistan_table.string)
AttributeError: 'NoneType' object has no attribute 'string'

@AlanSyue
Copy link
Contributor

AlanSyue commented Jan 23, 2019

Traceback (most recent call last):
File "appCrawler.py", line 32, in
print("App name: ", expatistan_table.string)
AttributeError: 'NoneType' object has no attribute 'string'

Hi JainSahit , because Google changed the tag from div to h1 , and the class name from id-app-title to AHFaub , you can try " expatistan_table = soup_expatistan.find("h1", class_="AHFaub")" , I think it can solve your problem.

AlanSyue added a commit to AlanSyue/google-play-crawler that referenced this issue Jan 24, 2019
1. update css class name
2. delete review title, review link, because it could not be found
3. add scroll to load other review
ranjeet867 added a commit that referenced this issue Feb 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants