You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 11, 2019. It is now read-only.
I'm trying to get the friends for some users but encountered a weird problem:
Basically it looks like the RetryOnRateLimit number is automatically reset after 15 or 16 trials, and I'm not sure why it cannot return the friend list after over 45 trials -- the Twitter api rate limit has a 15-min window but 45 trials equals about 45 minutes that definitely should move into the next window.
Using the same code I've successfully pulled friend list for some users, so I'm not sure if this problem is caused by some specific issues on this particular user. The user id is 171337448 for purpose to reproduce the issue.
Does anyone have any idea what's going on?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
I'm trying to get the friends for some users but encountered a weird problem:
Basically it looks like the RetryOnRateLimit number is automatically reset after 15 or 16 trials, and I'm not sure why it cannot return the friend list after over 45 trials -- the Twitter api rate limit has a 15-min window but 45 trials equals about 45 minutes that definitely should move into the next window.
Using the same code I've successfully pulled friend list for some users, so I'm not sure if this problem is caused by some specific issues on this particular user. The user id is 171337448 for purpose to reproduce the issue.
Does anyone have any idea what's going on?
The text was updated successfully, but these errors were encountered: