Hello Daniel, This seems like you have a contact with an empty "gd:orgSymbol<http://code.google.com/apis/gdata/docs/2.0/elements.html#gdOrgSymbol>" element which is a bug in either the Contacts API or the GData Java client library. To make sure which one it is, would it be possible for you to log and share with us the XML data that is sent back by the API for the contact having the issue?
You can see an example on how to set a logger in the ContactsExample.java<http://code.google.com/p/gdata-java-client/source/browse/trunk/java/sample/contacts/ContactsExample.java?r=424#584>file. Best, Alain On Mon, Aug 22, 2011 at 4:37 AM, Daniel Florey <[email protected]>wrote: > I'm getting an internal GData error when retrieving contacts: > > com.google.gdata.util.ParseException: [Line 11, Column 1743, element > gd:orgSymbol] Missing required text content > > at > com.google.gdata.util.XmlParser.throwParseException(XmlParser.java:730) > at com.google.gdata.util.XmlParser.parse(XmlParser.java:693) > at com.google.gdata.util.XmlParser.parse(XmlParser.java:576) > at com.google.gdata.data.BaseFeed.parseAtom(BaseFeed.java:867) > at > com.google.gdata.wireformats.input.AtomDataParser.parse(AtomDataParser.java:68) > at > com.google.gdata.wireformats.input.AtomDataParser.parse(AtomDataParser.java:39) > at > com.google.gdata.wireformats.input.CharacterParser.parse(CharacterParser.java:100) > at > com.google.gdata.wireformats.input.XmlInputParser.parse(XmlInputParser.java:52) > at > com.google.gdata.wireformats.input.AtomDualParser.parse(AtomDualParser.java:66) > at > com.google.gdata.wireformats.input.AtomDualParser.parse(AtomDualParser.java:34) > at com.google.gdata.client.Service.parseResponseData(Service.java:2165) > at com.google.gdata.client.Service.parseResponseData(Service.java:2098) > at com.google.gdata.client.Service.getFeed(Service.java:1136) > at com.google.gdata.client.Service.getFeed(Service.java:1077) > at com.google.gdata.client.GoogleService.getFeed(GoogleService.java:662) > at com.google.gdata.client.Service.query(Service.java:1237) > at com.google.gdata.client.Service.query(Service.java:1178) > > -- > You received this message because you are subscribed to the Google > Groups "Google Contacts, Shared Contacts and User Profiles APIs" group. > To post to this group, send email to > [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://code.google.com/apis/contacts/community/forum.html > -- Alain Vongsouvanh -- You received this message because you are subscribed to the Google Groups "Google Contacts, Shared Contacts and User Profiles APIs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://code.google.com/apis/contacts/community/forum.html
