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,767 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. VasaviLankipalle-MSFT 17,476 Reputation points
    2024-07-05T01:16:34.1666667+00:00

    Hello @Vitalii Brydinskyi , Thanks for using Microsoft Q&A Platform.

    Is it possible to share more details regarding the SDK version details? Here is a similar issue : https://github.com/Azure-Samples/cognitive-services-speech-sdk/issues/2436

    If you still face issue, please raise this issue here : https://github.com/Azure-Samples/cognitive-services-speech-sdk/issues/

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.