I am trying to run RDP library with Eikon Desktop, and experieincing to see below error while the session was successfully opened.
import refinitiv.data as rd
from refinitiv.data.content import symbol_conversion
rd.open_session()
An error occurred while requesting URL('http://localhost:9000/api/status').
RemoteProtocolError('Server disconnected without sending a response.')
<refinitiv.data.session.Definition object at 0x15ae18a1ea0 {name='workspace'}>
response = symbol_conversion.Definition("6501.T").get_data()
response.data.df
Please advise if there is anyway not to show that error message ?
An error occurred while requesting URL('http://localhost:9000/api/status').
RemoteProtocolError('Server disconnected without sending a response.')