[google-appengine] Re: Custom domain going to Google on some networks

2014-03-11 Thread James Foster
Seems very quiet on Google's end at the moment. Haven't heard a peep despite reaching out to Google Cloud Platform on Twitter and Google+. Have they been active on the issue you filed? Is anyone having trouble with SSL at the moment? I'm seeing some issues, but not sure whether it's related to

[google-appengine] Cursor Related Errors in Task

2014-03-11 Thread Evan Ruff
Hey guys, I've been working on a Task that exports a bunch of datastore entries out to GCS and am getting some wacky behavior. Sometimes, the thing fails in <30 seconds with a 202 error in the log that I can't catch in the code. Sometimes, I get an ApiDeadlineException when trying to get the cu

[google-appengine] Re: Property corrupt in the datastore

2014-03-11 Thread timh
Did you change it's type. It looks like you have just added some value to the property and the Datastore viewer can't deal with the encoding. Have you tried retrieving the property directly in code or via the remote_api_shell. I don't believe appengine is corrupting data. T On Wednesday, Mar

[google-appengine] Re: Custom domain going to Google on some networks

2014-03-11 Thread GregF
The problem was resolved for us about 12:30 NZ time. We had about 4 hours outage. +1 for a post-mortem. -- 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 an email to goo

[google-appengine] Re: How stable is pull queue task tagging for arbitrary tags?

2014-03-11 Thread Kaan Soral
I've checked the performance of my datastore based task pipeline, the performance seems to be very poor, there are many missed/old tasks (db entities) - probably caused by query delays - as I query for tasks, and the delay should be ~30 seconds at most for the system to work, doesn't seem to be

[google-appengine] Re: Custom domains stopped to work

2014-03-11 Thread Tomas
Okay seems fixed for me now, thanks google! On Wednesday, 12 March 2014 09:40:24 UTC+13, Tomas Adamek wrote: > > Hi there > > it seems like that today all my custom domain configured in my google apps > account stopped to forward the traffic to app engine applications. All > custom domains direc

[google-appengine] Re: Custom domain going to Google on some networks

2014-03-11 Thread James Foster
Looks like they might've set the security flag on that issue. I hope we get a proper postmortem. On Wednesday, March 12, 2014 8:07:32 AM UTC+11, GregF wrote: > > I've created a production issue here: > https://code.google.com/p/googleappengine/issues/detail?id=10687 - please > star! > > > On We

[google-appengine] Re: Custom domains stopped to work

2014-03-11 Thread alan.bl...@gmail.com
fixed for me also. thanks -- 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 an email to google-appengine+unsubscr...@googlegroups.com. To post to this group, send email t

[google-appengine] Re: Custom domains stopped to work

2014-03-11 Thread James Foster
I was seeing that the the custom domain (eg. www.domain.com) was being 302 redirected to google.com, and any more specific URLs (eg. www.domain.com/product) were producing the "that's all we know" Google 404 error. Resolved within about 5 minutes of me noticing it. Has Google announced anything

[google-appengine] Re: Custom domains stopped to work

2014-03-11 Thread alan.bl...@gmail.com
I'm getting the same problem -- 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 an email to google-appengine+unsubscr...@googlegroups.com. To post to this group, send ema

[google-appengine] Re: Custom domains stopped to work

2014-03-11 Thread GregF
We seem to be fine if the user is on Vodafone, but not Telecom. Because other people in other countries have reported this, I'm assuming Google made a change that mis-directs packets from Telecom networks. Also Aus users are reporting network variance - works on some, not others. On Wednesday,

[google-appengine] Re: Custom domains stopped to work

2014-03-11 Thread Robert King
I'm in NZ too and none of my domains are working! On Wednesday, 12 March 2014 09:51:30 UTC+13, GregF wrote: > > Yes - same issue here (NZ) on some networks. Great to hear I'm not the > only one. HELP!!! > > On Wednesday, 12 March 2014 09:40:24 UTC+13, Tomas Adamek wrote: >> >> Hi there >> >> it s

Re: [google-appengine] Re: Custom domain going to Google on some networks

2014-03-11 Thread GregF
Good man! In case it helps, this happening for users on some networks but not others. In NZ, Vodafone works but Telecom doesn't. Unfortunately I'm on Vodafone so I can't tell if it's working again. Cheers! Greg. On Wednesday, 12 March 2014 10:14:53 UTC+13, James Broberg wrote: > > Thanks, I a

Re: [google-appengine] Re: Custom domain going to Google on some networks

2014-03-11 Thread James Broberg
Thanks, I also filed a critical issue on our enterprise support (for whatever that is worth...) On 12 March 2014 08:07, GregF wrote: > I've created a production issue here: > https://code.google.com/p/googleappengine/issues/detail?id=10687 - please > star! > > > On Wednesday, 12 March 2014 09:4

[google-appengine] Re: Custom domain going to Google on some networks

2014-03-11 Thread GregF
I've created a production issue here: https://code.google.com/p/googleappengine/issues/detail?id=10687 - please star! On Wednesday, 12 March 2014 09:48:43 UTC+13, GregF wrote: > > We have several custom domains (e.g. www.schoolinterviews.co.nz) mapped > to our application. Starting this mornin

Re: [google-appengine] Re: Custom domain going to Google on some networks

2014-03-11 Thread James Broberg
same here. not using cloudflare at all. On 12 March 2014 08:01, Rodrigo Almeida wrote: > Same issue here. We are located in Brazil and our DNS records managed by > cloudflare. > > > On Tuesday, March 11, 2014 5:48:43 PM UTC-3, GregF wrote: >> >> We have several custom domains (e.g. www.schoolin

[google-appengine] Re: Custom domain going to Google on some networks

2014-03-11 Thread Rodrigo Almeida
Same issue here. We are located in Brazil and our DNS records managed by cloudflare. On Tuesday, March 11, 2014 5:48:43 PM UTC-3, GregF wrote: > > We have several custom domains (e.g. www.schoolinterviews.co.nz) mapped > to our application. Starting this morning, many users (from one ISP?) are

[google-appengine] Re: Custom domains stopped to work

2014-03-11 Thread GregF
Yes - same issue here (NZ) on some networks. Great to hear I'm not the only one. HELP!!! On Wednesday, 12 March 2014 09:40:24 UTC+13, Tomas Adamek wrote: > > Hi there > > it seems like that today all my custom domain configured in my google apps > account stopped to forward the traffic to app en

[google-appengine] Custom domain going to Google on some networks

2014-03-11 Thread GregF
We have several custom domains (e.g. www.schoolinterviews.co.nz) mapped to our application. Starting this morning, many users (from one ISP?) are getting "a Google page" instead of our app.Others (including ourselves) are getting the app correctly, which seems to imply that the domain is being

[google-appengine] Custom domains stopped to work

2014-03-11 Thread Tomas Adamek
Hi there it seems like that today all my custom domain configured in my google apps account stopped to forward the traffic to app engine applications. All custom domains directs to google.com page now (or display 404 if I use custom.domain/some-path/ The standard appspot url's works fine, ie:

[google-appengine] Re: Efficient way to store lists of smallish integers

2014-03-11 Thread GregF
I use a custom ArrayProperty: #-- # A lean integer list property # See https://developers.google.com/appengine/docs/python/ndb/subclassprop # ArrayProperty import logging class ArrayProperty(ndb.BlobProperty): def __init__(self, t

Aw: Re: Re: [google-appengine] How is MD5 hash of a blobstore blob encoded?

2014-03-11 Thread Stephan Hartmann
Hi Vinny, hi Barry,   In my first test I assumed that Base64 was used on Prod to encode the binary data of the md5 hash (as base64 is meant for encoding raw 8bit binary data). So I tried to decode it to a byte array, assuming it would be the md5 hash and encoding it with hex encoding. But as ment

[google-appengine] Property corrupt in the datastore

2014-03-11 Thread Arthur Wiebe
I just recently started seeing problems in my app where a specific property just seemed to disappear. And if I use the Datastore Viewer under https://appengine.google.com/datastore/explorer I see the following error: (I renamed the actual property name to my_property_name) Error fetching enti

Re: [google-appengine] Re: upload image into google app engine

2014-03-11 Thread Vinny P
On Tuesday, March 11, 2014 7:37:42 AM UTC-5, Giovanni Di Noia wrote: > GCS has a 5gb free quota for the only default bucket > This is probably the better route. Note that the default bucket for your application is generally *application-id . appspot . com* (no spaces), although you can also ge

Re: Re: [google-appengine] How is MD5 hash of a blobstore blob encoded?

2014-03-11 Thread Vinny P
The reason I asked for an empty file's MD5 is to compare them and see if there was a wrong hash being generated, since *d41d8cd98f00b204e9800998ecf8427e* is the correct "blank" MD5. But as Barry noted, it looks like both implementations are generating the correct MD5 sums, the only difference s

Re: [google-appengine] Re: 1.9.1 Pre-Release SDKs are now available.

2014-03-11 Thread husayt
I was worried they are going to hold things till the Google IO. If what you say is right, then this is encouraging and very exciting. Looking forward On Tuesday, 11 March 2014 16:02:11 UTC, PK wrote: > > Actually they did deprecate something :-) But do not be too quick to judge. > > Here is what

Re: Re: [google-appengine] How is MD5 hash of a blobstore blob encoded?

2014-03-11 Thread Barry Hunter
I stuck the 'Prod' hash ZDQxZDhjZDk4ZjAwYjIwNGU5ODAwOTk4ZWNmODQyN2U= into a decoder, http://www.opinionatedgeek.com/dotnet/tools/base64decode/ and got d41d8cd98f00b204e9800998ecf8427e So it would appear that the production just base64 encodes (for what ever reason) the md5 hash :) Or at somethi

Aw: Re: [google-appengine] How is MD5 hash of a blobstore blob encoded?

2014-03-11 Thread Stephan Hartmann
Hi Vinny,   Thanks for your time.   I've uploaded an empty file and here is what I get from BlobInfo.getMd5Hash():   Development Server: d41d8cd98f00b204e9800998ecf8427e AppEngine Prod: ZDQxZDhjZDk4ZjAwYjIwNGU5ODAwOTk4ZWNmODQyN2U=   Hope you can shed some light on this. I don't expect th

Re: [google-appengine] Re: upload image into google app engine

2014-03-11 Thread PK
I had seen no issue with the Files API but you should not use it because it is deprecated. GCS is the future and seems to be working fine too. PK http://www.gae123.com On March 11, 2014 at 5:38:22 AM, Gianni Di Noia (giann...@gmail.com) wrote: 2014-03-11 13:15 GMT+01:00 Vinny P : On Tue, Mar

Re: [google-appengine] Re: 1.9.1 Pre-Release SDKs are now available.

2014-03-11 Thread PK
Actually they did deprecate something :-) But do not be too quick to judge. Here is what I guess is going on. On March 26 Google has this event:  https://cloud.google.com/events/google-cloud-platform-live/ At that point 1.9.1 will go live and they will announce some features that they want to an

Re: [google-appengine] Re: upload image into google app engine

2014-03-11 Thread Gianni Di Noia
2014-03-11 13:15 GMT+01:00 Vinny P : > On Tue, Mar 11, 2014 at 12:36 AM, hitesh jain > wrote: > > Google cloud storage is paid one from single byte storage. >> > GCS has a 5gb free quota for the only default bucket.. http://goo.gl/KT4gQz -- You received this message because you are subscribed

Re: [google-appengine] Re: upload image into google app engine

2014-03-11 Thread Vinny P
On Tue, Mar 11, 2014 at 12:36 AM, hitesh jain wrote: > I forgot to mention, I am looking for free solution , Google cloud storage > is paid one from single byte storage. What if I use deprecated File API to > deal with blob store. > You can do that, but the Files API is deprecated for a reason: