[google-appengine] ERROR IN my app.yaml?

2018-05-20 Thread Richard Bernstein
I got the dev_appserver.py to run. But when I type in localhost in the browser I get "ERR_CONNECTION_REFUSED". runtime: php55 api_version: 1 handlers: - url: / script: Configure.php - url: /index\.html script: Configure.php - url: /Subit_backend\.html script: Subit_backend.php -

Re: [google-appengine] Re: gcloud beta app deploy : This deployment has too many files

2018-05-20 Thread Ani Hatzis
Although I'm not sure whether this is the right place to discuss the trouble-shooting, here some things to try. My apologies if I repeat things you already have tried. 1. cd into the directory, where the app.yaml file of your application is located 2. With the "." and the debug level

[google-appengine] Re: ERROR IN my app.yaml?

2018-05-20 Thread Richard Bernstein
well, I was trying to open localhost:8080 when I should have been using localhost:8000. So now it is opening to this page. Where is my app though? On Sunday, May 20, 2018 at 6:44:13 AM UTC-4, Richard Bernstein wrote: > > > I got the dev_appserver.py to run. But when I type in localhost in the

[google-appengine] Re: gRPC on Google App Engine

2018-05-20 Thread Mikael Hjalmarson
How about internally? Like using gRPC to communicate between services? Or is the App Engine not able to handle http/2? -- 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

[google-appengine] Re: following directions for using "Getting Started with PhpStorm as Google App Engine PHP IDE"

2018-05-20 Thread 'Kenworth (Google Cloud Platform)' via Google App Engine
1- The tutorial you were following is from 2013. It is safe to assume that a 4-year old tutorial may not be the best idea. 2- I recommend starting the basics from the Official PHP on GAE documentations/tutorial

Re: [google-appengine] Re: following directions for using "Getting Started with PhpStorm as Google App Engine PHP IDE"

2018-05-20 Thread Richard Bernstein
Thanks Kenworth. I could be wrong but i think I actually got the environment up and going; It is hard to tell if you don't know what you are looking for! I created an app.yaml that I start up with the debug flag turned on. When I type localhost from the browser I get a Google App Engine page, and

[google-appengine] Re: too may health checks

2018-05-20 Thread 'Kenworth (Google Cloud Platform)' via Google App Engine
Hi Valerio, a thread like this is off-topic for Google Groups. As it may potentially be a defect on the platform and most likely lead to a specific situation which may require some exchange of project information to reproduce the behavior you described, I highly encourage you to submit a defect

[google-appengine] Re: ERROR IN my app.yaml?

2018-05-20 Thread 'Kenworth (Google Cloud Platform)' via Google App Engine
When you run 'dev_appserver.py', the local development server will now run and listen for requests on port *8080*. Port 8000 is your admin server as per your attached image. INFO 2018-05-20 17:12:53,171 dispatcher.py:255] Starting module "default" *running* at: *http://localhost:8080* INFO