Gcloud错误…glcloud崩溃了(BadStatusLine):”

时间:2019-04-04 23:09:40

标签: php mysql google-app-engine pdo google-cloud-platform

通常,我对gcloud命令没有任何问题。作为仅在更新我的网站时使用的人,我的曝光是通过以下命令进行的:

gcloud app deploy

出现标题中显示的错误时,建议我运行'gcloud info --run-diagnostics'。运行时,我得到以下结果:

Network diagnostic detects and fixes local network connection issues.
Checking network connection...done.
Reachability Check passed.
Network diagnostic passed (1/1 checks passed).
Property diagnostic detects issues that may be caused by properties.
Checking hidden properties...done.
ERROR: Hidden Property Check failed.
The following hidden properties have been set:
[compute/gce_metadata_read_timeout_sec]
Properties files
User: /tmp/tmp.PSJvG9V1wZ/configurations/config_cloudshell-19904
Installation: /google/google-cloud-sdk/properties
ERROR: Property diagnostic failed (0/1 checks passed).

除此之外,我对gcloud命令的了解不多。现在,在我的GAE(Google应用引擎)上设置MySQL实例后,发生了错误。然后,问题就变成了为什么会导致该问题以及如何解决。还是通过更改我的代码连接到数据库的方式引起了问题?如果这是一个可能的问题,请使用以下代码:

My GAE MySQL connection

如果您还需要其他信息,请告诉我。我只是想解决这个问题!谢谢

2 个答案:

答案 0 :(得分:2)

从休眠模式唤醒笔记本电脑并重新连接到云外壳后,遇到了此问题。通过关闭Chrome上的“ cloud shell”选项卡并从新选项卡启动另一个shell,即可解决此问题。 :)

答案 1 :(得分:1)

我遇到了与此处所述相同的问题。 https://github.com/TestArmada/flank/issues/307

侧面似乎有问题。

重新启动工作站或重新运行以下命令

$ gcloud info --run-diagnostics