Connection error when trying to initiate Domo using R

user05966
user05966 Member
edited March 2023 in R & Python Tiles

Hi,

 

I am trying to initiate Domo from R using the DomoR package. Below is my code -

 

 

library(DomoR)

DomoR::init('my_company', "aaa51e07b27d5d8828517xxxxxxxxxxxxxxxxxf90f4")

 

 

With this code, I failed to initiate and got below error -

Error in curl::curl_fetch_memory(url, handle = handle) :
Timeout was reached: [s3.amazonaws.com] Connection timed out after 10001 milliseconds

 

My local computer, which is a GCP instance, doesnt have active internet connection due to security reason. Can you please help on how to tackle this?

 

Any pointer will be highly appreciated.

 

Thanks,

Comments

  • You really can't do much without an internet connection. It's required to communicate and authenticate with your domo instance.

    **Was this post helpful? Click Agree or Like below**
    **Did this solve your problem? Accept it as a solution!**