Open ghost opened 8 months ago
{
"errorMessage": "Could not get parameter",
"errorDetails": {
"errorExtra": {
"parameterName": "operation"
}
},
"n8nDetails": {
"n8nVersion": "1.34.2 (Self Hosted)",
"binaryDataMode": "default",
"stackTrace": [
"Error: Could not get parameter",
" at getNodeParameter (/usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/NodeExecuteFunctions.js:1529:15)",
" at Object.getNodeParameter (/usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/NodeExecuteFunctions.js:2205:24)",
" at Object.router (/usr/local/lib/node_modules/n8n/node_modules/n8n-nodes-base/dist/nodes/Discord/v2/actions/router.js:41:28)",
" at Object.execute (/usr/local/lib/node_modules/n8n/node_modules/n8n-nodes-base/dist/nodes/Discord/v2/DiscordV2.node.js:19:38)",
" at Workflow.runNode (/usr/local/lib/node_modules/n8n/node_modules/n8n-workflow/dist/Workflow.js:724:42)",
" at /usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/WorkflowExecute.js:660:68",
" at processTicksAndRejections (node:internal/process/task_queues:95:5)",
" at /usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/WorkflowExecute.js:1062:20"
]
}
}
Hey @sympherjim,
Thanks for the report, The Custom API Call option isn't actually meant to run at all and instead it should show a message to guide you to the http request node (at the moment).
We have NODE-851
open to fix this in the future.
Bug Description
I'm getting an error if I use Custom API Call with Discord node
To Reproduce
Custom API Call
for ResourceExpected behavior
It should proceed to the HTTP Request node for the custom API call
Operating System
Ubuntu Linux
n8n Version
1.34.2
Node.js Version
--
Database
SQLite (default)
Execution mode
main (default)