ChatGPT - Error 429 The service is receiving too many requests from you

Hey guys…

Im having this issue everytime I try to test the workflow.
Its RSS - ChatGPT - Twitter

My account on openai is all set and ok.

On Chatgpt this is the error

ERROR: The service is receiving too many requests from you

429 - {“error”:{“message”:“You exceeded your current quota, please check your plan and billing details. For more information on this error, read the docs: https://platform.openai.com/docs/guides/error-codes/api-errors.",“type”:“insufficient_quota”,“param”:null,“code”:"insufficient_quota”}} - You exceeded your current quota, please check your plan and billing details. For more information on this error, read the docs: https://platform.openai.com/docs/guides/error-codes/api-errors.

Anyone having the same issue?

Are there multiple items in the workflow? if the node is running a few times quickly you are likely getting rate limited.

It’s also possible that you are out of balance on openAI or are past your maximum spend. openAi recently made a change where you need to pre-purchase credits

hi @liam ,

thanks for helping. And the problem was the pre-purchase credits.
So now I have another issue:
I have credits, but when I try testing the workflow, its using my credits - almost 6$ and its not working. Every test running I lose 1$ or more

This is my workflow.
What could be wrong now? It keep executing the workflow forever… and using my credits

What do you mean by it’s not working?

Is nothing being output?

You are passing 100 items into it so the open AI node will run 100 separate times. Not only will that be expensive, you might be getting rate limited.

I would recommend limiting the items being passed to the openai node to just one until you are getting the results you expect. if you don’t want to have it run 100 separate times then i recommend using the “Aggregate” node to combine those items together.

Just saw that 100 items.
Didnt realize that. I tested agian with 10 items and its working.
At least for now.
Thank you liam

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.