Hello,
I use AWS and got the error message when run the python code:
import eikon as ek
print (ek.__version__)
ek.set_app_key("73c")
Error message:
2024-04-23 15:26:44,018 P[2056] [MainThread 20712] Error on handshake url http://127.0.0.1:9060/api/handshake : EikonError(1, 'Status code 400: App key is incorrect')
1.1.18
2024-04-23 15:26:44,022 P[2056] [MainThread 20712] Error on handshake url http://127.0.0.1:9060/api/handshake : EikonError(1, 'Status code 400: App key is incorrect')
2024-04-23 15:26:44,023 P[2056] [MainThread 20712] Port number was not identified, cannot send any request
Eikon proxy was checked:
{
"statusCode": "ST_PROXY_READY",
"version": "3.3.11-eikon4"
}
Could unybody help to figure out in the issue?