Error on handshake port 9060 : TimeoutException

Hi, I'm facing an error while trying to use the Eikon API with Python: 021-01-25 09:50:58,021 P[2648] [MainThread 15368] Port 9060 was retrieved from .portInUse file 2021-01-25 09:50:58,022 P[2648] [MainThread 15368] Try to handshake on url http://127.0.0.1:9060/api/handshake... 2021-01-25 09:50:58,024 P[2648] [MainThread 15368] Request to http://127.0.0.1:9060/api/handshake headers = {'Content-Type': 'application/json', 'x-tr-applicationid': '52147867362a47a78287a31c5a9bd559e24e4ade'} params = None 2021-01-25 09:51:13,028 P[2648] [MainThread 15368] TimeoutException on HTTP request: ReadTimeout('') 2021-01-25 09:51:13,029 P[2648] [MainThread 15368] Error on handshake port 9060 : TimeoutException("TimeoutException on HTTP request: ReadTimeout('')")

Best Answer

  • Ok, just to give you give some follow up on my situation.

    A Refinitiv support case was opened to investigate my issue further. Some changes actually needed to be performed on my profile, on Refinitiv side.

    Now the API is working just fine. Thanks!


Answers