Hi,
when I try to connect to eikon via the api to run a `get_timeseries()`
I get the below error.. I have my eikon up and running and the app_key enabled, so not sure what's causing this issue.
=========================================================
2022-10-25 10:41:02,524 P[23332] [MainThread 6760] Send GET request to http://127.0.0.1:9060/api/status to detect API Proxy...
2022-10-25 10:41:02,525 P[23332] [MainThread 6760] Request to http://127.0.0.1:9060/api/status
headers = {'x-tr-applicationid': '2580e18557624af8a1ab810fc5012449982e0407'}
params = None
2022-10-25 10:41:02,525 P[23332] [MainThread 6760] HTTP request failed: TypeError("send() got an unexpected keyword argument 'timeout'")
2022-10-25 10:41:02,525 P[23332] [MainThread 6760] Error on checking proxy url http://127.0.0.1:9060/api/status : TypeError("send() got an unexpected keyword argument 'timeout'")
2022-10-25 10:41:02,525 P[23332] [MainThread 6760] Warning: file .portInUse was not found. Try to fallback to default port number.
2022-10-25 10:41:02,525 P[23332] [MainThread 6760] Try defaulting to port 9000...
2022-10-25 10:41:02,525 P[23332] [MainThread 6760] Send GET request to http://127.0.0.1:9000/api/status to detect API Proxy...
2022-10-25 10:41:02,525 P[23332] [MainThread 6760] Request to http://127.0.0.1:9000/api/status
headers = {'x-tr-applicationid': '2580e18557624af8a1ab810fc5012449982e0407'}
params = None