Started today. Here is the console output:
2020-09-03 14:13:42,198 pyeikon INFO Set App Key: None
2020-09-03 14:13:46,247 pyeikon INFO Response : 500 - {"code":500,"message":"Cannot find module \".\"","statusMessage":"Internal Server Error"}
2020-09-03 14:13:46,247 pyeikon INFO Port 9000 was retrieved from .portInUse file
2020-09-03 14:13:46,247 pyeikon INFO Try to handshake on url http://localhost:9000/api/handshake...
2020-09-03 14:13:46,258 pyeikon INFO Response : 400 - Handshake payload is invalid.
2020-09-03 14:13:46,259 pyeikon INFO Set Proxy port number to 9000
2020-09-03 14:13:50,287 pyeikon INFO Checking port 9000 response : 500 - {"code":500,"message":"Cannot find module \".\"","statusMessage":"Internal Server Error"}
2020-09-03 14:13:50,287 pyeikon INFO Port 9000 was retrieved from .portInUse file
2020-09-03 14:13:50,287 pyeikon INFO Try to handshake on url http://localhost:9000/api/handshake...
2020-09-03 14:13:50,529 pyeikon INFO Response : 500 - {"code":500,"message":"unable to get local issuer certificate","statusMessage":"Internal Server Error"}
2020-09-03 14:13:50,529 pyeikon INFO Application ID: ***
2020-09-03 14:13:50,529 pyeikon INFO Port 9000 on local proxy was detected
2020-09-03 14:13:50,530 pyeikon INFO Set timeout to 600 seconds
2020-09-03 14:13:50,726 pyeikon ERROR Error code 500 | Server Error: {"code":500,"message":"unable to get local issuer certificate","statusMessage":"Internal Server Error"}
http://localhost:9000/ping?all output:
{"port":9000,"mode":"eikon4","pid":12480,"hasSecure":true,"startedTime":"Thu Sep 03 2020 14:01:55 GMT+0300 (Russia TZ 2 Standard Time)","subApps":[{"path":"/heap"},{"path":"/ping"},{"path":"/sxs","data":{"hasSecure":true,"sxsApps":{}}},{"path":"/api"},{"path":"/sxs/v1/services/messenger"}]}
Already tried to clean Eikon cache and to reboot PC with no success.
I'm siting behind the corporate firewall.
----
Tried to run with the clean virtualenv and latest Eikon. It doesn't find the .portInUse (while 1.1.2 version finds them, see the log above):
Python 3.8.5 (tags/v3.8.5:580fbb0, Jul 20 2020, 15:57:54) [MSC v.1924 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import eikon as ek
>>> ek.__version__
'1.1.5'
2020-09-03 15:44:06,162 pyeikon INFO Timeout on checking port 9060
2020-09-03 15:44:06,163 pyeikon INFO Warning: file .portInUse was not found. Try to fallback to default port number.
2020-09-03 15:44:06,166 pyeikon INFO Try defaulting to port 9000...
2020-09-03 15:44:16,170 pyeikon INFO Timeout on checking port 9000
2020-09-03 15:44:16,171 pyeikon INFO Try defaulting to port 36036...