I have the following error when pull data using Python API:
Error code 500 | Server Error: {"code":500,"message":"connect ETIMEDOUT 159.220.1.19:443","statusMessage":"Internal Server Error"}
I tried:
ek.set_app_key(APP_KEY) state = ek.get_desktop_session().get_open_state(); Error on handshake port 9060 : TimeoutException("TimeoutException on HTTP request: ReadTimeout('')")
http://localhost:9060/api/ {"code":500,"message":"Cannot find module \".\"","statusMessage":"Internal Server Error"}
http://localhost:9000/ping?all {"port":9000,"mode":"eikon4","pid":29100,"hasSecure":true,"startedTime":"Mon Dec 14 2020 09:52:30 GMT+0000 (GMT Standard Time)","subApps":[{"path":"/heap"},{"path":"/ping"},{"path":"/sxs","data":{"hasSecure":true,"sxsApps":{}}},{"path":"/api"},{"path":"/sxs/v1/services/messenger"}]}
http://localhost:9060/api/status "statusCode":"ST_PROXY_READY","version":"2.6.4"
Name: eikon Version: 1.1.8 Summary: Python package for retrieving Eikon data. Home-page: https://developers.refinitiv.com/eikon-apis/eikon-data-api Author: REFINITIV Author-email: UNKNOWN License: Apache 2.0 Location: c:\users\xuewe614\appdata\roaming\python\python37\site-packages Requires: nest-asyncio, numpy, appdirs, python-dateutil, httpx, datetime, websocket-client, pandas, deprecation Required-by: Note: you may need to restart the kernel to use updated packages.
Please let me know how to fix this issue.