For a deeper look into our Eikon Data API, look into:
Overview | Quickstart | Documentation | Downloads | Tutorials | Articles
Code (in C#) has been running successfully each working day since July 2020. Today I had to recreate my Windows User Profile and now my code won't run. Any ideas?
Full error message is: "InternalServerError: No connection could be made because the target machine actively refused it 127.0.0.1:36036"
Please note:
You can verify if the API Proxy is running by accessing the following URLs via a web browser.
The output looks like this:
If you can access those URLs, you can specify the TPC port used by the Eikon Data API .NET by using the following code.
eikon.SetPort(9060);
Thanks @Jirapongse
When I click on either of those links I get '127.0.0.1 refused to connect. '
i have the same problem. I tested both
and they are fine.
But still see
No connection could be made because the target machine actively refused it 127.0.0.1:36036
How to solve the problem?
Hi @m.ward and @smajumdar1
Can you please try restarting your machine and Eikon Data API then retry running the code again and please tell us if the issue still persists?