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

2024/12/26 - New error #128

Open
hollak71 opened this issue Dec 27, 2024 · 3 comments
Open

2024/12/26 - New error #128

hollak71 opened this issue Dec 27, 2024 · 3 comments

Comments

@hollak71
Copy link

This plugin hs been working fine for me for a couple of week now, and I'm loving it.

Today I started getting errors, so I grabbed the text from the Obsidian Console:

Error: Request failed, status 429
at new t (app.js:1:1925609)
at PU (app.js:1:1925801)
at app.js:1:1926480
at app.js:1:237228
at Object.next (app.js:1:237333)
at a (app.js:1:236051)
getByQuery @ plugin:obsidian-book-search-plugin:6
await in getByQuery (async)
searchBook @ plugin:obsidian-book-search-plugin:9
eval @ plugin:obsidian-book-search-plugin:9
plugin:obsidian-book-search-plugin:12 Error: Request failed, status 429
at new t (app.js:1:1925609)
at PU (app.js:1:1925801)
at app.js:1:1926480
at app.js:1:237228
at Object.next (app.js:1:237333)
at a (app.js:1:236051)
createNewBookNote @ plugin:obsidian-book-search-plugin:12
await in createNewBookNote (async)
eval @ plugin:obsidian-book-search-plugin:9

@MattMaginniss
Copy link

+1 Have been using this plugin for a teal a year and running into this as well. Fully updated to 0.7.5 as well

@Xeelix
Copy link

Xeelix commented Dec 29, 2024

+, same problem.

I fixed this by specifying API key in the extension settings: Google API Settings -> Set API Key

how to get API key: https://developers.google.com/books/docs/v1/using

@luckylat
Copy link
Contributor

luckylat commented Dec 31, 2024

Thanks, the response may be 429 because the default API may have a rate limit on the number of searches by all users using default search. Please use generated individual API to avoid the error.

Ref: #47

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

4 participants