Hi everyone,
I used to be able to run scripts without errors, but lately have an issue with setting the app key. In particular I get the following error logging message:
2020-04-29 18:10:05,511 P[76044] [MainThread 76048] Response : 500 - {"code":500,"message":"Cannot find module \".\"","statusMessage":"Internal Server Error"}
2020-04-29 18:10:05,512 P[76044] [MainThread 76048] Port 9000 was retrieved from .portInUse file
2020-04-29 18:10:05,513 P[76044] [MainThread 76048] Try to handshake on url http://localhost:9000/api/handshake...
2020-04-29 18:10:05,517 P[76044] [MainThread 76048] Response : 400 - Handshake payload is invalid.
2020-04-29 18:10:05,518 P[76044] [MainThread 76048] Set Proxy port number to 9000
The according error message is:
return super(DesktopSession, self).close()
TypeError: super(type, obj): obj must be an instance or subtype of type
My Eikon app is open and I did not change any of my python environments since last my last use. I am using eikon 1.1.2.
Thanks in advance for your answer!