Problem with telegram audio
Status: Open · Asked by Betty on · 0 views
Hello! I'm facing a problem with my flow. My goal is to retrieve an audio file from my telegram Bot, send it to Whisper and then create a Task on ASANA.
But i always receive Error 400, unrecognized file format even if .oga is an allowed file. Any suggestions?

Hey @Betty,
Could you please provide us with the Workflow URL where you are facing this issue? This will help us investigate the problem more effectively and assist you accordingly.

Hey @Betty,Could you please provide us with the Workflow URL where you are facing this issue? This will help us investigate the problem more effectively and assist you accordingly.
Here it is
https://connect.pabbly.com/workflow/mapping/IjU3NjcwNTZmMDYzNDA0MzE1MjZlNTUzNjUxM2Ii_pc
Hi Betty,
Thanks for reaching out.
Currently, the Generate Transcript (Whisper) action in Pabbly Connect does not support .oga files, which is why you are receiving the 400 – Unrecognized file format error.
We recommend converting the audio file to a supported format such as .mp3, .wav, or .m4a, and then passing that file URL to the Whisper action. Once converted, the transcription should work correctly.
The following input file types are supported: mp3, mp4, mpeg, mpga, m4a, wav, and webm.
Hi Preeti
ok so the error message was wrong. ok i'll try converting!
Thank you so much for your support
Sure, let us know how it goes.