Hi! I am trying to develop a Python script to get the GPS position of ships from Eikon. I already have an API key, and the problem I am facing when running it is the following:
Check if Eikon Desktop or Eikon API Proxy is running.
2024-12-26 08:51:57,091 P[21284] [MainThread 27348] Error on handshake url http://127.0.0.1:None/api/handshake : InvalidURL("Invalid port: 'None'")2024-12-26 08:51:57,091 P[21284] [MainThread 27348] Error on handshake url http://127.0.0.1:None/api/handshake : InvalidURL("Invalid port: 'None'")2024-12-26 08:51:57,091 P[21284] [MainThread 27348] Port number was not identified, cannot send any request
2024-12-26 08:51:57,092 P[21284] [MainThread 27348] HTTP request failed: Invalid port: 'None'
Eikon desktop is working fine. Do you know how to solve this issue?
Thanks in advance!
Pablo