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 Nov 10, 2024. It is now read-only.
Downloading [=========================================] 100%
75000 followers!
Waiting about 14.8 minutes for rate limit reset...
Waiting about -0.1 minutes for rate limit reset... Error in Sys.sleep(as.numeric(rl$reset, "secs") + 2) :
valor de 'time' no válido
I've already tried CRAN and Github versions, and no one works. How could I solve that problem?
Cheers!
The text was updated successfully, but these errors were encountered:
Hi, I'm trying to get someone's followers. There are more than 75000 followers, so I have to use the parameter retryonratelimit.
I'm using this code:
vox <- lookup_users("vox_es")
vox <- get_followers(
"vox_es", n = vox$followers_count, retryonratelimit = TRUE
)
But it returns this error:
Downloading [=========================================] 100%
75000 followers!
Waiting about 14.8 minutes for rate limit reset...
Waiting about -0.1 minutes for rate limit reset...
Error in Sys.sleep(as.numeric(rl$reset, "secs") + 2) :
valor de 'time' no válido
I've already tried CRAN and Github versions, and no one works. How could I solve that problem?
Cheers!
The text was updated successfully, but these errors were encountered: