0

コンテキスト: 「Python で Pub/Sub を使用する方法」に続きます。

問題: アプリを Google Cloud Platform にデプロイしているときに、次のエラーがスローされます。

Error Response: [13] Could not pick a region and/or zone

試みられた解決策:

  1. 地域/ゾーンgcloud init設定を再適用するために実行しました。
  2. 「us-central1-f」に設定ZONEします。config.py
  3. で Google Cloud API をリセットしますgcloud config set app/use_appengine_api false

gcloud info応答:

Google Cloud SDK [90.0.0]

Platform: [Mac OS X, x86_64]
Python Version: [2.7.10 (default, Oct 23 2015, 18:05:06)  [GCC 4.2.1 Compatible Apple LLVM 7.0.0 (clang-700.0.59.5)]]
Python Location: [/Users/.../getting-started-python/6-pubsub/env/bin/python2]
Site Packages: [Enabled]

Installation Root: [/Users/user/google-cloud-sdk]
Installed Components:
  core: [2015.12.07]
  core-nix: [2015.11.24]
  gcloud: []
  gsutil-nix: [4.15]
  gsutil: [4.16]
  bq: [2.0.18]
  bq-nix: [2.0.18]
System PATH: [...]
Cloud SDK on PATH: [True]

Installation Properties: [/Users/user/google-cloud-sdk/properties]
User Config Directory: [/Users/user/.config/gcloud]
User Properties: [/Users/user/.config/gcloud/properties]
Current Workspace: [None]
Workspace Config Directory: [None]
Workspace Properties: [None]

Account: [*******]
Project: [*******]

Current Properties:
  [core]
    project: [*******]
    account: [*******]
    disable_usage_reporting: [True]
  [app]
    use_appengine_api: [true]
    suppress_change_warning: [true]
  [compute]
    region: [us-central1]
    zone: [us-central1-f]

Logs Directory: [/Users/user/.config/gcloud/logs]
Last Log File: [/Users/user/.config/gcloud/logs/2015.12.30/14.29.56.415916.log]
4

2 に答える 2

1

プロジェクトを再作成すると、問題が解決したようです。

2 つのプロジェクト設定の違いを特定できませんでした。元のプロジェクトのセットアップ中に、Google 側でエラーが発生した可能性があると思います。

于 2016-01-01T20:15:49.963 に答える