Hi Community, I am trying to create a speech-to-text converter using the OpenAI Whisper model
I have used the configs below
- Telegram trigger to send the audio/voice file
- Telegram Get file node
- Code node to verify the file
- Another HTTP node for binary data
- Another code node to verify that the file is downloaded
- HTTP GET node for verification
- Verify the binary data
- The last HTTP node for Whisper API
Note :
I am running the container in Docker
The Whisper API is working in Gitbash / CMD / powershell - it is transcribing the Text as expected
The only problem is when I use the HTTP node - it is throwing error
I tried many solutions
Thanks for your time, I really appreciate it for taking a look




