ConnectionError: HTTPSConnectionPool(host='none.customvoice.api.speech.microsoft.com', port=443): Max retries exceeded with url: /api/texttospeech/3.1-preview1/batchsynthesis/talkingavatar (Caused by NameResolutionError("<urllib3.connection.HTTPSConnectio
Our organization is using Azure text-to-speech services and running the algorithm in google colab local system. The following error appears when the API is called.
The content of the error is as follows:
gaierror: [Errno -2] Name or service not known. The above exception was the direct cause of the following exception: NameResolutionError Traceback (most recent call last) NameResolutionError: <urllib3.connection.HTTPSConnection object at 0x7c42b2a75750>: Failed to resolve 'none.customvoice.api.speech.microsoft.com' ([Errno -2] Name or service not known)
The error indicates that google colab cannot connect to the azure server and port 443. I have also tried to execute the code in VSCode and Pycharm but similar error occurs.