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
Attempting to scrape permissions raises TypeError for some but not all apps. Code attempts to access data in a JSON object, but is passed NoneType instead of a JSON object, which causes the crash.
Crash occurs at google_play_scraper/features/permissions.py at line 18.
Code
Id used in code below is an example of a package that causes the crash.
Library version
Version: 1.2.7
Describe the bug
Attempting to scrape permissions raises TypeError for some but not all apps. Code attempts to access data in a JSON object, but is passed NoneType instead of a JSON object, which causes the crash.
Crash occurs at google_play_scraper/features/permissions.py at line 18.
Code
Id used in code below is an example of a package that causes the crash.
Expected behavior
The permissions() method should return an object containing the permissions required by the app with the given id.
Additional context
Output of the code above:
The text was updated successfully, but these errors were encountered: