Bug Youtube Upload

Describe the problem/error/question

I had an error message trying Youtube Upload node in a simple workflow

What is the error message (if any)?

{
  "errorMessage": "Request failed with status code 400",
  "errorDetails": {},
  "n8nDetails": {
    "n8nVersion": "1.36.2 (Self Hosted)",
    "binaryDataMode": "default",
    "stackTrace": [
      "AxiosError: Request failed with status code 400",
      "    at settle (/usr/local/lib/node_modules/n8n/node_modules/axios/lib/core/settle.js:19:12)",
      "    at IncomingMessage.handleStreamEnd (/usr/local/lib/node_modules/n8n/node_modules/axios/lib/adapters/http.js:589:11)",
      "    at IncomingMessage.emit (node:events:529:35)",
      "    at IncomingMessage.emit (node:domain:489:12)",
      "    at endReadableNT (node:internal/streams/readable:1400:12)",
      "    at processTicksAndRejections (node:internal/process/task_queues:82:21)",
      "    at Axios.request (/usr/local/lib/node_modules/n8n/node_modules/axios/lib/core/Axios.js:45:41)",
      "    at processTicksAndRejections (node:internal/process/task_queues:95:5)",
      "    at Object.httpRequest (/usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/NodeExecuteFunctions.js:728:18)",
      "    at Object.execute (/usr/local/lib/node_modules/n8n/node_modules/n8n-nodes-base/dist/nodes/Google/YouTube/YouTube.node.js:610:50)",
      "    at Workflow.runNode (/usr/local/lib/node_modules/n8n/node_modules/n8n-workflow/dist/Workflow.js:728:19)",
      "    at /usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/WorkflowExecute.js:660:53",
      "    at /usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/WorkflowExecute.js:1062:20"
    ]
  }
}

Please share your workflow

Share the output returned by the last node

I expect my file in the “data” field of the json, to be uploaded to youtube.
The last node is the Youtube Upload Node with the error above.

Information on your n8n setup

  • n8n version: 1.36.2
  • Database (default: SQLite): SQLite
  • n8n EXECUTIONS_PROCESS setting (default: own, main): own, main
  • Running n8n via (Docker, npm, n8n cloud, desktop app): docker
  • Operating system: linux Ubuntu 22.04

Hi @francois_godineau, this looks like a similar issue to this one here.

1 Like

Thank you very much, the other issue solved my pb.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.