-
-
Notifications
You must be signed in to change notification settings - Fork 190
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
429 errors #24
Comments
Hi @krystoflp I think the rate limits are still be the issue https://beta.openai.com/docs/guides/rate-limits/overview It takes 48 hours after upgrading to a paid plan before the rate limits are significantly increased for your account. You will have to intermittently go into the plugin settings and "Retry failed files" until the limit is raised and the process can be completed. I recently noticed how low the rate limits are for free & new OpenAI accounts. So I have yet to figure out a workaround to make this easier. Please let me know if the issue clears up as expected in the next day or so. And thanks for reporting this! |
I'm getting those 429s too, but in my case, if it matters, no note name appears:
I also just converted my plan to a paid one, so next Monday I'll retry.... |
Another update.
is that normal? A |
Sorry for the spam, but another update.
|
re: re: re: weird file names in @NightOwlCoder Thanks for reporting these issues! |
Thank you for your super fast response :-) I’ll upgrade smart connections to the latest version 1.1.3 and as you say wait a bit and see if it sorts itself out. |
Hi Brian, Just letting you know that it's all suddenly started working. It looks like it was the 48hour warming up period with openai that was preventing it from working. Thanks very much for your assistance :-) |
Awesome, thanks for the update! |
Hi, Unfortunately this isn't working for my vault. I'm using 1.0.48
I first tried in on the openai's free plan, but have upgraded to a paid plan to see if that helps, but it doesn't.
The API key is working, as verified in your plugin, and because I see this in openai's usage logs:
13:20 Local time: 19 Jan 2023 at 13:20 text-embedding-ada-002-v2, 54 requests 3,183 prompt + 0 completion = 3,183 tokens 13:25 Local time: 19 Jan 2023 at 13:25 text-embedding-ada-002-v2, 16 requests 3,415 prompt + 0 completion = 3,415 tokens
However, there are no smart connections being created in my obsidian vault, and every single console entry reports status 429.
Here is a typical example:
failed embedding: 5 Daily Notes/2022-11-14-Mon.md plugin:smart-connections:717 undefined plugin:smart-connections:721 Error: Request failed, status 429 at new t (app.js:1:710073) at Aw (app.js:1:710265) at app.js:1:710942 at app.js:1:235505 at Object.next (app.js:1:235610) at a (app.js:1:234349)
Do you have any ideas? How can I help fault trace this?
The text was updated successfully, but these errors were encountered: