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 1

Bug in exception handling in Eikon python package

There is a bug in the Eikon python package version 1.1.8 for Python3 on line 151 in json_requests.py

except Exception as e:
    logger.error(f"HTTP request failed: {type(e).__name__}-{e.message}")

e.message was deprecated in Python2.6 and is not a member variable of the Exception class in Python3, can this be fixed?

Kind regards,
Alastair

eikoneikon-data-apipythonrefinitiv-dataplatform-eikonworkspaceworkspace-data-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.

Hello @alastair.white

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

<AHS>
Extending to await an update from development team via @jason.ramchandani

@jason.ramchandani

Do you have any update? Did you get any response from Pierre Faurel?

Upvotes
Accepted
39.4k 77 11 27

The issue is fixed in Eikon Data APIs library v1.1.10.

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
10.2k 18 6 9

@alastair.white thanks for your post - I have asked the dev team to comment on this - please bear with us.

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>

@jason.ramchandani do you have any updates from the development team?

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.