I'm encountering an issue while trying to set up the Eikon API on my local machine using the web version of Eikon Codebook. I'm using the following code:
```python
import eikon as ek
ek.set_app_key('My App Key')
However, I'm receiving the following error:
ERROR:pyeikon:Error on handshake url http://localhost:9000/api/handshake : EikonError(1, 'Status code 400: App key is incorrect')
ERROR:pyeikon:Error on handshake url http://localhost:9000/api/handshake : EikonError(1, 'Status code 400: App key is incorrect')
ERROR:pyeikon:Port number was not identified, cannot send any request
I resorted to using the web version of Eikon Codebook because I encountered the same issue on my local machine while programming. I used the web version to rule out any problems specific to my computer.
Has anyone encountered a similar issue, or does anyone know how to resolve it
Thanks