eikon.JPG
Hello, i am trying to set up the API eikon on Python (i am using Jupyter) but after looking all similar threads in this forum, it is impossible to find a solution. I have already my key, my desktop app is running and still, when i try to set the key on Python, it returns me an error :
2022-08-18 13:12:27,643 P[1477] [MainThread 140560821065536] Error: no proxy address identified.
Check if Eikon Desktop or Eikon API Proxy is running.
2022-08-18 13:12:27,647 P[1477] [MainThread 140560821065536] Error on handshake url http://127.0.0.1:None/api/handshake : UnsupportedProtocol("Request URL is missing an 'http://'; or 'https://'; protocol.")
2022-08-18 13:12:27,648 P[1477] [MainThread 140560821065536] Error on handshake url http://127.0.0.1:None/api/handshake : UnsupportedProtocol("Request URL is missing an 'http://'; or 'https://'; protocol.")
2022-08-18 13:12:27,648 P[1477] [MainThread 140560821065536] Port number was not identified, cannot send any request
Could you help me ?
Thanks for your time.