Hi!
Could someone help me with HTTP request timeouts? I’m trying to get it works but not result. The service I trying to access via HTTP request reply within 20 - 120 sec depends on the file size. If the reply gets in 30 sec or below no problem at all. In case of longer reply I am getting error on 30s. I’ve tried to set bigger timeout in HTTP request settings but no result, the same error. I also can’t split the request on batches, because the file that I post is difficult to split. The error details below
- Error code
500
Full message
500 - "<html>\n <head>\n <title>Internal Server Error</title>\n </head>\n <body>\n <h1><p>Internal Server Error</p></h1>\n \n </body>\n</html>\n"
Request
{
"headers": {
"authorization": "**hidden**",
"accept": "application/json,text/html,application/xhtml+xml,application/xml,text/*;q=0.9, image/*;q=0.8, */*;q=0.7",
"content-type": "multipart/form-data; boundary=--------------------------784330394113481746563366"
},
"method": "POST",
"uri": "http://10.126.1.49:5000/transcribe",
"gzip": true,
"rejectUnauthorized": true,
"followRedirect": true,
"resolveWithFullResponse": true,
"followAllRedirects": true,
"timeout": 3600000,
"formData": {
"_overheadLength": 385,
"_valueLength": 2206084,
"_valuesToMeasure": [],
"writable": false,
"readable": true,
"dataSize": 0,
"maxDataSize": 2097152,
"pauseStreams": true,
"_released": true,
"_streams": [],
"_currentStream": null,
"_insideLoop": false,
"_pendingNext": false,
"_boundary": "--------------------------784330394113481746563366",
"_events": {},
"_eventsCount": 3
},
"encoding": null,
"json": false,
"useStream": true
}
Item Index
0
Node type
n8n-nodes-base.httpRequest
Node version
4.2 (Latest)
n8n version
1.88.0 (Self Hosted)
Time
5/30/2025, 11:05:39 AM
Stack trace
NodeApiError: The service was not able to process your request
at ExecuteContext.execute (/usr/local/lib/node_modules/n8n/node_modules/n8n-nodes-base/dist/nodes/HttpRequest/V3/HttpRequestV3.node.js:597:21)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at WorkflowExecute.runNode (/usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/execution-engine/workflow-execute.js:681:27)
at /usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/execution-engine/workflow-execute.js:915:51
at /usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/execution-engine/workflow-execute.js:1246:20
Information on your n8n setup
- n8n version: 1.88.0
- Database - default
- Running n8n via Docker,
- Operating system: ubuntu
Thank you in advance