Hello. I have some troubles with refinitiv-data python library.
Sometimes in access token renew process I receive ConnectTimeout('') error. The problem is when this happens - main thread does not catch this error. It just receives this message in console:
An error occurred while requesting URL('https://api.refinitiv.com/auth/oauth2/v1/token').
ConnectTimeout('')
[Error 0 - empty error] empty error description
Library version: 1.0.0b9 (also tried 1.0.0b6 with the same result)
Any solution/advice how to handle this?