I'm using the Eikon APY through Pycharm and usually everything works fine but for some reason the API doesn't run anymore, which is strange because Eikon is up and running, up-to-date version of both Workspace (desktop) and Pycharm...? 2023-04-28 16:34:11,301 P[13324] [MainThread 3328] Session loop was set to current event loop <ProactorEventLoop running=False closed=False debug=False> 2023-04-28 16:34:11,302 P[13324] [MainThread 3328] Warning: file .portInUse was not found. Try to fallback to default port number. 2023-04-28 16:34:11,303 P[13324] [MainThread 3328] Try defaulting to port 9000... 2023-04-28 16:34:11,310 P[13324] [MainThread 3328] Error on checking port 9000 : ConnectionError(gaierror(11001, 'getaddrinfo failed')) 2023-04-28 16:34:11,310 P[13324] [MainThread 3328] Try defaulting to port 36036... 2023-04-28 16:34:11,312 P[13324] [MainThread 3328] Error on checking port 36036 : ConnectionError(gaierror(11001, 'getaddrinfo failed')) 2023-04-28 16:34:11,313 P[13324] [MainThread 3328] Error: no proxy address identified. Check if Eikon Desktop or Eikon API Proxy is running. 2023-04-28 16:34:11,313 P[13324] [MainThread 3328] Port number was not identified, cannot send any request 2023-04-28 16:34:11,313 P[13324] [MainThread 3328] Port number was not identified. Check if Eikon Desktop or Eikon API Proxy is running. Traceback (most recent call last): File "C:\Users\[].py", line 14, in <module> ek.set_app_key('key') File "C:\Users\[].py", line 39, in set_app_key get_profile().set_app_key(app_key) File "C:\Users\[].py", line 239, in set_app_key self.check_profile() File "C:\Users\[].py", line 371, in check_profile raise EikonError(-1, 'Port number was not identified. Check if Eikon Desktop or Eikon API Proxy is running.') eikon.eikonError.EikonError: Error code -1 | Port number was not identified. Check if Eikon Desktop or Eikon API Proxy is running. Process finished with exit code 1