-
Notifications
You must be signed in to change notification settings - Fork 740
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Request failed with status code 429 #54
Comments
got same error bro |
its a usage error but i have the same issue it seems like its an internal issue in OpenAI |
same error i got. |
Your free usage expired on April 1st. You need a different phone number and a different email to make a new account with more free access. |
I tried using a different email id, but the same problem persists. |
i was going through with same issue after some research i finally solve the problem |
I keep getting this error while entering the question in textarea:
{"error":{"message":"Request failed with status code 429","name":"Error","stack":"Error: Request failed with status code 429\n at createError (\Vanilla\ai-ninja\server\node_modules\axios\lib\core\createError.js:16:15)\n at settle (\Vanilla\ai-ninja\server\node_modules\axios\lib\core\settle.js:17:12)\n at IncomingMessage.handleStreamEnd (\Vanilla\ai-ninja\server\node_modules\axios\lib\adapters\http.js:322:11)\n at IncomingMessage.emit (events.js:412:35)\n at endReadableNT (internal/streams/readable.js:1333:12)\n at processTicksAndRejections (internal/process/task_queues.js:82:21)","config":{"transitional":{"silentJSONParsing":true,"forcedJSONParsing":true,"clarifyTimeoutError":false},"transformRequest":[null],"transformResponse":[null],"timeout":0,"xsrfCookieName":"XSRF-TOKEN","xsrfHeaderName":"X-XSRF-TOKEN","maxContentLength":-1,"maxBodyLength":-1,"headers":{"Accept":"application/json, text/plain, /","Content-Type":"application/json","User-Agent":"OpenAI/NodeJS/3.2.1","Authorization":"Bearer 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","Content-Length":133},"method":"post","data":"{"model":"text-davinci-003","prompt":"Hi\n","temperature":0,"max_tokens":3000,"top_p":1,"frequency_penalty":0.5,"presence_penalty":0}","url":"https://api.openai.com/v1/completions"},"status":429}}
Is it because of the low-tier or free plan?
The text was updated successfully, but these errors were encountered: