-
Notifications
You must be signed in to change notification settings - Fork 198
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
Page Threw Exception Error 1101 #27
Comments
After 10mins it works... but threw the same error mins later |
I'm getting the same with https://notion-api.splitbee.io/v1/table/015fe5ac66da487a934b9aacc2ef9dea I tried |
In
|
I avoided the bug by removing the Person column in my table. |
I fixed this by replacing const loadPageChunkBody = {
limit: 30,
cursor: { stack: [] },
chunkNumber: 0,
verticalColumns: false,
}; Maybe Notion is experimenting with rate limits and blocking requests with too high limit? |
We also had a table running into Error 1020 https://notion-api.splitbee.io/v1/table/29e821f336814cb394273cf275b1394b |
@zhigang1992 we started blocking specific pages/requests due non fair use limits. You send over 2 million requests to that table in the last month. |
Wow, we are terribly sorry, we were under the wrong impression that it will cache on the browser end. So we just kept calling fetch. 🤦 We'd like to pay for that cost, please let us know how. My email is zhigang1992@gmail.com |
My
pageId
isbe69a36ae0a447bc8c3d36a803be48da
, and it threw exception error 1101.The subpage in it works well.
The text was updated successfully, but these errors were encountered: