Hello
I get this error message when trying to connect to server from R. Any ideas what is wrong ?
Thanks
> library(eikonapir)
> eikonapir::set_proxy_port(9000L) #
port 9000L is for windows – for mac please use port 36036L
> eikonapir::set_app_id("xxxxxxxxxxxxxxxxxxxxxxxxxx")
> result <-
get_symbology(list("MSFT.O", "GOOG.O",
"IBM.N"),"RIC",list("ISIN"),raw_ouput =
FALSE,debug=FALSE)
Error in curl::curl_fetch_memory(url,
handle = handle) : Failed to connect to localhost port
9000: Connection refused