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

If x pages per minute, how many pages can be requested per second, millisecond, or nanosecond? #822

Open
hajunho opened this issue Jun 1, 2024 · 0 comments

Comments

@hajunho
Copy link

hajunho commented Jun 1, 2024

I encountered the following error. I have roughly resolved it with approximate numbers, but I would like to know the exact limit.

1007)')))
An error occurred: HTTPSConnectionPool(host='oauth2.googleapis.com', port=443): Max retries exceeded with url: /token (Caused by SSLError(SSLEOFError(8, '[SSL: UNEXPECTED_EOF_WHILE_READING] EOF occurred in violation of protocol (_ssl.c:1007)')))
An error occurred: 400 Request contains an invalid argument. [field_violations {
  field: "raw_document.content"
  description: "Document size (34381195) exceeds the limit: 20971520."
}
]
An error occurred: HTTPSConnectionPool(host='oauth2.googleapis.com', port=443): Max retries exceeded with url: /token (Caused by SSLError(SSLEOFError(8, '[SSL: UNEXPECTED_EOF_WHILE_READING] EOF occurred in violation of protocol (_ssl.c:1007)')))
An error occurred: HTTPSConnectionPool(host='oauth2.googleapis.com', port=443): Max retries exceeded with url: /token (Caused by SSLError(SSLEOFError(8, '[SSL: UNEXPECTED_EOF_WHILE_READING] EOF occurred in violation of protocol (_ssl.c:1007)')))
An error occurred: 400 Request contains an invalid argument. [field_violations {
  field: "raw_document.content"
  description: "Document size (33770199) exceeds the limit: 20971520."
}
]

Thank you.

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

1 participant