my webhook does not catch Binary files that my OpenWebUI instance creates
Describe the problem/error/question
I want to use n8n as proxy between OpenWebUI’s STT engine and my local one but the webhook node that receives data from OpenWebUI does not parse binary file correctly. i have tried multiple differend field names (data, file, body.data, body.file and so on..) but none work.
How can i send it to you to reproduce? Since it does not send over/parse the binary at all… Though, when using tarampampam/webhook-tester, it succesfully parses a .bin file which i can play in a miedia player and mime-type is visible in the body: “
IMO I think attaching the OpenWebUI Function here can add some context if you’re using it send the Post request, or how you are actually integrating n8n with OpenWebUI STT ?
Problem solved (kind of.). You can work around this by using Mistral.ai as the provider and entering their API endpoint of your n8n instance directly. then it parses binary files correctly.