-
-
Notifications
You must be signed in to change notification settings - Fork 39
Error: could not resolve host name ( Please help ) #227
Comments
Unfortunately, this isn't something I can help with, as it's most certainly a problem within your company network. The package calls https://api.omniture.com, but I believe there are up to 6 versions: https://api2.omniture.com, https://api3.omniture.com...https://api5.omniture.com. I have no idea about the answer to question 1, but if your IT is asking about that, then they must realize the problem is in their network. |
Hi @randyzwitch , I used the code below and fixed the host issue. Now I can use Rsitecatalyst to connect adobe ! #set http proxy due to company's firewall #curl https webpage |
Thanks for the update. Just to be clear, this is all you need right? library(curl)
companyproxy <- curl::ie_proxy_info()$Proxy
Sys.setenv(http_proxy=companyproxy)
Sys.setenv(https_proxy=companyproxy) If so, I can add this to the RSiteCatalyst documentation, so that others can benefit. |
Hi @randyzwitch I have tried in my colleague's computer. Regards |
Hi,
I have tried to use this package on my own computer and it works fine.
But when I try to use it within the company network. It give me the error :
error in curl . Couldn't resolve host name.
I have asked IT team to looked into this problem. But they can not find what caused the error.
Can you please answer few questions raised by them ?
Many thanks !
The text was updated successfully, but these errors were encountered: