Re: [google-appengine] Re: Google Frontend inconsistent caching

2016-08-18 Thread Jeff Deskins
I am seeing a similar issue between HTTP and HTTPS on a custom domain. The HTTP version of the page gets cached by the Google Frontend. curl -sD - -o /dev/null http://football.tvstats.com/games/mobile/wbtv HTTP/1.1 200 OK Content-Type: text/html; charset=utf-8 Last-Modified: Fri, 19 Aug 2016

[google-appengine] Re: Some API endpoints taking a long time to start work?

2016-08-18 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Ben, If you've only observed the issue on methods with an auth filter, and the gap in time is always before any other line than the authfilter, it's quite likely this is the cause, but here are some other things to check: You could check the "ms" vs "cpu_ms" times in the log listing for

[google-appengine] Re: GAE Search API and Golang

2016-08-18 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Carlos, If I understand correctly, you're looking for example code for the Search API for Go? The documentation has this, you'll be relieved to know. If I've misunderstood, please let me know and I'll be happy to assist whatever way I

[google-appengine] Re: Task queues failed to load on console

2016-08-18 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Thanks for your report, Smash IO! Some UI views in the Console use API calls to source their data, which do have a quota. It's possible your project was at it's quota for those calls in the given time period. Feel free to file a Public Issue Tracker

Re: [google-appengine] How to read a csv file on google cloud storage using python on Jupyter Notebook?

2016-08-18 Thread 'Alex Martelli' via Google App Engine
This question is not related to google-appengine and thus it's inappropriate on this group. Rather, ask on the gce-discussion group, or on stackoverflow.com with the right tags (python jupyter google-compute-engine google-cloud-storage). Anyway, the issue is that Python's `open` only supports

[google-appengine] Re: latency issue with datastore

2016-08-18 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey David, It's difficult to say what might be the cause of this. There's no outage or ongoing issue at the moment, so this is worthy of further investigation. Could you email me your Project ID at pay...@google.com? How are you determining the time spent fetching? Do you have custom timing

[google-appengine] Re: x-forwared-for not set correcty on node.js

2016-08-18 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Just an update with no details to report as yet: we continue to investigate this behaviour and hope to have something more concrete to share soon. Sincerely, Nick Cloud Platform Community Support On Monday, August 15, 2016 at 4:15:42 PM UTC-4, Nick (Cloud Platform Support) wrote: > > Hey

[google-appengine] How to read a csv file on google cloud storage using python on Jupyter Notebook?

2016-08-18 Thread Hiral Mehta
Hi, I created a Cluster on Compute Engine and running Juoyter Notebook service on that. I then used python to run a simple machine learning program but stuck at a very initial phase. Unable to read csv file uploaded on google storage into a simple python program. The error and the sample

[google-appengine] Flush memcache policy permission issue on GAE console

2016-08-18 Thread Fabio Bacarin
Hi, I notice a weird behavior on GAE console today. When I try to flush memcache I get the message "You don’t have sufficient permissions to view this page". I have Editor permission to the project and until yesterday everything worked fine. Does someone knowns if permission policy had change?

[google-appengine] latency issue with datastore

2016-08-18 Thread David
I have an application that has been in production for several years and the data access code has not been updated in a very long time. Over the last couple of days I've seen poor latency for a significant number of requests. From the log statements I see almost the entirety of time -- over

Re: [google-appengine] Re: Missing AppEngineLauncher .dmg for latest Python SDK?

2016-08-18 Thread Sriram Karra
I was able to workaround this by first installing from an old copy of GoogleAppEngineLauncher-1.5.2.dmg I had lying around, and then allowing it to look for updates. I am now at 1.9.23.290, which is good enough to get me going. I am hoping the Launcher version is in sync with the SDK version...

[google-appengine] Re: The SSL certificate provided could not be inserted

2016-08-18 Thread Manfred Rotgers
Any idea when certificates with key modulus 3072 bits are accepted? Our company only use these kind of certificates, so for now we can not use this in app engine? see : https://cloud.google.com/appengine/docs/java/console/using-custom-domains-and-ssl#app_engine_support_for_ssl_certificates

[google-appengine] Re: WHAT DOES THIS ERROR MEAN : "ERROR PERSISTING DATA OR ACCESSING DATA"

2016-08-18 Thread iLiNS Ghana
Thanks a lot Nicholas. I will just what you have said. On Wednesday, August 17, 2016 at 6:28:25 PM UTC, Nicholas (Google Cloud Support) wrote: > > Thanks for sharing your concerns here. From the screenshots and > description provided, this seems to be an error generated by the > application.

[google-appengine] Re: Task queues failed to load on console

2016-08-18 Thread Smash IO
It seems after the quota was reset an hour ago the problem disappeared. The queues and cron jobs seem to be working and the logs don't report any unusual problems. The evidence points to a script problem on the console. And I can view tasks! If it happens again I'll report this problem. On