Describe the problem/error/question
I’m running n8n locally using Docker, I download a file from a URL using HTTP Request, it was downloaded as mime type ‘binary/octet-stream’, I then applied a code node that converts it to video/mp4.
The Youtube node’s input is showing mime type ‘video/mp4’ but returns an error saying
‘Media type ‘binary/octet-stream’ is not supported.’
this is the image from the Youtube node(after the Code node):
What is the error message (if any)?
Youtube is returning ‘Media type ‘binary/octet-stream’ is not supported.’
Please share your workflow
(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)
Share the output returned by the last node
this is the output from the Code node:
Why does the Youtube node not recognizing the file as video/mp4?
Information on your n8n setup
- n8n version: 1.98.2
- Database (default: SQLite):
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- Running n8n via (Docker, npm, n8n cloud, desktop app): Docker
- Operating system: Windows