Course level 2 workflow 3 discord node error

Describe the problem/error/question:

I am working on course 2, workflow 3, setting up the error workflow. I have my error workflow set up and whenever it runs, I get the following error:
“Problem in node Discord”

What is the error message (if any)?

problem in node Disord

Please share your workflow

{
“nodes”: [
{
“parameters”: {},
“type”: “n8n-nodes-base.errorTrigger”,
“typeVersion”: 1,
“position”: [
-432,
-16
],
“id”: “e5798fc0-7f6b-4524-84ab-b5c694a5ab39”,
“name”: “Error Trigger”
},
{
“parameters”: {
“authentication”: “webhook”,
“content”: “=The workflow {{ $json.workflow.name }} failed, with the error message: {{ $json.execution.error.message }}. Last node executed: {{ $json.execution.lastNodeExecuted }}. Check this workflow execution here: {{ $json.execution.url }} My Unique ID: 3c7c0b1b24505c4641d1a9d04c2f10b0\n”,
“options”: {}
},
“type”: “n8n-nodes-base.discord”,
“typeVersion”: 2,
“position”: [
-224,
-16
],
“id”: “006e9a3e-4ee5-408d-80ad-91abff56cd5b”,
“name”: “Discord”,
“webhookId”: “159e9dfe-4c49-4479-b16a-513a11f0d0b5”,
“credentials”: {
“discordWebhookApi”: {
“id”: “elqefZdHareTcYse”,
“name”: “n8n course 2 discord webhook”
}
}
}
],
“connections”: {
“Error Trigger”: {
“main”: [
[
{
“node”: “Discord”,
“type”: “main”,
“index”: 0
}
]
]
}
},
“pinData”: {},
“meta”: {
“templateCredsSetupCompleted”: true,
“instanceId”: “804296c5d9d3c2979920fdbd7ee45ccdd76ab0b47dde1f85cd1e3d7e080f0ae3”
}
}

Share the output returned by the last node

{
“errorMessage”: “”,
“errorDetails”: {},
“n8nDetails”: {
“nodeName”: “Discord”,
“nodeType”: “n8n-nodes-base.discord”,
“nodeVersion”: 2,
“operation”: “sendLegacy”,
“itemIndex”: 0,
“time”: “10/29/2025, 9:48:09 AM”,
“n8nVersion”: “1.117.2 (Self Hosted)”,
“binaryDataMode”: “default”,
“stackTrace”: [
“NodeOperationError: “,
" at ExecuteContext.parseDiscordError (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-nodes-base@file+packages+nodes-base_@[email protected]_asn1.js@5_afd197edb2c1f848eae21a96a97fab23/node_modules/n8n-nodes-base/nodes/Discord/v2/helpers/utils.ts:84:9)”,
" at ExecuteContext.execute (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-nodes-base@file+packages+nodes-base_@[email protected]_asn1.js@5_afd197edb2c1f848eae21a96a97fab23/node_modules/n8n-nodes-base/nodes/Discord/v2/actions/webhook/sendLegacy.operation.ts:153:34)”,
" at processTicksAndRejections (node:internal/process/task_queues:105:5)“,
" at ExecuteContext.router (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-nodes-base@file+packages+nodes-base_@[email protected]_asn1.js@5_afd197edb2c1f848eae21a96a97fab23/node_modules/n8n-nodes-base/nodes/Discord/v2/actions/router.ts:70:17)”,
" at ExecuteContext.execute (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-nodes-base@file+packages+nodes-base_@[email protected]_asn1.js@5_afd197edb2c1f848eae21a96a97fab23/node_modules/n8n-nodes-base/nodes/Discord/v2/DiscordV2.node.ts:33:10)“,
" at WorkflowExecute.executeNode (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@file+packages+core_@[email protected]_@[email protected]_08b575bec2313d5d8a4cc75358971443/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:1093:8)”,
" at WorkflowExecute.runNode (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@file+packages+core_@[email protected]_@[email protected]_08b575bec2313d5d8a4cc75358971443/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:1274:11)“,
" at /usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@file+packages+core_@[email protected]_@[email protected]_08b575bec2313d5d8a4cc75358971443/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:1708:27”,
" at /usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@file+packages+core_@[email protected]_@[email protected]_08b575bec2313d5d8a4cc75358971443/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:2324:11"
]
}
}

Information on your n8n setup

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

any help is appreciated.

cheers,
-nixed

I had the same problem, and when I scrolled up the course-level-2 channel, I didn’t see anyone post this message. I suspect it’s a common issue.

it does seem to be fairly common, and before I upgraded n8n to the latest, this same workflow would give this error:

“Cannot read properties of undefined (reading ‘error’)”

and for some of the posts I’ve read, people who’ve reported back saying it all of a sudden started working.

it’s a weird one, and I am looking forward to solving it so I can take the course 2 quiz.

You don’t need to finish this posting to take the Course 2 quiz. I completed my Course 2 quiz without finishing Workflow 3.

1 Like

thanx, that’s good to know.

though, it’s now curiosity why it doesn’t work, and what is needed to fix it. b/c I’m sure there is someone out there not taking the quiz, and who’d doing it for another project where it doesn’t work.

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