When I tried to connect eikon api, I got connection Error as below. I can be sure the eikon desktop

C:\ProgramData\Anaconda3\lib\site-packages\ipykernel_launcher.py:19: DeprecatedWarning: set_app_id is deprecated as of 0.1.12 and will be removed in 1.1.0. Use set_app_key function instead

Error on checking port 9000 : HTTPConnectionPool(host='localhost', port=9000): Max retries exceeded with url: /api/v1/data (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x00000091D849F780>: Failed to establish a new connection: [WinError 10061] 由于目标计算机积极拒绝,无法连接。'))
Error on checking port 36036 : HTTPConnectionPool(host='localhost', port=36036): Max retries exceeded with url: /api/v1/data (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x00000091D849FD68>: Failed to establish a new connection: [WinError 10061] 由于目标计算机积极拒绝,无法连接。'))
Error on handshake port None : Failed to parse: localhost:None
Port number was not identified.
Check if Eikon Desktop or Eikon API Proxy is running.

Best Answer