[BUG] get_all_tweets returns Error (Status Code 400) when targeting more than 34 users #278
-
Please confirm the following
Describe the bugI want to retrieve the tweets from 50 people in the past year. But as soon as the number of users exceeds 34, I get the Error in make_query with Status Code 400. I haven't been able to find a restriction in the function or the API documentation yet that would explain this pattern. Also, it doesn't matter which IDs I use (e.g. I excluded author_id[35] or tried the second half of users).
Expected BehaviorI would expect it to work for 35 IDs as well Steps To ReproduceCannot really give data for reproduction due to anonymity reasons. EnvironmentR version 4.1.2 (2021-11-01) Matrix products: default locale: attached base packages: other attached packages: loaded via a namespace (and not attached): Anything else?Thank you for any hints! |
Beta Was this translation helpful? Give feedback.
@ld127 this is not a bug. see #184