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