I'm trying to use gcloud utility within custom Python Flexible VM. Base image: gcr.io/google_appengine/python Cloud SDK: https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-sdk-120.0.0-linux-x86_64.tar.gz
Unfortunately, valuable gcloud commands fail. It seems like some requests get no response. For instance, gcloud app versions list --log-http --verbosity debug freezes/fails on services API: --request-start-- uri: https://appengine.googleapis.com/v1beta5/apps/<project_id>/services?alt=json method: GET -headers-start- Authorization: Bearer <token> accept: application/json accept-encoding: gzip, deflate content-length: 0 user-agent: blablabla gcloud/120.0.0 command/gcloud.app.versions.list invocation-id/blablabla environment/GCE environment-version/None interactive/True python/2.7.9 (Linux 3.16.0-4-amd64) -headers-end- -body-start- -body-end- --request-end-- DEBUG: Caught HTTP error ResponseNotReady, retrying: DEBUG: Retrying request to url https://appengine.googleapis.com/v1beta5/apps/<project_id>/services?alt=json after exception --request-start-- The following command fails with similar symptoms gcloud app services list Any idea how to fix it? -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/2ca91250-50eb-4450-8b45-3f6be6f6bd4b%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
