Skip to content
This repository was archived by the owner on Mar 11, 2026. It is now read-only.
This repository was archived by the owner on Mar 11, 2026. It is now read-only.

NoneType Attribute Error in parse_app_details() #97

@AnisGLZ

Description

@AnisGLZ

Issue #39 (confirmed): Calling play_scraper.details('com.android.chrome') raises AttributeError: 'NoneType' object has no attribute 'select' in utils.py. The root cause is that soup.select_one('.xyOfqd') returns None, and the code immediately calls .select() on the None result without a null guard.

Recommendation: Add null checks before accessing methods on select results.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions