You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: