-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
getLabelAnnotationsList is returning empty map #2031
Comments
For now gRPC does not support Tomcat well. We should update the doc of supported env #2039 |
I'll see if what I can repro on Tomcat, for my tests, I'm always seeing labels returned from label annotation queries. |
@gguuss did you get a chance to repro? |
I was actually unable to repro. The following code successfully performs a request from a JSP on tomcat. All you need to do is put a jar containing all the client library dependencies in to the tomcat
|
Closing out since we are unable to repro. |
In which file did you encounter the issue?
java-docs-samples/vision/cloud-client/src/main/java/com/example/vision/QuickstartSample.java
Did you change the file? If so, how?
no. running on Tomcat 7 in java 1.8
Describe the issue
EntityAnnotation annotation : res.getLabelAnnotationsList()
there are no items in that. It was working fine some time back, now stopped working. I'm using:
com.google.cloud
google-cloud-vision
0.17.1-beta
The text was updated successfully, but these errors were encountered: