500 on running locally
I'm using gcloud to run this guy locally (all I really wont is to be able to use scipy), it creates the vm, the health checker 200s but any call to the app's handlers 500. No other error messages given :(
Actually the /start call seem to 500 too, so not sure how the health ceck does error.
Anyway any help much appreciated!
What I'm doing, from the projects root directory: gcloud preview app run .
$ gcloud preview app run . WARNING: The [application] field is specified in file [/Users/philipteare/Downloads/zombie/app.yaml]. This field is not used by gcloud and should be removed. Module [default] found in file [/Users/philipteare/Downloads/zombie/app.yaml] INFO: Looking for the Dockerfile in /Users/philipteare/Downloads/zombie INFO: Using Dockerfile found in /Users/philipteare/Downloads/zombie INFO: Skipping SDK update check. INFO: Starting API server at: http://localhost:56048 INFO: Health checks starting for instance 0. INFO: Starting module "default" running at: http://localhost:8080 INFO: Building image evolu8-drone.default.1... INFO: Starting admin server at: http://localhost:8000 INFO: Image evolu8-drone.default.1 built, id = e5c2407e31ee INFO: Creating container... INFO: Container 095a5b88ec7a77ca08f7ecebdc8274bf7187a7e1ef648d9ea73365954e68e321 created. INFO: default: "GET /_ah/start HTTP/1.1" 500 35 INFO: default: "GET /_ah/health?IsLastSuccessful=no HTTP/1.1" 200 2 INFO: default: "GET /_ah/health?IsLastSuccessful=yes HTTP/1.1" 200 2 INFO: default: "GET /_ah/health?IsLastSuccessful=yes HTTP/1.1" 200 2 INFO: default: "GET / HTTP/1.1" 500 35
That last GET being me trying to view the app.