Describe the problem/error/question
In a cloud workflow that was running before, there’s suddeny failed executions at a google drive node (download) -for further processing within the workflow.
All community articles that I found point towards a “file ssytem full” issue, but since this is a CLOUD instance, I can’t really do anything about it?
Please help urgently, this is something that needs to go into production tomorrow…
What is the error message (if any)?
ENOENT: no such file or directory, mkdir ‘/home/node/.n8n/binaryData/workflows/0HOKletsiseAhOp1/executions/146592’
{
“errorMessage”: “ENOENT: no such file or directory, mkdir ‘/home/node/.n8n/binaryData/workflows/0HOKletsiseAhOp1/executions/146817’”,
“errorDetails”: {},
“n8nDetails”: {
“n8nVersion”: “1.100.1 (Cloud)”,
“binaryDataMode”: “filesystem”,
“stackTrace”: [
“Error: ENOENT: no such file or directory, mkdir ‘/home/node/.n8n/binaryData/workflows/0HOKletsiseAhOp1/executions/146817’”,
" at Object.mkdir (node:internal/fs/promises:852:10)“,
" at assertDir (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@[email protected][email protected][email protected][email protected]_/node_modules/n8n-core/src/binary-data/utils.ts:23:3)”,
" at FileSystemManager.store (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@[email protected][email protected][email protected][email protected]_/node_modules/n8n-core/src/binary-data/file-system.manager.ts:32:3)“,
" at BinaryDataService.store (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@[email protected][email protected][email protected][email protected]_/node_modules/n8n-core/src/binary-data/binary-data.service.ts:124:32)”,
" at setBinaryDataBuffer (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@[email protected][email protected][email protected][email protected]_/node_modules/n8n-core/src/execution-engine/node-execution-context/utils/binary-helper-functions.ts:119:9)“,
" at prepareBinaryData (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@[email protected][email protected][email protected][email protected]_/node_modules/n8n-core/src/execution-engine/node-execution-context/utils/binary-helper-functions.ts:271:9)”,
" at Object.prepareBinaryData (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@[email protected][email protected][email protected][email protected]_/node_modules/n8n-core/src/execution-engine/node-execution-context/utils/binary-helper-functions.ts:288:3)“,
" at ExecuteContext.execute (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-nodes-base@file+packages+nodes-base_@[email protected]_asn1.js@5_1af219c3f47f2a1223ec4ccec249a974/node_modules/n8n-nodes-base/nodes/Google/Drive/v2/actions/file/download.operation.ts:276:43)”,
" at ExecuteContext.router (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-nodes-base@file+packages+nodes-base_@[email protected]_asn1.js@5_1af219c3f47f2a1223ec4ccec249a974/node_modules/n8n-nodes-base/nodes/Google/Drive/v2/actions/router.ts:29:26)“,
" at ExecuteContext.execute (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-nodes-base@file+packages+nodes-base_@[email protected]_asn1.js@5_1af219c3f47f2a1223ec4ccec249a974/node_modules/n8n-nodes-base/nodes/Google/Drive/v2/GoogleDriveV2.node.ts:25:10)”,
" at WorkflowExecute.runNode (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@[email protected][email protected][email protected][email protected]_/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:1193:9)“,
" at /usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@[email protected][email protected][email protected][email protected]_/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:1542:27”,
" at /usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@[email protected][email protected][email protected][email protected]_/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:2108:11"
]
}
}
Please share your workflow
{
“nodes”: [
{
“parameters”: {
“operation”: “upload”,
“bucketName”: “swibbletest”,
“fileName”: “=swibbled2c/{{$json.folder_name}}/{{$json.file_name}}”,
“additionalFields”: {}
},
“type”: “n8n-nodes-base.awsS3”,
“typeVersion”: 2,
“position”: [
1440,
-1180
],
“id”: “da1592f3-13ca-4e1b-afb9-8bb928b21b3d”,
“name”: “AWS S3”,
“retryOnFail”: true,
“credentials”: {
“aws”: {
“id”: “tVlQhxJ0kfE33SWB”,
“name”: “AWS - admin@swibble”
}
}
},
{
“parameters”: {
“operation”: “download”,
“fileId”: {
“__rl”: true,
“value”: “={{ $json["file_id"] }}”,
“mode”: “id”
},
“options”: {}
},
“type”: “n8n-nodes-base.googleDrive”,
“typeVersion”: 3,
“position”: [
1260,
-1180
],
“id”: “9dfad027-affb-44cc-8ce0-4b91fd74b2d5”,
“name”: “Download Files”,
“alwaysOutputData”: false,
“retryOnFail”: false,
“maxTries”: 2,
“credentials”: {
“googleDriveOAuth2Api”: {
“id”: “36rgQ3wgYCfF9aaw”,
“name”: “Google Drive - admin@swibble”
}
}
}
],
“connections”: {
“AWS S3”: {
“main”: [
]
},
“Download Files”: {
“main”: [
[
{
“node”: “AWS S3”,
“type”: “main”,
“index”: 0
}
]
]
}
},
“pinData”: {},
“meta”: {
“templateCredsSetupCompleted”: true,
“instanceId”: “ebd3048af1f870a232dfd516ed54e59de6a0adcdaef242fd47564a82938fa735”
}
}
Share the output returned by the last node
not applicable as it fails at this step in the middle of the workflow
Information on your n8n setup
- n8n version: 1.100.1 (but also tried with 1.99, same)
- Database (default: SQLite): default / cloud instance
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- Running n8n via (Docker, npm, n8n cloud, desktop app): cloud, Pro account
- Operating system: n/a