-
-
Notifications
You must be signed in to change notification settings - Fork 635
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
Variable number of reviews returned #676
Comments
In this sister project they have encountered the same issue. |
Variance in response seems to come from Google's loadbalancer picking different backend that doesn't know about our PR on the way, in a meanwhile you can test with my fork. |
fixes issue facundoolano#676
For detection of facundoolano#676 (less than actual number of requests returned, different response count on each request). Using app with large number of reviews sorted by helpfulness (assuming this set does not change as frequently as just reviews), num: 1500 is reasonably fast and we get 2 x 10 paged requests (of 150 results) that ought to prove paging works.
closing as this seems to be working now. report again with more details if you still see the issue. |
The reviews methods seems to return a different number of reviews on each call.
I slightly modified the example in the documentation to reproduce the issue:
When called multiple times the output is :
This used to work in the past, getting hundreds of thousands of reviews in a single call
The text was updated successfully, but these errors were encountered: