Hi, this is what I would like to achieve:slight_smile:
I have three .ogg files that I fetch from my Postgres database. I download the files and want to merge them together through FFmpeg.
I have created an API that gets tunneled through NGROK and works with my FFmpeg merging tool that is in Docker.
The problem I have is if I try to parse my .ogg audio files, it doesn’t parse the actual files; it only parses the details of the audio file only.
This leads to the error message being
Your request is invalid or could not be processed by the service
Value error, Expected UploadFile, received: | Value error, Expected UploadFile, received: | Value error, Expected UploadFile, received:
This is a screenshot of my HTTPS node.
Does anyone know how i can send the actual .ogg file instead of the details alone?
I use n8n cloud, not self-hosted, hence the API. I use a Macbook Air with an M1 chip. (Only adding this because n8n recommended it, hehe.).
But your help would be greatly appreciated!!