Hello everyone,
I've been using the Eikon API with Python in the past, especially for downloading Company Fundamentals. However, in recent days I've been encountering connection issues. Here's the specific error I've been getting:
2023-10-13 10:43:00,004 P[23252] [MainThread 22548] Error: no proxy address identified. Check if Eikon Desktop or Eikon API Proxy is running.
2023-10-13 10:43:00,005 P[23252] [MainThread 22548] Port number was not identified, cannot send any request.
2023-10-13 10:43:00,006 P[23252] [MainThread 22548] Port number was not identified. Check if Eikon Desktop or Eikon API Proxy is running.
In the past, I was able to solve the issue by clearing the cache, but this approach isn't working anymore. Has anyone experienced something similar or has suggestions for troubleshooting?
Thanks in advance for your help!