Hi,
I have the following error when trying to access Eikon API using Python.
Error on handshake port 9060 : TimeoutException("TimeoutException on HTTP request: ReadTimeout('')")
My Python packages and applications related to Eikon are as follows.
Python packages:
- python 3.9.1
- eikon 1.1.8
Applications:
- Eikon Desktop 4.0.52055
- Eikon API Proxy 9.52.0.51
Also, setting environment variables are as follows because of using proxy server for the internet connection.
- HTTP_PROXY = http://username:password@proxyhost:port
- HTTPS_PROXY = http://username:password@proxyhost:port
- NO_PROXY = localhost,127.0.0.1
Can you help me?