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')
![1691690465238.png](https://us.v-cdn.net/6038239/uploads/attachments/18740-1691690465238.png)
![1691692213985.png](https://us.v-cdn.net/6038239/uploads/attachments/18741-1691692213985.png)
![1691690374927.png](https://us.v-cdn.net/6038239/uploads/attachments/18730-1691690374927.png)
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