Hi. I’m trying to scrape certain Twitter accounts for posts in R using the package “rtweet”. I keep running into the following error message: “Error in curl::curl_fetch_memory… : Timeout was reached: Resolving timed out after 10000 milliseconds”.
Initially, I thought that it was an authentication error - that my access codes were incorrect. However, a friend was able to run my script using the same exact access keys, extracting tweets without any error. So, I don’t think that my keys are incorrect. Does anyone have any ideas about what could be causing this error message (when the authentication information is correct)? Maybe it’s an internal R error? I have tried restarting R, changing my authentication codes, but nothing seems to work. Any leads are greatly appreciated. Thanks!
if everything works ok in a different machine, i’d look at the network for issues - firewalls, wifi dropping etc.
system
closed
#3
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.