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] Function "reviews_all" returns diferent amount of reviews at each script execution #208

Open
zmariopsaraujo opened this issue Feb 29, 2024 · 2 comments
Assignees

Comments

@zmariopsaraujo
Copy link

Library version
1.2.6

Describe the bug
Every time that I ran my script returns a diferent numbers of reviews

Code
import pandas as pd

from google_play_scraper import Sort, reviews_all

result = reviews_all(
'com.araujo.araujoapp',
sleep_milliseconds=0,
lang='pt-br',
country='br',
sort=Sort.MOST_RELEVANT
)

df = pd.DataFrame(result)

size = df.shape
print(size[0])

Expected behavior
Size of DataFrame is equal of numbers of reviews of the app at play store and, if I run a code twice without have any new review, the amoud of reviews at each execution are equal.

@lucasbral
Copy link

lucasbral commented Mar 1, 2024

Same problem here, scanning time has dropped considerably and now the reviews output have different values ​​for each search

@adilosa
Copy link

adilosa commented Mar 6, 2024

See #209

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

4 participants