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

Error when setting up key

As i was trying to set up key for eikon, this error shows up, could you help me solve it? Thank you so much!

1635460775931.png

eikoneikon-data-apiapp-key
1635460775931.png (64.0 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.

Hello @An.T.Nguyen

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

1 Answer

· Write an Answer
Upvotes
Accepted
79.1k 250 52 74

@An.T.Nguyen

I assumed that you are using the httpx version 0.20.0.

I got the same error when using the Eikon Data API with the httpx 0.20.0.

Please downgrade the version of the httpx to 0.19.0

 pip install httpx==0.19.0

You can verify the httpx version by using the following command.

C:\>pip show httpx
Name: httpx
Version: 0.19.0
Summary: The next generation HTTP client.
Home-page: https://github.com/encode/httpx
Author: Tom Christie
Author-email: tom@tomchristie.com
License: BSD
Location: c:\python37\lib\site-packages
Requires: rfc3986, charset-normalizer, httpcore, sniffio, certifi
Required-by: refinitiv-dataplatform, eikon
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.