[google-appengine] Re: AttributeError: 'module' object has no attribute 'SignedJwtAssertionCredentials' with App Engine + Earth Engine API python

2016-09-22 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Michael, It appears you found an issue in the "trendy lights" demo. You should file an issue on the github repo and link this thread for context. It seems you did indeed find the source of the issue in the changed name of the function. Cheers, Nick Cloud Platform Community Support On

[google-appengine] Re: Can't Connect AppEngine project to Could SQL in Eclipse Plugin

2016-09-22 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Montassar, It appears there is more than one problem here. The first image, Capture.PNG, shows that you don't have the jdbc driver for mysql in the classpath when you tried to run whatever you tried to run. In cloudSQL1.jpeg and cloudSQL2.jpeg, you appear to get an error when attempting

[google-appengine] Re: Error Response: [3] Docker image appengine.gcr.io/gcloud/project_id.version.time was either not found, or you do not have access to it.

2016-09-22 Thread Geoffroy Lesage
Hi Nicholas, thank you for your time! I am indeed able to pull the image using the gcloud command. However, if I paste the exact same url as the --image-url option it throws the same error `gcloud app deploy app.yaml --image-url "us.gcr.io/..."` `ERROR: (gcloud.app.deploy) Error Response: [3]

[google-appengine] Re: Latency while handling a request in GAE

2016-09-22 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Kajal, Are the calls to memcache.get the first line of code in the request handler? And what do the corresponding logs (see here how to read the logs ) show in the Developers Console for requests like these in regard to the two pieces of

[google-appengine] Re: Google App Engine does not recognized @Named parameter

2016-09-22 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Lucas, Which version of the App Engine SDK is your java project compiling against? It does seem odd that the parameter's annotation should not be recognized. Cheers, Nick Cloud Platform Community Support On Tuesday, September 20, 2016 at 7:27:37 PM UTC-4, Lucas Layman wrote: > > I am

Re: [google-appengine] Re: Appengine Search API is not return results for few strings

2016-09-22 Thread Nijin Narayanan
Hey Nick, Here is the issue tracker link: https://code.google.com/ p/googleappengine/issues/detail?id=13296 -- Nijin Narayanan On Thu, Sep 22, 2016 at 12:51 AM, 'Nick (Cloud Platform Support)' via Google App Engine wrote: > Hey Nijin, > > I'm not able to

[google-appengine] Re: Latency Today - upto 12 seconds to load a page

2016-09-22 Thread Richard Cheesmar
Seems to have got better TTFB is a lot lower On Thursday, September 22, 2016 at 6:14:32 PM UTC+3, Richard Cheesmar wrote: > > There seems to be latency issues recently. Today at www.catchamove.com > it's taking upto 12 seconds to load a page, there is no way it was taking > that long

[google-appengine] recommended settings for instances for varying traffic websites?

2016-09-22 Thread Richard Cheesmar
Is there any recommended settings for instances for varying traffic websites? I mean, low (100-500 users an hour), medium (500-5000), high traffic (anything above 5000), something like that... Obviously it depends on content being served, but some rough guidelines would be useful. Any

[google-appengine] Try the App Engine Flexible preview

2016-09-22 Thread 'Justin Beckwith' via Google App Engine
Greetings folks! The App Engine Flexible team has been hard at work on our latest release. We’re looking for developers who are interested in using our new preview environment, and providing feedback. This release has a few great features,

[google-appengine] Latency Today - upto 12 seconds to load a page

2016-09-22 Thread Richard Cheesmar
There seems to be latency issues recently. Today at www.catchamove.com it's taking upto 12 seconds to load a page, there is no way it was taking that long before...perhaps 4 sometimes even 6 depending on the route... Tested from EU, UK and Turkey and all getting the same long latency issues.

[google-appengine] Re: Latency Today - upto 12 seconds to load a page

2016-09-22 Thread Richard Cheesmar
As can be seen from the image below the page is pending for quite a while... On Thursday, September 22, 2016 at 6:14:32 PM

[google-appengine] Re: Latency Today - upto 12 seconds to load a page

2016-09-22 Thread Richard Cheesmar

[google-appengine] App Engine Flexable: ImportError: No module named PLACEHOLDER

2016-09-22 Thread Andrew Wilson
Here is the raw stack trace: Traceback (most recent call last): File "/home/vmagent/python_vm_runtime/google/appengine/ext/vmruntime/meta_app.py", line 550, in GetUserAppAndServe app, mod_file = self.GetUserApp(script) File

[google-appengine] After app deploy on felxable environemnt: ImportError: No module named PLACEHOLDER

2016-09-22 Thread Andrew Wilson
Error in logs: ImportError: No module named PLACEHOLDER 1. 1. at LoadObject ( /home/vmagent/python_vm_runtime/google/appengine/runtime/wsgi.py:85) 2. 1. at _AppFrom27StyleScript ( /home/vmagent/python_vm_runtime/google/appengine/ext/vmruntime/meta_app.py:271

[google-appengine] What is the use of ENDPOINTS_SERVICE_NAME

2016-09-22 Thread Bhargav mehta
I am doing multi module app with google cloud endpoints so I want to know what should be the value of this environment variable in other module. Currently i am using main project id as the environment in app-engine-web.XML so should i change it to {module Name}-dot-{app Id}. app spot.com or

[google-appengine] Re: How do I redirect www.domain.com to domain.com

2016-09-22 Thread Kijan maharjan
@richie How can we use only one domain without www. or may be to redirect www to non www. On Thursday, July 24, 2008 at 3:04:08 AM UTC+5:45, Richie wrote: > > I hope this post will answer most common questions: > > to redirect mydomain.tld and www.mydomain.tld to myapp.appspot.com you > have