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 fetch memory port 443 timed out #719

Closed
Rom1M opened this issue Jun 22, 2022 · 1 comment
Closed

Error in curl fetch memory port 443 timed out #719

Rom1M opened this issue Jun 22, 2022 · 1 comment

Comments

@Rom1M
Copy link

Rom1M commented Jun 22, 2022

Hi,
Could someone help me with the following issue:
When i run the code below, I get the error message :

Error in curl::curl_fetch_memory(url, handle = handle) :
Failed to connect to api.cryptowat.ch port 443: Timed out

Code:
install.packages('cryptowatchR')
library ('cryptowatchR')
my_url <- paste("https://api.cryptowat.ch/assets")
result <- httr::GET(my_url)

The weird thing is that I ran exactly the same code on Rstudio on my private laptop and I didn't face this issue. A colleague of mine who is using the same environment has no issue either.

Looking forward to your tips on this one,

Many thanks in advance

@hadley
Copy link
Member

hadley commented Oct 31, 2023

Probably either there's a proxy getting in your way or the server has blocked your IP address.

@hadley hadley closed this as completed Oct 31, 2023
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

2 participants