This repository has been archived by the owner on Jun 30, 2023. It is now read-only.
Replies: 1 comment
-
First, the message emitted is not an error, but a warning. Line 145 in 49480f6 You can suppress the warning by wrapping the call with suppressWarnings({
get_all_tweets(...)
}) However, the "Too many errors" probably has nothing to do with the warnings. It is related to the actual call to the API. Line 6 in bc0df8c One possible reason is that there are some malformed things in your |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am downloading tweets using a for loop and everytime a new loop begins, I get this error:
The loop broke after 20 runs and this is the error I received:
Is there a way to ignore the "Directory already exists" error?
My code:
note: res is a list of bounding boxes.
Beta Was this translation helpful? Give feedback.
All reactions