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

newer data not being retrieved #3

Open
drmowinckels opened this issue Jun 24, 2024 · 2 comments
Open

newer data not being retrieved #3

drmowinckels opened this issue Jun 24, 2024 · 2 comments

Comments

@drmowinckels
Copy link
Member

Related to rladies/rladies.github.io#337 (comment) I've found that while the scripts are running, some data is not actually being retrieved. Not entirely sure why...

When running locally (needs meetup pro token), Salzburg is not part of the data retrieved...

@shannonpileggi
Copy link

i wonder if this in an api issue?? fyi @thisisnic

@thisisnic
Copy link

API looks good to me; when I run this:

library(meetupr)
urlname <- "rladies"

members <- get_pro_groups(urlname)
View(members)

I see Salzburg there in the 3rd row.

Maybe it's some of the subsequent processing steps? What's the code that's being run?

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