Hello,
I'm getting the following error
HTTPSConnectionPool(host='api.rkd.refinitiv.com', port=443): Max retries exceeded with url: /api/TokenManagement/TokenManagement.svc/REST/Anonymous/TokenManagement_1/CreateServiceToken_1 (Caused by NewConnectionError('<requests.packages.urllib3.connection.VerifiedHTTPSConnection object at 0x7f133695b748>: Failed to establish a new connection: [Errno -2] Name or service not known'))
when trying to authenticate , following https://developers.refinitiv.com/en/api-catalog/refinitiv-knowledge-direct/refinitiv-knowledge-direct-api-rkd-api/tutorials , https://github.com/Refinitiv-API-Samples/Example.TRKD.Python.HTTPJSON/blob/master/trkd_authen.py with my new credentials.
The exception is raised on the very first attempt, obviously 'max retries' is not a cause.
What could be the reason, please?