[google-appengine] Re: Can not deploy: Error 400

2010-09-21 Thread pjesi
Thank you Tim! So I had this in app.yaml: - url: /error static_files: error.html upload: error.html error_handlers: - file: error.html After deleting the /error handler, I could upload just fine. Viðar On Sep 21, 12:32 pm, Tim Hoffman wrote: > Hi > > I bet you have default error_handle

[google-appengine] dev_appserver.py missing after an GAE update

2009-01-20 Thread pjesi
Hi GAE was automatically updated today. Since then I can no longer run dev_appserver.py on my Mac.Any ideas? Thanks Viðar --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this g

[google-appengine] Re: Blobstore totally unreliable, redirect to http://temporary-blobstore-error.appspot.com/

2011-02-23 Thread pjesi
Any response from Google on this critical issue? Has there been filed an issue? This is one of at least two very serious issues with the blobstore submission handling (the other not being able to submit non- ASCII text). - Viðar On Feb 3, 4:17 am, RacZo wrote: > I'm having the same problem... bl

[google-appengine] Unable to retrieve entities with OpenID User objects, need a workaround

2011-04-13 Thread pjesi
Hi, It seems that it is not possible to associate an entity to a User instance if the user authenticated with OpenID and did not provide an email. >From the docs, it seems to be possible to create a User instance without an email using federated_identity: users.User(federated_identity="http://ex

[google-appengine] Re: Unable to retrieve entities with OpenID User objects, need a workaround

2011-04-18 Thread pjesi
Any feedback on this? On Apr 14, 8:12 pm, Viðar Svansson wrote: > Another question, is there any way to "peak" into the corrupted entity? > I know the ids from a query but I would like to have the data before I > delete it. > > > > > > > > On Wed, Ap