Tracking Objects always timeout

18 views
Skip to first unread message

Yu-Hsuan Chen

unread,
Apr 10, 2020, 8:28:26 AM4/10/20
to cloud-videointel-discuss
Hello,

I just start using cloud video intelligence for a few days. I put my test video file in google cloud storage, and call it by URI in request json.
But since yesterday my partner and I always get timeout response after 2~3 hours or more. Our test file is about 6 seconds(14.3MB) ~ 270 seconds(1.13GB).
I checked the quota, so I also tried only operate one video at a time, but still get timeout response. Even the video once successfully get tracking object data, still get timeout response.

response I got like below: (this video is 24seconds, 70MB)
{
  "name": "projects/892822702107/locations/asia-east1/operations/12899716945491865139",
  "metadata": {
    "annotationProgress": [
      {
        "inputUri": "/test_video_earthbook/video_test_closer.mp4",
        "progressPercent": 100,
        "startTime": "2020-04-10T01:35:09.054783Z",
        "updateTime": "2020-04-10T04:35:10.205848Z"
      }
    ]
  },
  "done": true,
  "response": {
    "annotationResults": [
      {
        "inputUri": "/test_video_earthbook/video_test_closer.mp4",
        "error": {
          "code": 4,
          "message": "Video processing timed out: video too long"
        }
      }
    ]
  }
}


Is there anything I missed or doing wrong?
Thanks for help.

Ali At Tayeb

unread,
Apr 10, 2020, 11:10:39 AM4/10/20
to cloud-videointel-discuss
Hi,
 
Given the size and duration of the video, this does not appear to be a quota issue. Could you confirm if this error is consistent since you first saw it or it’s intermittent?
 
This error may suggest that an issue occurred in the background and the request eventually timed out after 3 hours given this is the maximum video length duration accepted. If not sensitive, could you share a sample request and video which reproduces the issue? Additionally, to exclude this a region issue, could you try the request in a region other than asia-east1. 

Reply all
Reply to author
Forward
0 new messages