Need help: Audio file error with Andy No Code's video generation API

I’m building a faceless YouTube video automation workflow in n8n and I’m stuck on the audio processing step.

Goal: Generate a video with audio narration using Andy No Code’s API in n8n.

Current setup:
I have a workflow that:

  1. Gets transcript data
  2. Saves audio to Google Storage
  3. Maps music
  4. Tries to create a video with the generated audio

Where I’m stuck:
When executing the node that calls the video generation API, I consistently get this error:

“Error: Failed to execute getAudioDurationInSeconds(), Received a MediaError loading [My Google Cloud Storage Link]. Consider using parseMedia() instead which supports more codecs”

What I’ve tried:

  1. Added “useParseMedia”: true in my JSON body:
{
  "audioSettings": {
    "audioUrl": "[My Google Cloud Storage Link]",
    "useParseMedia": true
  }
}

2. Created a Function node to ensure proper JSON formatting
3. Verified the audio file exists and loads properly
4. Included the .mp3 extension in the file URL


Has anyone successfully worked with Andy No Code's video generation API in n8n? Any suggestions on how to resolve this audio processing issue?
Thank you!

Same problem i am facing while generating a video using Andynocode API. Please help

Error Message-
500 - “{"success":false,"message":"Error: Failed to execute getAudioDurationInSeconds(), Received a MediaError loading \"https://gnesbtmuwjpyyrybundz.supabase.co/storage/v1/object/2025-04-16T00:00:00.000+05:30_voice.mpga\\\”. Consider using parseMedia() instead which supports more codecs: parseMedia() vs. getVideoMetadata() | Remotion | Make videos programmatically Browser error message: MEDIA_ELEMENT_ERROR: Format error Check the path of the file and if it is a valid video."}"

Same Problem here. Any suggestions?