Hi,
I have the situation here. After the very first message I got “The service is receiving too many requests from you”
Hi,
I have the situation here. After the very first message I got “The service is receiving too many requests from you”
Please take a look:
{
“errorMessage”: “The service is receiving too many requests from you”,
“errorDescription”: “Rate limit exceeded”,
“errorDetails”: {
“rawErrorMessage”: [
“Try spacing your requests out using the batching settings under ‘Options’”
],
“httpCode”: “429”
},
“n8nDetails”: {
“nodeName”: “HTTP Request”,
“nodeType”: “n8n-nodes-base.httpRequest”,
“nodeVersion”: 4.2,
“itemIndex”: 0,
“time”: “27.02.2025, 20:35:34”,
“n8nVersion”: “1.79.3 (Self Hosted)”,
“binaryDataMode”: “default”,
“stackTrace”: [
“NodeApiError: The service is receiving too many requests from you”,
" at ExecuteContext.execute (/usr/local/lib/node_modules/n8n/node_modules/n8n-nodes-base/dist/nodes/HttpRequest/V3/HttpRequestV3.node.js:525:33)“,
" 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:627:19)“,
" at /usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/execution-engine/workflow-execute.js:878:51”,
" at /usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/execution-engine/workflow-execute.js:1211:20"
]
}
}
Hey o.savitsky,
Welcome welcome
At a guess the message is wrapped in response to the 429’s you are seeing.
Couple things to try:
repoint to the api.sambanova endpoint rather than preview. We’ve updated in the last day and are serving from the main api endpoint.
Write 429 error handling or stage your requests to fall within rate limits.
Here’s a tread from our documentation that covers what those limits are for our dev-tier users.
If your project requires higher limits. I can help put you in contact with the right folks to set that up. Hint: its me.
Thanks
Seth
Thank you so much! The endpoint was incorrect