OpenAI Image Node with error

I’m receiving the error above in my OpenAI Image Node:

The service is receiving too many requests from you

Access denied | api.openai.com used Cloudflare to restrict access (function(){if(document.addEventListener&&window.XMLHttpRequest&&JSON&&JSON.stringify){var e=function(a){var c=document.getElementById(“error-feedback-survey”),d=document.getElementById(“error-feedback-success”),b=new XMLHttpRequest;a={event:“feedback clicked”,properties:{errorCode:1015,helpful:a,version:1}};b.open(“POST”,“https://sparrow.cloudflare.com/api/v1/event");b.setRequestHeader(“Content-Type”,“application/json”);b.setRequestHeader(“Sparrow-Source-Key”,"c771f0e4b54944bebf4261d44bd79a1e”); b.send(JSON.stringify(a));c.classList.add(“feedback-hidden”);d.classList.remove(“feedback-hidden”)};document.addEventListener(“DOMContentLoaded”,function(){var a=document.getElementById(“error-feedback”),c=document.getElementById(“feedback-button-yes”),d=document.getElementById(“feedback-button-no”);"classList"in a&&(a.classList.remove(“feedback-hidden”),c.addEventListener(“click”,function(){e(!0)}),d.addEventListener(“click”,function(){e(!1)}))})}})(); Please enable cookies. Error 1015 Ray ID: 94b26d761fb99e0d • 2025-06-05 20:30:23 UTC You are being rate limited What happened?

The owner of this website (api.openai.com) has banned you temporarily from accessing this website.

Please see Error 1015 · Cloudflare Support docs for more details.

Was this page helpful? Yes No Thank you for your feedback!

Cloudflare Ray ID: 94b26d761fb99e0d • Your IP: Click to reveal 4.182.64.66 • Performance & security by Cloudflare

(function(){function d(){var b=a.getElementById(“cf-footer-item-ip”),c=a.getElementById(“cf-footer-ip-reveal”);b&&"classList"in b&&(b.classList.remove(“hidden”),c.addEventListener(“click”,function(){c.classList.add(“hidden”);a.getElementById(“cf-footer-ip”).classList.remove(“hidden”)}))}var a=document;document.addEventListener&&a.addEventListener(“DOMContentLoaded”,d)})(); window._cf_translation = {};

1 Like

My workflow still having the problem, it appears to be something related to N8N cloud service, I put some Waits before call the OpenAI with 60 seconds, still not working, any idea how can I resolve it?

Even a simple workflow cannot finish

Hi,

It looks like you’re being rate limited. Which is an OpenAI issue rather than n8n.

My n8n installed locally works perfectly with the same workflow, but in the cloud I still getting the same error. I’m pretty sure that n8n cloud is having problems with OpenAI requisitions.

Oh I see, thought this was happening in a self hosted instance.

Yes, unfortunately I think that support from n8n needs to take a look. In my “house installation” it works very fine.