Invalid URL using sample faceless video script

Describe the problem/error/question

Using the example faceless video script (EASY AI System Creates Faceless Videos on Auto Pilot!) I get an invalid URL error when the step for media upload to Blotato occurs.

What is the error message (if any)?

Invalid URL

Please share your workflow

Share the output returned by the last node

Invalid URL

  "errorMessage": "Your request is invalid or could not be processed by the service",
  "errorDescription": "Invalid URL",
  "errorDetails": {
    "rawErrorMessage": [
      "422 - \"{\\\"message\\\":\\\"Invalid URL\\\"}\""
    ],
    "httpCode": "422"
  },
  "n8nDetails": {
    "nodeName": "Upload to Blotato",
    "nodeType": "n8n-nodes-base.httpRequest",
    "nodeVersion": 4.2,
    "itemIndex": 0,
    "time": "6/26/2025, 11:21:00 AM",
    "n8nVersion": "1.98.2 (Cloud)",
    "binaryDataMode": "filesystem",
    "stackTrace": [
      "NodeApiError: Your request is invalid or could not be processed by the service",
      "    at ExecuteContext.execute (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-nodes-base@file+packages+nodes-base_@[email protected]_asn1.js@5_12b981d6b49d407a163f4d5244314033/node_modules/n8n-nodes-base/nodes/HttpRequest/V3/HttpRequestV3.node.ts:769:15)",
      "    at processTicksAndRejections (node:internal/process/task_queues:105:5)",
      "    at WorkflowExecute.runNode (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@[email protected][email protected][email protected]_/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:1187:9)",
      "    at /usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@[email protected][email protected][email protected]_/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:1536:27",
      "    at /usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@[email protected][email protected][email protected]_/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:2100:11"
    ]
  }
}```

## Information on your n8n setup
- **n8n version:** Unsure where to find this. Using the web app n8n in a trial basis. 
- **Database (default: SQLite):** SQLite?
- **n8n EXECUTIONS_PROCESS setting (default: own, main):** Unsure what this means
- **Running n8n via (Docker, npm, n8n cloud, desktop app):** n8n cloud
- **Operating system:** Mac OS

You can see all API requests, responses, and errors in your Blotato API Dashboard.

Click on a request to see the details.

The error “Invalid URL” for this particular workflow is usually due to:

  • running out of AI credits so the video didn’t finish generating
  • not waiting long enough for the video to finish generating; longer scripts require a few more minutes to complete

I’m also in the process of updating these older workflow templates with the new blotato n8n node, which makes it 10x easier to create and publish content.

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