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
22 0 1 4

Eikon python API not working

I'm using the Eikon APY through Pycharm and usually everything works fine but for some reason the API doesn't run anymore, which is strange because Eikon is up and running, up-to-date version of both Workspace (desktop) and Pycharm...?

2023-04-28 16:34:11,301 P[13324] [MainThread 3328] Session loop was set to current event loop <ProactorEventLoop running=False closed=False debug=False>
2023-04-28 16:34:11,302 P[13324] [MainThread 3328] Warning: file .portInUse was not found. Try to fallback to default port number.
2023-04-28 16:34:11,303 P[13324] [MainThread 3328] Try defaulting to port 9000...
2023-04-28 16:34:11,310 P[13324] [MainThread 3328] Error on checking port 9000 : ConnectionError(gaierror(11001, 'getaddrinfo failed'))
2023-04-28 16:34:11,310 P[13324] [MainThread 3328] Try defaulting to port 36036...
2023-04-28 16:34:11,312 P[13324] [MainThread 3328] Error on checking port 36036 : ConnectionError(gaierror(11001, 'getaddrinfo failed'))
2023-04-28 16:34:11,313 P[13324] [MainThread 3328] Error: no proxy address identified.
Check if Eikon Desktop or Eikon API Proxy is running.
2023-04-28 16:34:11,313 P[13324] [MainThread 3328] Port number was not identified, cannot send any request
2023-04-28 16:34:11,313 P[13324] [MainThread 3328] Port number was not identified.
Check if Eikon Desktop or Eikon API Proxy is running.
Traceback (most recent call last):
  File "C:\Users\[].py", line 14, in <module>
    ek.set_app_key('key')
  File "C:\Users\[].py", line 39, in set_app_key
    get_profile().set_app_key(app_key)
  File "C:\Users\[].py", line 239, in set_app_key
    self.check_profile()
  File "C:\Users\[].py", line 371, in check_profile
    raise EikonError(-1, 'Port number was not identified. Check if Eikon Desktop or Eikon API Proxy is running.')
eikon.eikonError.EikonError: Error code -1 | Port number was not identified. Check if Eikon Desktop or Eikon API Proxy is running.

Process finished with exit code 1
python#technologyapiconnection
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.

Upvote
Accepted
79.7k 257 52 74

@christophe01

Thanks for reaching out to us.

It may relate to the following errors:

...
2023-04-28 16:34:11,303 P[13324] [MainThread 3328] Try defaulting to port 9000...
2023-04-28 16:34:11,310 P[13324] [MainThread 3328] Error on checking port 9000 : ConnectionError(gaierror(11001, 'getaddrinfo failed'))
2023-04-28 16:34:11,310 P[13324] [MainThread 3328] Try defaulting to port 36036...
2023-04-28 16:34:11,312 P[13324] [MainThread 3328] Error on checking port 36036 : ConnectionError(gaierror(11001, 'getaddrinfo failed'))
...

It looks like this it was unable to resolve the localhost (127.0.0.1) address. According to these errors, you may need to verify the network settings, such as security software, firewall, or proxy settings.

You can also refer to the Eikon Data API and Refinitiv Data Library - Troubleshooting article to make sure that the Eikon Desktop or Refinitiv Workspace is running properly.

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
22 0 1 4

Thank you for the answer. I hadn't considered our firewall settings :)

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.