I create a simple function using edge-tts to generate mp3 from text. It works fine in my local but when deploying to AppWrite, I got the error: Creating Communicate object with voice=en-GB-SoniaNeural, rate=+0%, pitch=+0Hz, volume=+0% Timeouts: connect=10s, receive=120s Starting stream()... Error during streaming: NoAudioReceived: No audio was received. Please verify that your parameters are correct.
Hi Agustine,
How are you calling your function? what is the SDK version if you are using it? Can you post the code?
Hi Guille, thank you for your response. Here is the test code and the requirements
<@365301924607557634> hi could you help to check my code above. Thank you
Recommended threads
- Why does this happen?
`AppwriteException: general_argument_invalid, Invalid `secret` param: Value must be a valid string and at least 1 chars and no longer than 256 chars (400)` the...
- Selfhosted starter python function retur...
I am running a selfhosted appwrite instance. Creating a node function and executing it works just fine but when i try to execute a python starter function, i ge...
- Can't run functions from console in appw...
Hello, I have an appwrite 1.9.0 self hosted, functions run correctly with client SDK or event when using the function domain *.function.mydomain, for testing pu...