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
@notionhq/client warn: request fail {
code: 'rate_limited',
message: 'You have been rate limited. Please try again in a few minutes.'
}
APIResponseError: You have been rate limited. Please try again in a few minutes.
[redacted]
at processTicksAndRejections (node:internal/process/task_queues:95:5) {
code: 'rate_limited',
status: 429,
headers: Headers {
[Symbol(map)]: [Object: null prototype] {
date: [Array],
'content-type': [Array],
'content-length': [Array],
connection: [Array],
'x-powered-by': [Array],
'x-notion-request-id': [Array],
'retry-after': [Array],
etag: [Array],
vary: [Array],
'cf-cache-status': [Array],
'set-cookie': [Array],
server: [Array],
'cf-ray': [Array]
}
},
body: '{"object":"error","status":429,"code":"rate_limited","message":"You have been rate limited. Please try again in a few minutes.","request_id":""}'
}
The text was updated successfully, but these errors were encountered:
Seeing these errors in the logs
The text was updated successfully, but these errors were encountered: