Dear Team,
I am using Python API and an issue arises when I connect to Eikon
import refinitiv.data as rd
rd.get_config()["http.request-timeout"] = 60
An error occurred while requesting URL('http://local host:9060/api/handshake').
RemoteProtocolError('Server disconnected without sending a response.')
I have referred to this link to sort out the problem -
https://developers.lseg.com/en/article-catalog/article/eikon-data-api-python-troubleshooting-refinitiv
- Client is using Refinitiv Eikon 4.0.65 on the affected machine
- The last time this worked was last year, but could not point when exactly last year.
- AppKEY has been generated and is enabled
- Launched Codebook and it has no error.
- Tested Codebook and it works without the same issue/ error
- Client is using Anaconda Navigator and this is the error that she is getting:
- Tried using Eikon PIP install and tried retrieving simple Eikon API data
- Closed All Jupyther Notebooks on all browsers active
- Uninstalled/reinstall Anaconda Navigator
- Relaunched Eikon and Anaconda Navigator
- Test > same issue