I'm using the default python Refinitiv setup to get data.
All works well, until just now. Receiving HTTP 902 errors. What is this error and how can I solve this.
Just to be clear. I've downloaded the last few days multiple correct datasets. I can share a code example:
import refinitiv.data as rd from refinitiv.data.content import fundamental_and_reference rd.open_session() response = fundamental_and_reference.Definition(universe=['example']).get_data()
As I wrote, I've downloaded multiple data this last week, but suddenly I receive this error. What is going on?