[google-appengine] Datastore entities no more accessible

2010-06-17 Thread dflorey
I'm in trouble, because some of my datastore entities are not accessible anymore. I can request them using queries, but when trying to access certain properties, I get strange results. When trying to open these entities from the datastore viewer I get 500 errors. Any ideas? I've the feeling that it

Re: [google-appengine] Datastore entities no more accessible

2010-06-17 Thread Ikai L (Google)
Can you post reproduction steps? What do you mean when you say you get strange results? On Thu, Jun 17, 2010 at 8:58 AM, dflorey wrote: > I'm in trouble, because some of my datastore entities are not > accessible anymore. I can request them using queries, but when trying > to access certain prop

Re: [google-appengine] Datastore entities no more accessible

2010-06-17 Thread Ikai L (Google)
>From an off-list email - looks like you are having issues when you try to view the entities, since you did an XOR on the String. The error is happening when the String is being converted to UTF8. Can you post the code demonstrating how you are saving the Strings? On Thu, Jun 17, 2010 at 10:11 AM