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

[BUG] Inaccurate sale Status #220

Open
Sinister-00 opened this issue Jul 6, 2024 · 0 comments
Open

[BUG] Inaccurate sale Status #220

Sinister-00 opened this issue Jul 6, 2024 · 0 comments
Assignees

Comments

@Sinister-00
Copy link

Library version
Version: 1.2.7

Describe the bug
The sale key in the output inaccurately shows False and saleTime as None for app ID com.marmalade.monopoly, despite the app being on sale.

Code

from google_play_scraper import app

result = app(
    'com.marmalade.monopoly',
    lang='en',
    country='in'
)
print(result)

Expected behavior
I expected the sale key to accurately reflect the current sale status of the app on the Google Play Store.

Additional context

  • Manually checked the app's sale status on the Google Play Store, confirming it was on sale.
  • This discrepancy suggests a potential issue with data retrieval or timing in the library's API integration.

Screenshot

  • Output Screenshot
image

  • Playstore screenshot
image
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

2 participants