This repository has been archived by the owner on Jun 30, 2023. It is now read-only.
Error in if (httr::headers(r)$x-rate-limit-remaining
== "1")
#191
Unanswered
shmuhammadd
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, @cjbarrie @justinchuntingho @chainsawriot
Thank you for the good work.
I am collecting tweets using
get_all_tweets()
. It works fine, but when I am collecting tweets for example 10years, the collectionon breaks at some point and it returns an error :Error in if (httr::headers(r)$
x-rate-limit-remaining== "1") { : argument is of length zero
.This behavior is persistent for a week now.
Below is my code:
I also tried using
resume_collection
, usingresume_collection(data_path = "hausa_user_full")
, but it always return the error below:The problem with
resume_collection()
is also across all tweets that I want to update. It reports en error as shown above.Beta Was this translation helpful? Give feedback.
All reactions