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
Describe the bug
Google probably made update yesterday causing detail method to stop working
play_scraper/utils.py", line 240, in parse_app_details\n icon = (soup.select_one('.dQrBL img.ujDFqe')\nAttributeError: 'NoneType' object has no attribute 'attrs''
To Reproduce
Call detail method of with any package name
Desktop (please complete the following information):
play-scraper==0.5.4
The text was updated successfully, but these errors were encountered:
Describe the bug
Google probably made update yesterday causing
detail
method to stop workingplay_scraper/utils.py", line 240, in parse_app_details\n icon = (soup.select_one('.dQrBL img.ujDFqe')\nAttributeError: 'NoneType' object has no attribute 'attrs''
To Reproduce
Call
detail
method of with any package nameDesktop (please complete the following information):
The text was updated successfully, but these errors were encountered: