Skip to content
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

Error: Request failed, status 429 #143

Closed
koenbunders opened this issue Apr 5, 2023 · 13 comments
Closed

Error: Request failed, status 429 #143

koenbunders opened this issue Apr 5, 2023 · 13 comments

Comments

@koenbunders
Copy link

Error: Request failed, status 429

app.js:1 new e
app://obsidian.md/app.js:1:1626805

app.js:1 Wz
app://obsidian.md/app.js:1:1626997

app.js:1
app://obsidian.md/app.js:1:1627674

app.js:1
app://obsidian.md/app.js:1:235800

app.js:1 Object.next
app://obsidian.md/app.js:1:235905

app.js:1 a
app://obsidian.md/app.js:1:234644

@IssaAboudi
Copy link

I am also running into this issue. I expect that maybe the API might've changed on OpenAI's side and maybe that's contributing to the issue?

@tauren
Copy link

tauren commented Apr 5, 2023

Just installed plugin for the first time and getting same problem.

Edit: Apparently, my free trial credits are now expired, it's been more than 3 months since I created the account. However, I just added a credit card to the account, but I'm still getting the 429 error.

@Larrtroffen
Copy link

I had no issues with it three hours ago, but now it is giving an error. Restarting the system and reinstalling the plugin have not worked.

@akonan
Copy link

akonan commented Apr 8, 2023

Same here too. Tried different API keys and it doesn't work. It used to work with 3.5 but then I tried with 4 and started to get these errors. I switched back to 3.5 and still getting these.

@Bryce-Davidson
Copy link

Bump

@AlastairJarvis
Copy link

Also hitting this issue as tauren describes above. Worked with trial, upgraded to Pro, no longer works. Tried new API key, reinstalling plugin, reinstalling obsidian and plugin. Still hitting 429 error.

@tauren
Copy link

tauren commented Apr 11, 2023

I just tried again, and text generation worked properly. I'm not sure if it is intermittent, or if the problem has been resolved. I have version 0.2.21 of the Text Generator plugin installed.

@peterdewinter
Copy link

On version 0.2.21 and the requests fail with status code 429.

editorCallback @ plugin:obsidian-textgenerator-plugin:47847
e.mobileOnly.$w.isMobile.e.checkCallback @ app.js:1
uR @ app.js:1
t.onChooseItem @ app.js:1
t.onChooseSuggestion @ app.js:1
t.selectSuggestion @ app.js:1
e.useSelectedItem @ app.js:1
(anonymous) @ app.js:1
e.handleKey @ app.js:1
e.onKeyEvent @ app.js:1
plugin:obsidian-textgenerator-plugin:47759 Error: Request failed, status 429
    at new t (app.js:1:717762)
    at Jw (app.js:1:717954)
    at app.js:1:718631
    at app.js:1:235836
    at Object.next (app.js:1:235941)
    at a (app.js:1:234680)
eval @ plugin:obsidian-textgenerator-plugin:47759
eval @ plugin:obsidian-textgenerator-plugin:66```

@AlastairJarvis
Copy link

Obsidian version 1.1.16
Plugin version 0.2.21

Still failing with the exact same error message.

@AlastairJarvis
Copy link

AlastairJarvis commented Apr 11, 2023

This appears to be an OpenAi error. chat.openai.com shows my Pro account. platform.openai.com does not. OpenAi suggests this is a known issue.

Some users have reported paying for Plus but do not see their new subscription appear in ChatGPT. We are aware of this issue and are working to ensure all affected accounts are restored to the correct state.

@nhaouari
Copy link
Owner

I would like to suggest that you check the most recent version of the plugin, which is v0.3.1, as it features improved error messages that are more expressive. This update could enhance the overall performance and user experience of the plugin, and may provide helpful insights in the event of any issues that arise.

@AlastairJarvis
Copy link

AlastairJarvis commented Apr 11, 2023

Thank you for the update.

This is the new error text associated with this issue:

Error: You exceeded your current quota, please check your plan and billing det ails.

Looks like an errant space is included in the word "details".

I will update as I learn more from OpenAI, but my best assessment is this is an issue at their end propagating purchase information from the stripe integrated app at chat.openai.com to the app at platform.openai.com. There are people who have paid accounts that are usable at chat.openai.com and who are able to generate API keys at platform.openai.com, but if they checked would see that their account via platform.openai.com shows them to be on a free account with expired tokens, which is why they are hitting the quota error message. Again, OpenAI seem to be aware of the issue and say they're working on a fix.

@AlastairJarvis
Copy link

One more piece of information that others may find useful and you may want to put in your FAQ. Paying for ChatGPT is not the same as setting up billing for OpenAI API, they are separate signups/billing. Many folks might be under the impression that having signed up for ChatGPT it should be possible to generate API keys from an expired trial account and have it work. It does not.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

9 participants