You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: