Error: Problem in node ‘gera imagem‘ The service is receiving too many requests from you

I’m trying to generate the featured image to use in the WordPress post, but the error “The service is receiving too many requests from you” persists even though this node is running alone. Could someone give me an opinion on how to solve it?

I’m using the GPT wizard to access the API, the settings are in the attachment


Hey @rovere

This is likely from a openai, they had a massive outage recently, they are being ddos’ed,

I doub6t your being rate limited, but you could also but a wait, between operations to make sure, how manyt times are you calling the api?

Samuel

It could be, but I’ve already managed to solve it somehow here. Do you know of any free image API?

Hey @rovere

unsplash + pexels been solid for me before, easy to hook up with http node in n8n
pixabay decent too if u need vids or vectors

with ai maybe like deepai or StarryAI but i think they have free limits.

Hope that helps, :slight_smile:

Samuel