0x38 (SPXERR_AUDIO_SYS_LIBRARY_NOT_FOUND) "GET /socket.io/?EIO=4&transport=polling&t=OweNACu

Atif Altaf 0 Reputation points
2024-04-04T10:57:58.03+00:00

Hello,
I build a small app using Python=3.9, flask and openai. This app is running perfectly on my local computer. But when I deploy the same files in the app on azure it givess me the error:
Exception with an error code: 0x38 (SPXERR_AUDIO_SYS_LIBRARY_NOT_FOUND) "GET /socket.io/?EIO=4&transport=polling&t=OweNACu HTTP/1.1" 200 97 "https://gpt3-app.azurewebsites.net/"

The function of the app is to listen the input from the microphone, convert it into text, pass this text to gpt, generate response from gpt and then speak the response into the speaker using azure speech SDK.

How I can solve the above error? and how my app working fine on azure as it is working on local computer. I'm attaching my files here.
app.pdf

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
3,777 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,434 questions
{count} votes

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.