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')