On Tue, Jul 22, 2014 at 6:47 AM, Alexandre Passant <[email protected]> wrote:
> I'm managing an API with using Google Cloud Endpoints and am struggling > with a strange, randomly happening, error. The error happens in production > only, the unit tests pass property on the dev environment. > > When updating the user, I have the following error from time to time > > Expected UserFacebookData instance, > got UserFacebookData(facebook_id=u'xxx', facebook_token=xxx')) > I see from your SO post that only updates have difficulty, not creations. Do the errors appear repeatedly on the same or similar entities, or across a wide range of entities on a transient basis? If they appear repeatedly, what happens if - instead of an update operation - you delete the entity then create a new one with the identical kind, id, and properties? ----------------- -Vinny P Technology & Media Consultant Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/d/optout.
