Google Cloud Storage – socket hang up error

Describe the problem/error/question

I run a workflow that saves data to Google Cloud storage. When triggered automatically (time trigger), the workflow always fails. When triggered manually, most of the times it works – I don’t see the pattern.

Thanks for the help.
H.

What is the error message (if any)?

Stacktrace
NodeApiError: socket hang up
    at RoutingNode.runNode (/usr/local/lib/node_modules/n8n/node_modules/n8n-workflow/dist/RoutingNode.js:116:23)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)
    at Workflow.runNode (/usr/local/lib/node_modules/n8n/node_modules/n8n-workflow/dist/Workflow.js:707:23)
    at /usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/WorkflowExecute.js:652:53

Please share your workflow

I removed the credentials from requests headers.

Information on your n8n setup

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

Hi @honzapav, I am sorry you’re having trouble. socket hang up would mean that n8n did not receive timely response and could suggest a network problem. Perhaps you want to configure the retry option if so to verify if this already helps with the problem?

2 Likes

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