-
Notifications
You must be signed in to change notification settings - Fork 6.4k
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
RetryError using batch() on App Engine Flex #833
Comments
@sprakash3 do you have any other logs? The RetryError seems to be obscuring the real error. /cc @lukesneeringer |
I will look into changing this to raise the actual error. |
@jonparrott @lukesneeringer Some of the images in the batch request exceeded the resource limit for the vision api. I'll have to figure out a way to get around them. |
@sprakash3 do you have an example I could use to reproduce the same error that you were getting? |
@daspecster Any image greater than 4 MB in size would result in this error. I'm sorry i cant share the image. |
Thanks @sprakash3! That information is what I needed. |
Closing this issue as dealt with above. |
Hi,
I get the following exception using the batch() api on AppEngine Flex.
DEBUG:google_auth_httplib2:Making request: POST https://accounts.google.com/o/oauth2/token
ERROR:root:Exception occurred in retry method that was not classified as transient
<class 'google.gax.errors.RetryError'>
Package:
google-cloud-vision (0.23.2)
The text was updated successfully, but these errors were encountered: