Hello,
Recently I received Refinitiv Workspace and am using it instead of the old Eikon application. I am using the eikon and refinitiv.data API via Python. The eikon API works without any issue, however when I try to retrieve data using refinitiv.data I receive the error code 401 with the following message:
When opening a session using
import refinitiv.data as rd
rd.open_session()
I receive the output
<refinitiv.data.session.Definition object at 0x1c21cad3910 {name='workspace'}>
The _config_defaults.py looks like this:
I am actively running Refinitiv Workspace on my computer. The same issues arise when closing Refinitiv Workspace and logging into the Eikon application. The eikon API works in both cases.
Any help would be greatly appreciated!