Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in curl::curl_fetch_memory(url, handle = handle) : Send failure: Connection was reset #15

Open
endinem opened this issue Nov 28, 2019 · 0 comments

Comments

@endinem
Copy link

endinem commented Nov 28, 2019

hi. I have a quick question. I have a FOR cycle in R to query certain stocks data through the package and when I run it, it goes well for a while but at a quite random place I get the following error msg: Error in curl::curl_fetch_memory(url, handle = handle) : Send failure: Connection was reset.

that's my code basically:
for (i in 1:N){

daily_data<-av_get(symbol = mysymbol_list[i,1]), av_fun = "TIME_SERIES_DAILY", outputsize = "full")
}

not sure whether it is an internet connection problem or server or what.
Any help appreciated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant