Uploaded File Bytes to API Call => Build Failed

Hi everyone !

I tried to send an audio recording through an API Call (typically to OpenAI SpeechToText endpoint).
So I have the recording through the Start/Stop Recording functionnality. I can play the recording and it is ok.

Now, I'm trying to use the new functionality (announced today) which associate an "Uploaded File Bytes" element to the stop recording. So, when I try to make the API call, I don't have any trouble setting it up. I do have an Uploaded File Byte that is expecting by the API Call, and I give it the same type element. No bugs is reported, all seems ok.

But when I push to run mode, I have a Failed build issue, on the button that trigger the action above. If I remove the variable on the API call above, the failed build issue disappears. So the issue is on this Uploaded File Bytes passing.

As anyone already seen this issue ?

4
8 replies