Failed to get HTTP platform singleton instance. Error: 27

Vitalii Brydinskyi 0 Reputation points
2024-07-04T14:37:35.1233333+00:00

Hello!

I'm working with the Azure Speech Services SDK via python. The code worked well, until I started getting blank responses. Basically my request got cancelled, when checking the reason, I got this:

# result:
SpeechRecognitionResult(result_id=272601e357fe41718f082c17570ffa7a, text="", reason=ResultReason.Canceled)
# details:
CancellationDetails(reason=CancellationReason.Error, error_details="Failed to get HTTP platform singleton instance. Error: 27 SessionId: a82a48684354446794357fba55d6ab04")

I've searched for solution, but could not find it. Note that everything worked fine, until it randomly started to do this. Any help would be appreciated! Thanks!

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,519 questions
{count} votes