Good point about gdata - but i have just updated to the latest version
(2.0.14) and still get the error. there isn't really any logging that
i can do as the error happens from within the gdata libraries. having
looked at that code, it seems that the error is actually being thrown
from google when the request to update the profile is made.

On Apr 15, 2:38 am, Robert Kluin <robert.kl...@gmail.com> wrote:
> That might be an error on the other end of things.  You might check
> for updated gdata libs and/or try to get a bit more debugging info
> into the logs.
>
>
>
>
>
>
>
> On Thu, Apr 14, 2011 at 18:09, Gwyn Howell <gwyn.how...@appogee.co.uk> wrote:
> > just wrote a simple test script which also throws the error:
> > class Test(webapp.RequestHandler):
> >     def get(self):
> >         client = gdata.contacts.client.ContactsClient(DOMAIN)
> >         client.client_login(USERNAME, PASSWORD, 'appogee testing')
> >         uri = client.GetFeedUri(kind='profiles', projection='full/%s' %
> > USERNAME)
> >         # load the profile here ...
> >         profile = client.Get(uri,
> > desired_class=gdata.contacts.data.ProfileEntry)
> >         # then immediately save it again ....
> >         client.update(profile)        # this line throws the Internal Server
> > Error
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Google App Engine" group.
> > To post to this group, send email to google-appengine@googlegroups.com.
> > To unsubscribe from this group, send email to
> > google-appengine+unsubscr...@googlegroups.com.
> > For more options, visit this group at
> >http://groups.google.com/group/google-appengine?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to