[google-appengine] Re: OpenId : unable to retrieve record with openid User

2010-08-09 Thread fraser.harris
I reported it: Issue 3563: UserProperty fails for OpenID User instances http://code.google.com/p/googleappengine/issues/detail?id=3563&q=UserProperty%20OpenID&colspec=ID%20Type%20Status%20Priority%20Stars%20Owner%20Summary%20Log%20Component On Jun 19, 6:15 am, sboire wrote: > I got a similar is

[google-appengine] Re: OpenId : unable to retrieve record with openid User

2010-06-19 Thread sboire
I got a similar issue. Saving an instance "put()" of an object with a UserProperty referring to a users.user that is a federated_identity causes a corruption of the instance. accessing the object after the put will result in the following exception: File "/base/python_runtime/python_lib/versions/

[google-appengine] Re: OpenId : unable to retrieve record with openid User

2010-06-16 Thread Roberto
Well, I was able to solve it by myself: did a SELECT __key__ query, fetched the last entity and deleted it. My undertanding is that the problem was generated by creating and storing a User object created with a federated_identity with no email address (blogger.com, in that specific case). The appl

[google-appengine] Re: OpenId : unable to retrieve record with openid User

2010-06-15 Thread Roberto
Sorry for the repost, but I am totally stuck. There is no way of removing the corrupted entity. App Id: test-pappa-mi Entity: Commissario (corrupted entity should be the last created of its kind) this is the stack trace: Traceback (most recent call last): File "/base/python_runtime/python_lib/v

[google-appengine] Re: OpenId : unable to retrieve record with openid User

2010-06-15 Thread Roberto
Hi Nick, AppId is test-pappa-mi troubled entity is "Commissario". Thanks Roberto On 15 Giu, 12:10, "Nick Johnson (Google)" wrote: > Hi Roberto, > > What is your App ID? > > -Nick Johnson > > On Tue, Jun 15, 2010 at 11:04 AM, Roberto wrote: > > > > > > > Hi all, > > > I have a serious problem wi