Hello,
I'm having a weird issue related to the refinitiv data API, especially the rd.discovery.Chain class.
I'm using this class to retrieve components of governmental yield curves, by create a Chain class with the chain RIC that i need, then using the .constituents method to retreive the information.
This works well 90% of the time. However sometimes the rd.discovery.Chain call just hangs undefinitly. The RIC passed is the correct chain RIC, in fact if i restart my API connection, the call works well, so it is not an issue of input.
There is no common factors in the RICs that cause this, i would say this issues appears in 1 in 20 calls.
I'm using a plateform session initialized with
rd.open_session(config_name='credentials.json')
Has anyone experience that issue before ?
Thanks for your help.