I have set my proxies and gone through the troubleshooting article: https://developers.lseg.com/en/article-catalog/article/eikon-data-api-python-troubleshooting-refinitiv?secureweb=RefinitivWorkspace
I still can't figure out what is the issue here and I'm already on my second app key
Here are some further logs:
2025-06-09 11:37:37,974 P[23400] [MainThread 23428] Reset a Desktop session with new app_key
2025-06-09 11:37:37,979 P[23400] [MainThread 23428] Send GET request to http://127.0.0.1:9007/api/status to detect API Proxy...
2025-06-09 11:37:37,980 P[23400] [MainThread 23428] Request to http://127.0.0.1:9007/api/statusheaders = {'x-tr-applicationid': '<APP_KEY>'}params = None
2025-06-09 11:37:38,692 P[23400] [MainThread 23428] HTTP request failed: ConnectError('[SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:1028)')
2025-06-09 11:37:38,693 P[23400] [MainThread 23428] Error on checking proxy url http://127.0.0.1:9007/api/status : ConnectError('[SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:1028)'
2025-06-09 11:37:38,694 P[23400] [MainThread 23428] Retrieved port 9007 value from .portIntUse isn't valid.
2025-06-09 11:37:38,695 P[23400] [MainThread 23428] Warning: file .portInUse was not found. Try to fallback to default port number.
2025-06-09 11:37:38,696 P[23400] [MainThread 23428] Try defaulting to port 9000...
2025-06-09 11:37:38,697 P[23400] [MainThread 23428] Send GET request to http://127.0.0.1:9000/api/status to detect API Proxy...
2025-06-09 11:37:38,698 P[23400] [MainThread 23428] Request to http://127.0.0.1:9000/api/statusheaders = {'x-tr-applicationid': <API_KEY>'}params = None
and Eventually:
2025-06-09 11:37:40,129 P[23400] [MainThread 23428] Default proxy port #9060 failed...
2025-06-09 11:37:40,136 P[23400] [MainThread 23428] Port number was not identified, cannot send any request
2025-06-09 11:37:40,138 P[23400] [MainThread 23428] Received notification for closed streaming session 0
2025-06-09 11:37:40,139 P[23400] [MainThread 23428] Received notification for closed streaming session 0
2025-06-09 11:37:40,141 P[23400] [MainThread 23428] Init a Desktop session with new app_key
FYI:
http://127.0.0.1:9007/api/status is shows me this:
{"statusCode":"ST_PROXY_READY","version":"3.11.0"}
So I know 9007 is the correct port it should be connecting to