ijjk / notion-blog

A Next.js site using new SSG support with a Notion backed blog

Home Page:https://notion-blog.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HTTP429 ERROR

koxtuichi opened this issue · comments

Recently, when I view the list of blogs 10 times in a row (using the incognito window), I get HTTP429 error in Notion. And you will not be able to retrieve the articles. Is this a limitation on the Notion side?

Yes. I've noticed it too. It seems like the Notion API now been protected by this rate limit. The segment of its response:

{
    "errorId": "84f42356-xxxx-4aa5-a20f-edcad0b601cc",
    "name": "UserRateLimitResponse",
    "message": "Please try again later.",
    "clientData": {
        "type": "rate_limited"
    }
}

@lonor thank you comment. And I also get same error message.
Did you find any workarounds?

Sorry, I don't know how to deal with this because the API was restricted by the Notion team. Hope the official API (#53) comes out earlier.

Yes, I hope so too.
Thank you for telling me.