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

Eikon Data API session hanging

I got a very strange problem running Eikon Data API application.

The session hangs at specific time at 12:00am. 10:00am, 12:00pm (Sydney time zone). and the session is blocked from that point.

The requests sent in these periods are normal, and they worked fine after session was restarted


The API error logs showing error like this

[2022-07-22 10:00:34,204;s] - [ERROR] - [_check_server_error] - Backend error. 400 Bad Request

[2022-07-22 10:00:34,220;s] - [ERROR] - [send_json_request] - HTTP request failed: EikonError-Backend error. 400 Bad Request

[2022-07-22 10:00:47,221;s] - [ERROR] - [send_json_request] - HTTP request failed: Set changed size during iteration

[2022-07-22 10:00:48,583;s] - [ERROR] - [send_json_request] - HTTP request failed: Set changed size during iteration

[2022-07-22 10:00:50,083;s] - [ERROR] - [_check_server_error] - Backend error. 400 Bad Request

[2022-07-22 10:00:50,101;s] - [ERROR] - [send_json_request] - HTTP request failed: EikonError-Backend error. 400 Bad Request

[2022-07-22 10:00:51,911;s] - [ERROR] - [_check_server_error] - Backend error. 400 Bad Request

[2022-07-22 10:00:51,911;s] - [ERROR] - [send_json_request] - HTTP request failed: EikonError-Backend error. 400 Bad Request


When session is blocked, the response from API shows error like this


2022-07-18 13:15:33,372 - qykit.eikondata - ERROR - eikon data api request get_data failed: Error code 401 | Eikon Proxy not running or cannot be reached. Please read the documentation on troubleshooting

2022-07-18 13:15:34,389 - qykit.eikondata - ERROR - eikon data api request get_data failed: Error code 401 | Eikon Proxy not running or cannot be reached. Please read the documentation on troubleshooting



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

Hi @jason.huang ,

Is the issue still persist? If so, could you please provide the information below requested by the support team in case number 11470349?

When did the issue start? Was it working before?
Is the issue random or happening all the time?
Versions of Python, Eikon desktop and library
You can run this code to check the Eikon API version.
import eikon as ek
print(ek.__version__)
Also, please share us your code in .txt file for us to check with our Dev team.
If you're currently using Eikon Library Version 1.1.15 please downgrade to httpx version 1.14.2 using the following commands.
-pip install httpx==1.14.2 (if you are an admin)
-pip install https==1.14.2 --user (otherwise)

Thanks.
AHS

Upvotes
14.1k 30 5 10

Hi @jason.huang ,

May I ask if you use the script to restart Eikon Desktop during the time that the error occurs?

as I saw the question posted here and the error 'Error code 401 | Eikon Proxy not running or cannot be reached. Please read the documentation on troubleshooting', the suggestion for this error was suggested by my colleague as below.


Double-check that you are running your python code on the same physical machine where your Eikon/Workspace is running. Eikon proxy is part of your desktop.

See Eikon Data API Quick Start guide for Windows on how to create your valid API Key.

If the issue persists, review article Eikon Data API(Python) Troubleshooting | Refinitiv for the steps to troubleshoot.

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.

I restart the Eikon at midnight 12:00am. It is up for the whole day. And the python app on Eikon Data API is running on same host, and it works fine to retrieve data other than these several specific time.


If the API key is invalid, it won't work at all. Not my case

hi @jason.huang ,

I apologize for the error you've found, case number 11470349 was raised on your behalf and the support team is going to contact you directly for the investigation of this technical issue.

Upvotes
4.8k 13 2 7

I have learned that the case is resolved with the following answer:

Advised to downgrade to httpx version 1.14.2 using the following commands.
-pip install httpx==1.14.2 (if you are an admin)
-pip install https==1.14.2 --user (otherwise)

Could you please accept if the issue is resolved, otherwise post another question if the issue still exists.

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.

Dear @jason.huang


Please be informed that a reply has been verified as correct from the case 11470349, thus closing the thread.


Thanks,


AHS

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.