lamiastella

Google Cloud ServiceUnavailable

Jun 9th, 2020
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.23 KB | None | 0 0
  1. count is: 49
  2. dir_013/90424.jpg
  3. **************************
  4. Traceback (most recent call last):
  5. File "/Users/mona/anaconda3/lib/python3.6/site-packages/google/api_core/grpc_helpers.py", line 57, in error_remapped_callable
  6. return callable_(*args, **kwargs)
  7. File "/Users/mona/anaconda3/lib/python3.6/site-packages/grpc/_channel.py", line 826, in __call__
  8. return _end_unary_response_blocking(state, call, False, None)
  9. File "/Users/mona/anaconda3/lib/python3.6/site-packages/grpc/_channel.py", line 729, in _end_unary_response_blocking
  10. raise _InactiveRpcError(state)
  11. grpc._channel._InactiveRpcError: <_InactiveRpcError of RPC that terminated with:
  12. status = StatusCode.UNAVAILABLE
  13. details = "Broken pipe"
  14. debug_error_string = "{"created":"@1591755594.375085000","description":"Error received from peer ipv4:172.217.11.42:443","file":"src/core/lib/surface/call.cc","file_line":1056,"grpc_message":"Broken pipe","grpc_status":14}"
  15. >
  16.  
  17. The above exception was the direct cause of the following exception:
  18.  
  19. Traceback (most recent call last):
  20. File "/Users/mona/research/summer2020/aiem-google-api/test_gcv.py", line 36, in <module>
  21. response_label = client.label_detection(image=image)
  22. File "/Users/mona/anaconda3/lib/python3.6/site-packages/google/cloud/vision_helpers/decorators.py", line 101, in inner
  23. response = self.annotate_image(request, retry=retry, timeout=timeout)
  24. File "/Users/mona/anaconda3/lib/python3.6/site-packages/google/cloud/vision_helpers/__init__.py", line 72, in annotate_image
  25. r = self.batch_annotate_images([request], retry=retry, timeout=timeout)
  26. File "/Users/mona/anaconda3/lib/python3.6/site-packages/google/cloud/vision_v1/gapic/image_annotator_client.py", line 274, in batch_annotate_images
  27. request, retry=retry, timeout=timeout, metadata=metadata
  28. File "/Users/mona/anaconda3/lib/python3.6/site-packages/google/api_core/gapic_v1/method.py", line 143, in __call__
  29. return wrapped_func(*args, **kwargs)
  30. File "/Users/mona/anaconda3/lib/python3.6/site-packages/google/api_core/grpc_helpers.py", line 59, in error_remapped_callable
  31. six.raise_from(exceptions.from_grpc_error(exc), exc)
  32. File "<string>", line 3, in raise_from
  33. google.api_core.exceptions.ServiceUnavailable: 503 Broken pipe
Add Comment
Please, Sign In to add comment