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

got a 400 error when running set_app_key in jupyterlab instead of codebook

I got a 400 error when running set_app_key in jupyterlab instead of codebook.


The key works well in codebook.


2022-12-12 13:27:20,774 P[19800] [MainThread 19804] Error on handshake url http://127.0.0.1:9060/api/handshake : EikonError(1, 'Status code 400: App key is incorrect')
2022-12-12 13:27:20,775 P[19800] [MainThread 19804] Error on handshake url http://127.0.0.1:9060/api/handshake : EikonError(1, 'Status code 400: App key is incorrect')
2022-12-12 13:27:20,776 P[19800] [MainThread 19804] Port number was not identified, cannot send any request




eikon#technology
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.

<AHS>

Case number 11980347 is in progress, extend the triage

Hi @rayr.hou ,

as checked in the support ticket, the support team has provided you with the resolution already hence, I'm closing this thread. If there's any issue occurs, please start a new question.

Thanks,
AHS

Upvotes
Accepted
14.2k 30 5 10

Please be informed that the resolution posted in the support ticket is as the below

Even though the HTTP request is directed to the localhost, your HTTP proxy intercepts it. After intercepting the request, the proxy returns the request to your machine, but now to Eikon API Proxy, the request appears as coming from a remote machine (as it comes from the IP address of the HTTP proxy). Eikon API Proxy rejects the request with the error message that you've seen because it only allows requests coming from the same machine.

The client need to configure proxy settings to allow HTTP requests directed to the localhost to not be intercepted by your HTTP proxy 
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.

I still do not figure it out. I found my URL is http://localhost:9001/api/. If someone knows how to fix it?

and the error shows

ERROR:pyeikon:Error on handshake url http://localhost:9000/api/handshake : EikonError(1, 'Status code 400: App key is incorrect')
Upvotes
4.9k 16 2 7

Hi @rayr.hou ,


To access Eikon Data API via Jupyter Notebook, you need to connect to the API using the APP key. APP key can be generated via APPKEY Generator app (type APPKEY in Search box) within Eikon/Workspace.

After you have an API key you can connect to the API using the query below

import eikon as ek
ek.set_app_key("YOUR APP KEY")


In the example above I have put the APP key directly in the code, however for security purposes you may want to read the APP key from a local txt file, config file or an environment file.


Hope this helps, please let me know if you have any further questions.


Best regards,

Haykaz

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

Hi Haykaz,


I ran the same code you provided with my APP key.


The errors are shown as below

2022-12-12 13:27:20,774 P[19800] [MainThread 19804] Error on handshake url http://127.0.0.1:9060/api/handshake : EikonError(1, 'Status code 400: App key is incorrect')
2022-12-12 13:27:20,775 P[19800] [MainThread 19804] Error on handshake url http://127.0.0.1:9060/api/handshake : EikonError(1, 'Status code 400: App key is incorrect')
2022-12-12 13:27:20,776 P[19800] [MainThread 19804] Port number was not identified, cannot send any request


I can confirm the app key is correct as it runs perfectly in codebook



[ ]:





 
               






  • Untitled.ipynb



  • Untitled1.ipynb




  • Untitled1.ipynb




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
4.9k 16 2 7

Hi @rayr.hou ,


Do you have eikon/workspace running on the background? It should be open to connect to Eikon API via the desktop session.


Best regards,

Haykaz

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.

yes, I have eikon running on the background. I am working on the VPN machine for your information


And do you have API Key active in APPKEY generator app like this?

screenshot-2022-12-12-at-182428.png

yes, I do.
I have created a support ticket on behalf of you to verify your APP key. The Eikon team will connect you for the details.

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.