Hello,
Could you please help with the following error codes?
I use a PC and Eikon Desktop, logged in and running, however python scrips spit an error.
It started after I downloaded and used API Proxy for Mac on the weekend.
pip install --upgrade --force-reinstall requests pip install --upgrade --force-reinstall idna
Didn't help.
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 0x0000000009A69320>: Failed to establish a new connection: [WinError 10061] No connection could be made because the target machine actively refused it')) 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 0x0000000009A69710>: Failed to establish a new connection: [WinError 10061] No connection could be made because the target machine actively refused it')) 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 0x0000000009A69C88>: Failed to establish a new connection: [WinError 10061] No connection could be made because the target machine actively refused it')) 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.
...
raise EikonError(-1, 'Port number was not identified. Check if Eikon Desktop or Eikon API Proxy is running.') NameError: name 'EikonError' is not defined
Kind regards,
Dmitry