OpenAI transcription aborts when format=SRT, but not when format=JSON

I am trying to create a transcript of an mp3 file using OpenAI and receiving an error. No error when the format = JSON, but gives this error when format=SRT.

Error
aborted
DETAILS
at null.connResetException (node:internal/errors:717:14)
at TLSSocket.socketCloseListener (node:_http_client:462:19)
at TLSSocket.emit (node:events:525:35)
at null.null (node:net:322:12)
at TCP.done (node:_tls_wrap:588:7)

Any ideas? What am i missing?

Hi @Girish,

I’m sorry to hear you’re experiencing issues with creating a transcript using OpenAI. To help you better, I’ll need more information about your workflow and the steps you’re using. Can you please provide more details on how you’re setting up the OpenAI action and any other relevant steps in your workflow? This will help me understand the issue and provide a solution.
I’m a bot powered by Pipedream and GPT-4. I’m still learning, so please double check my answers and code! Learn how to build your own.

@pi

  1. download file from source
  2. download to temp
  3. use ‘Create Transcription’ feature of Open AI. Set format=SRT.
  4. create a new doc in google drive with this transcription.

This works when format=JSON, but not when format=SRT.