google vision api down ?

256 views
Skip to first unread message

Hiong Peng Yong 容向平

unread,
Apr 20, 2022, 10:25:40 PM4/20/22
to cloud-vision-discuss
Is anybody else also getting error responses from the API (https://vision.googleapis.com/v1/images:annotate?)   since GMT 2022-04-21 01:35 ?

{
  "responses": [
    {
      "error": {
        "code": 14,
        "message": "Service temporarily unavailable. Error processing features."
      }
    }
  ]
}

Hiong Peng Yong 容向平

unread,
Apr 20, 2022, 10:56:51 PM4/20/22
to cloud-vision-discuss

The http response code is 200:

HTTP/1.1 200 OK
Content-Type: application/json; charset=UTF-8
Vary: X-Origin
Vary: Referer
Date: Thu, 21 Apr 2022 02:44:51 GMT
Server: ESF
Cache-Control: private
X-XSS-Protection: 0
X-Frame-Options: SAMEORIGIN
X-Content-Type-Options: nosniff
Alt-Svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000,h3-Q050=":443"; ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000,quic=":443"; ma=2592000; v="46,43"
Accept-Ranges: none
Vary: Origin,Accept-Encoding
Transfer-Encoding: chunked


{
  "responses": [
    {
      "error": {
        "code": 14,
        "message": "Service temporarily unavailable. Error processing features."
      }
    }
  ]
}

Hiong Peng Yong 容向平

unread,
Apr 20, 2022, 11:22:34 PM4/20/22
to cloud-vision-discuss
I tried the demo on this page and also get similar errors: 


{ "error": { "code": 14, "message": "Service temporarily unavailable. Error processing features." }, "localizedObjectAnnotations": [ { "boundingPoly": { "normalizedVertices": [ { "x": 0.06943288, "y": 0.45688626 }, { "x": 0.19644031, "y": 0.45688626 }, { "x": 0.19644031, "y": 0.61822665 }, { "x": 0.06943288, "y": 0.61822665 } ] }, "mid": "/m/047vlmn", "name": "Outerwear", "score": 0.76641804 }, { "boundingPoly": { "normalizedVertices": [ { "x": 0.054096196, "y": 0.1389131 }, { "x": 0.30621246, "y": 0.1389131 }, { "x": 0.30621246, "y": 0.25214326 }, { "x": 0.054096196, "y": 0.25214326 } ] }, "mid": "/m/0n5v01m", "name": "Bag", "score": 0.7043793 }, { "boundingPoly": { "normalizedVertices": [ { "x": 0.14791958, "y": 0.45600474 }, { "x": 0.24410142, "y": 0.45600474 }, { "x": 0.24410142, "y": 0.5732691 }, { "x": 0.14791958, "y": 0.5732691 } ] }, "mid": "/m/0hf58v5", "name": "Luggage & bags", "score": 0.67818344 }, { "boundingPoly": { "normalizedVertices": [ { "x": 0.060795248, "y": 0.7505722 }, { "x": 0.29750967, "y": 0.7505722 }, { "x": 0.29750967, "y": 0.9693048 }, { "x": 0.060795248, "y": 0.9693048 } ] }, "mid": "/m/0dv5r", "name": "Camera", "score": 0.6459136 } ] }

Hiong Peng Yong 容向平

unread,
Apr 20, 2022, 11:54:57 PM4/20/22
to cloud-vision-discuss

It is working after I changed the endpoint to eu-vision.googleapis.com

Seems like the US endpoint is the problem.

Saurabh Mangal

unread,
Apr 21, 2022, 12:32:43 AM4/21/22
to cloud-vision-discuss
Here is how to change the end point, just in case someone is wondering on how to do it.

Reply all
Reply to author
Forward
0 new messages