Course Level 1 NodeOperationError at Discord node

Describe the problem/error/question

I am working on the Course Level 1 and when I do the test step for the Discord node in Nathan’s Workflow I receive an error.

What is the error message (if any)?

NodeOperationError: at Object.parseDiscordError (/usr/local/lib/node_modules/n8n/node_modules/n8n-nodes-base/dist/nodes/Discord/v2/helpers/utils.js:74:12) at Object.execute (/usr/local/lib/node_modules/n8n/node_modules/n8n-nodes-base/dist/nodes/Discord/v2/actions/webhook/sendLegacy.operation.js:125:51) at processTicksAndRejections (node:internal/process/task_queues:95:5) at Object.router (/usr/local/lib/node_modules/n8n/node_modules/n8n-nodes-base/dist/nodes/Discord/v2/actions/router.js:69:26) at Object.execute (/usr/local/lib/node_modules/n8n/node_modules/n8n-nodes-base/dist/nodes/Discord/v2/DiscordV2.node.js:19:16) 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:673:51 at /usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/WorkflowExecute.js:1104:20

Please share your workflow

  "meta": {
    "instanceId": "a1990ee091ebdb88a61c9bb330b690c3b980668dbeffb5a5a6f43d1962165d13"
  },
  "nodes": [],
  "connections": {},
  "pinData": {}
}
(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

I expect this in Discord, saved from a previous test run:
n8n course APP 08/23/2024 4:31 PM
This week we’ve 16 booked orders with a total value of 2251.14. My Unique ID: 4a786295499412067c593044fcadae84

Information on your n8n setup

  • ** 1.56.2 (Cloud)**
  • default: SQLite:
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • n8n cloud
  • MacOS Sonoma 14.6.1

It looks like your topic is missing some important information. Could you provide the following if applicable.

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

Solved.
The unique ID was entered incorrectly.

1 Like

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