An error occurred while requesting URL('http://localhost:9000/api/udf').
ReadTimeout('timed out')
I've been getting this error when running any code using the refinitiv.data api for python (in both my own notebooks and the unchanged example notebooks). Happens specifically when calling functions on rd
such as rd.open_session()
and rd.get_data()
.
I don't think it's anything on my end, as my connection is stable and I'm running code that worked this morning. Any tips?