Hello,
I am currently receiving this error when I try to run my Eikon API today.
EikonError: Error code 503 | Server Error: API Proxy is not available
I have already read some previous responses over this issue, however, it did not help me as it seems that similar issues had not been resolved yet to other users.
I also have run this code:
- import eikon as ek
- import logging
- logger = logging.getLogger('pyeikon')
- logger.setLevel(5)
- ek.set_app_key(YOUR_APP_KEY)
and this is the output:
<Logger pyeikon (TRACE)>