-
Notifications
You must be signed in to change notification settings - Fork 105
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
Script does not get more data then MAX_RETRIEVAL_COUNT #53
Comments
I don't know why, but my debug shows, that https://slack.com/api/users.list always return empty cursor :-\ |
Seems like slack gives empty cursor because he is sending all data in one response, but it takes some time to fully get it and python script is not waiting for the whole response, so get only part of it. |
Was this ever addressed? |
Bump |
Not really
…On Fri, Apr 30, 2021 at 11:42 AM djhashh ***@***.***> wrote:
Bump
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#53 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAVQKHKSAYPD6HXVWGQZ3TTLJUO3ANCNFSM4NNUOIGA>
.
--
Best regards, Nikita Rvachev
telegram: rvnikita
facebook: http://www.facebook.com/rvnikita
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
So in the community with 4700 people it grabs only 900.
When I change MAX_RETRIEVAL_COUNT = 9000 it grabs only 1000.
I believe something is wrong with pagination, so he does not collect the next pages.
The text was updated successfully, but these errors were encountered: