Error in data connection

Options

Hello, I am trying to run this example here (https://github.com/Refinitiv-API-Samples/Example.DataLibrary.Python/blob/main/Examples/2-Content/2.02-Pricing/EX-2.02.02-Pricing-StreamingWithDataFrame.ipynb) but I get error on rd.open_session(). When I open a session with the syntax in https://community.developers.refinitiv.com/questions/100836/what-function-is-equivalent-to-refinitiv-dataplatf.html?childToView=101007#answer-101007, it works, but then the commands to get the data don't work...

When I try on my Jupyter notebook to run the rd.open_session(), I get the following error. Thank you!

An error occurred while requesting URL('http://localhost:9000/api/status').
    ConnectError('[WinError 10061] No connection could be made because the target machine actively refused it')
An error occurred while requesting URL('http://localhost:9060/api/status').
    ConnectError('[WinError 10061] No connection could be made because the target machine actively refused it')
Error: no proxy address identified.
Check if Desktop is running.
An error occurred while requesting URL('http://localhost:9000/api/handshake').
    ConnectError('[WinError 10061] No connection could be made because the target machine actively refused it')

Best Answer

  • Jirapongse
    Jirapongse ✭✭✭✭✭
    Answer ✓

    @salih.gonullu

    According to the error message, the API was unable to connect to the Eikon or Workspace API proxy running on the local machine. The RD library with the desktop session retrieves data through the Eikon or Workspace API proxy running on the same machine.

    First, you need to make sure that the API proxy is running properly on the machine. Please refer to the Eikon Data API(Python) Troubleshooting article.



Answers