Hi,
My Python packages and applications related to Eikon are as follows.
Python packages:
- python 3.10.1 and 3.9.1
- eikon 1.1.14
Applications:
- Eikon Desktop 4.0.56026
I have this error after set app key:
ek.set_app_key('****’)
2022-03-14 20:01:32,183 P[14720] [MainThread 10684] Error on handshake url http://127.0.0.1:9060/api/handshake : ReadTimeout('')
2022-03-14 20:01:32,184 P[14720] [MainThread 10684] Error on handshake url http://127.0.0.1:9060/api/handshake : ReadTimeout('')
2022-03-14 20:01:32,184 P[14720] [MainThread 10684] Port number was not identified, cannot send any request
I have seen your threads (thread1, thread2) but but none of the given solutions have helped me.
I can’t reach (error 504):
• curl -v telnet://apac1.apps.cp.thomsonreuters.com:80 -x http://user:pswd@proxy_host:port
• curl -v telnet:// http://127.0.0.1:9060/api/handshake -x http://user:pswd@proxy_host:port
I can’t open this localhost:
• http://localhost:9060/api/
• http://localhost:9000/ping?all
• http://localhost:9060/api/status
I reach:
curl -v telnet:/159.220.1.19:443 -x http://user:pswd@proxy_host:port
Finally, I tried to shut down my Eikon, clear cache, restart application and retry API call but I still have the same problem (see thread3 and article: Eikon Data API(Python) Troubleshooting | Refinitiv.)
Do I need to contact Refinitiv Helpdesk (thread4) or my Refinitiv Account Manager (thread5)?
Thanks for any help you can give me.