I have a Telgram trigger node, a switch node, one price coming from a CoinGecko node, a Set Node then into Google Sheets.
My Google Sheets updates correctly. However if I put a debug in between any of the steps I get this error. I initially had the debug node before my Google Sheets but then I fixed the error on Google Sheets but the debug error still occurred. Then I added the debug node to each step going back and the same error occurred.
“n8nDetails”: {
“nodeName”: “DebugHelper3”,
“nodeType”: “n8n-nodes-base.debugHelper”,
“nodeVersion”: 1,
“time”: “11/7/2024, 1:06:32 PM”,
“n8nVersion”: “1.65.2 (Cloud)”,
“binaryDataMode”: “filesystem”,
“stackTrace”: [
“NodeApiError: Node has thrown an error”,
" at Object.execute (/usr/local/lib/node_modules/n8n/node_modules/n8n-nodes-base/dist/nodes/DebugHelper/DebugHelper.node.js:246:39)“,
" at Workflow.runNode (/usr/local/lib/node_modules/n8n/node_modules/n8n-workflow/dist/Workflow.js:722:42)”,
" at /usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/WorkflowExecute.js:707:66",
" at /usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/WorkflowExecute.js:1137:20"
Please share your workflow
(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.)
Can you share the workflow? The debug helper is oddly named but is used by us to test different errors so you may not want to use it in your workflows.
Tip for sharing your workflow in the forum
Pasting your n8n workflow
Ensure to copy your n8n workflow and paste it in the code block, that is in between the pairs of triple backticks, which also could be achieved by clicking </> (preformatted text) in the editor and pasting in your workflow.
```
<your workflow>
```
Make sure that you’ve removed any sensitive information from your workflow and include dummy data or pinned data as much as you can!
I haven’t worked out how to share the workflow.
The workflow is running without an error as it is. But the problem is when I put the debug helper anywhere in my workflow it produces and error.