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

Script does not get more data then MAX_RETRIEVAL_COUNT #53

Open
rvnikita opened this issue May 29, 2020 · 5 comments
Open

Script does not get more data then MAX_RETRIEVAL_COUNT #53

rvnikita opened this issue May 29, 2020 · 5 comments

Comments

@rvnikita
Copy link

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.

@rvnikita
Copy link
Author

I don't know why, but my debug shows, that https://slack.com/api/users.list always return empty cursor :-\

@rvnikita
Copy link
Author

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.

@n0ncetonic
Copy link

Was this ever addressed?

@djhashh
Copy link

djhashh commented Apr 30, 2021

Bump

@rvnikita
Copy link
Author

rvnikita commented May 1, 2021 via email

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

3 participants