binbeobo / google-cloud-sdk

Automatically exported from code.google.com/p/google-cloud-sdk
0 stars 1 forks source link

gcloud crashed (BadSatusLine): '' #427

Open DanielDunevant opened 5 years ago

DanielDunevant commented 5 years ago

Usually I don't have any problem with gcloud commands. As one who only uses when updating my website my exposure is with one command:

gcloud app deploy

It is suggested that I run gcloud info --run-diagnostics. When run I get the following result:

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).

Outside of that I don't have much exposure to gcloud commands. Now the error occurred after I setup a MySQL instance on my GAE. The question then becomes why this would cause that and how can I fix it. Or could have caused the issue through changing the way my code connects to the database? If that's is a possible problem here's that code:

pdo_Connection

If there is anymore information that you need, let me know. I just want to get this problem solved! Thanks