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
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
Playstore screenshot
The text was updated successfully, but these errors were encountered:
Library version
Version: 1.2.7
Describe the bug
The
sale
key in the output inaccurately shows False andsaleTime
as None for app IDcom.marmalade.monopoly
, despite the app being on sale.Code
Expected behavior
I expected the
sale
key to accurately reflect the current sale status of the app on the Google Play Store.Additional context
Screenshot
The text was updated successfully, but these errors were encountered: