Upgrade from Eikon -> Workspace. Learn about programming differences.

For a deeper look into our Eikon Data API, look into:

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
1 0 0 0

help with connection error

Hi,

We saw the following error in the log of a python client and wondering what may have caused this issue.

Thanks

---------------------------------------------

2023-03-17 18:00:06,363 Send GET request to http://127.0.0.1:9060/api/status to detect API Proxy...
2023-03-17 18:00:06,363 Request to http://127.0.0.1:9060/api/status
headers = {'x-tr-applicationid': 'REMOVED'}
params = None
2023-03-17 18:00:08,475 Error on checking port 9060 : ConnectError('All connection attempts failed')
2023-03-17 18:00:08,475 Warning: file .portInUse was not found. Try to fallback to default port number.
2023-03-17 18:00:08,475 Try defaulting to port 9000...
2023-03-17 18:00:08,476 Send GET request to http://127.0.0.1:9000/api/status to detect API Proxy...
2023-03-17 18:00:08,476 Request to http://127.0.0.1:9000/api/status
headers = {'x-tr-applicationid': 'REMOVED'}
params = None"
2023-03-17 18:00:10,517 Error on checking port 9000 : ConnectError('All connection attempts failed')

#technology#productpython api
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Hi @cliyanaarachchi ,

Thank you for your participation in the forum. Is the reply below satisfactory in resolving your query?

If so please can you click the 'Accept' text next to the appropriate reply? This will guide all community members who have a similar question.

Thanks,

AHS

Please be informed that a reply has been verified as correct in answering the question, and has been marked as such.

Thanks,
AHS

Upvotes
Accepted
78.8k 250 52 74

@cliyanaarachchi

Thanks for reaching out to us.

First, you need to make sure the Eikon API Proxy or Workspace is running properly. Then, you need to upgrade to the latest version of Eikon Data API (https://pypi.org/project/eikon/).

You can refer to the Eikon Data API and Refinitiv Data Library - Troubleshooting article that explains how to verify what the problem is.

I hope that this information is of help.

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Upvotes
1 0 0 0

Hi, Thanks for the reply. This app works ok most of the time, and the error above occurs occasionally. So, could you pl. elaborate how to "make sure the Eikon API Proxy or Workspace is running properly"?

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.