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 2 2 2

Error: no proxy address identified, and Error on handshake

I was trying to connect with eikon through my python 3.7.

The input was

import eikon as ek

ek.set_app_key('exxxxxxxxxxxxxxxxxxxxxxxxxxxefdb')

What i received is

2021-10-15 16:18:15,212 P[28524] [MainThread 35408] Error: no proxy address identified.

Check if Eikon Desktop or Eikon API Proxy is running.

2021-10-15 16:18:15,276 P[28524] [MainThread 35408] Error on handshake url http://127.0.0.1:None/api/handshake : TypeError("send() got an unexpected keyword argument 'timeout'")

2021-10-15 16:18:15,288 P[28524] [MainThread 35408] Error on handshake url http://127.0.0.1:None/api/handshake : TypeError("send() got an unexpected keyword argument 'timeout'")

2021-10-15 16:18:15,296 P[28524] [MainThread 35408] Port number was not identified, cannot send any request


Can anyone help me with this problem?

eikonhandshake
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.

@liyutian

Hi,

Thank you for your participation in the forum.

Are any of the replies below satisfactory in resolving your query?

If yes please click the 'Accept' text next to the most appropriate reply. This will guide all community members who have a similar question.

Otherwise please post again offering further insight into your 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
351 0 0 1

Hi @liyutian

try downgrading Eikon and httpx

pip install Eikon==1.1.6

pip install httpx==0.14.2

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
24.7k 54 17 14

Hello @liyutian

Additonally, you may check this Eikon Data API(Python) Troubleshooting article.

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 1

Hi @liyutian,

try this:

1. Go to "Choose Connection" in your apps1645301957914.png



2. Change "Automatic Connection Mode" to "Force Connection via the Internet". 1645302034992.png


3. Try connecting to Eikon API with your key again.


1645301957914.png (21.1 KiB)
1645302034992.png (61.8 KiB)
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.