Hello,
I am facing error below, it was working ok last week.
python version: 3.11.5
eikon desktop: 4.0.54
ek version: 1.1.18
ek.set_app_key(EIKON_KEY)
2025-03-10 16:33:03,902 P[30228] [MainThread 6100] Error on handshake url http://127.0.0.1:9060/api/handshake : ReadTimeout('')
2025-03-10 16:33:03,902 P[30228] [MainThread 6100] Error on handshake url http://127.0.0.1:9060/api/handshake : ReadTimeout('')
2025-03-10 16:33:03,902 P[30228] [MainThread 6100] Port number was not identified, cannot send any request
I have done - clear cache, restart PC, restart EIKON.
"localhost:9001/ping?all" doesn't work though.
IN SxSxxxxxx file, it seems correct to me
[2025-03-10 16:30:07.026|1|api-svc|1|INFO] Start server...
[2025-03-10 16:30:07.026|1|api-svc|2|DEBUG] onStarted: 9000
[2025-03-10 16:30:07.026|1|api-svc|1|INFO] Listening to port=9000
[2025-03-10 16:30:07.853|1|data-api|1|INFO] API Proxy is available on port 9060. Start redirecting /api/* requests
[2025-03-10 16:30:08.468|1|sxs-api|3|DEBUG] [event] onMclEvents
[2025-03-10 16:30:11.679|1|api-svc|0|WARN] Error: messenger not found.
[2025-03-10 16:30:11.682|1|sxs-api|3|DEBUG] [ws] Create endpoint=/sxs/v1/services/messenger
please advise what I could do to fix issue?