---------------------------
GO Contact Sync Mod
---------------------------
Sorry, an unexpected error occured.
Please support us fixing this problem. Go to
https://sourceforge.net/projects/googlesyncmod/ and use the Tracker!
Hint: You can copy this message by pressing CTRL-C in the dialog box.
Please check first if error has already been reported.
Program Version: 3.5.7.14927
Error Details:
System.ApplicationException: Error saving EXISTING Google contact: [Line 15, Column 59, element gd:email] g:email/@address is required.
Execution of request failed: https://www.google.com/m8/feeds/contacts/alain.wittmann@gmail.com/full/3e2814eb09666131
<?xml version="1.0" encoding="utf-8"?>
<entry gd:etag=""Rnk5fTVSLit7I2A9WhJbFU0JTgM."" xmlns="http://www.w3.org/2005/Atom" xmlns:gd="http://schemas.google.com/g/2005">
<app:edited app="http://www.w3.org/2007/app" xmlns:app="http://www.w3.org/2007/app">2012-09-24T16:26:17.725Z</app:edited>
<gd:name>
<gd:fullName>Tabailloux, Jean-Luc</gd:fullName>
<gd:givenName>Jean-Luc</gd:givenName>
<gd:familyName>Tabailloux</gd:familyName>
</gd:name>
<gContact:initials xmlns:gContact="http://schemas.google.com/contact/2008">J.T.</gContact:initials>
<gd:organization primary="true" rel="http://schemas.google.com/g/2005#work">
<gd:orgName>Eglise Protestante Evangélique de Grenoble</gd:orgName>
<gd:orgTitle>Pasteur</gd:orgTitle>
</gd:organization>
<gd:email address="jl.tabailloux@gmail.com" primary="true" rel="http://schemas.google.com/g/2005#home" />
<gd:email rel="http://schemas.google.com/g/2005#home" />
<gd:email address="jl.tabailloux@free.fr" rel="http://schemas.google.com/g/2005#home" />
<gd:phoneNumber primary="true" rel="http://schemas.google.com/g/2005#mobile" uri="tel:+33-6-89-44-02-02">+33 6 89 44 02 02</gd:phoneNumber>
<gd:phoneNumber rel="http://schemas.google.com/g/2005#work" uri="tel:+33-4-76-62-35-40">+33 4 76 62 35 40</gd:phoneNumber>
<gd:structuredPostalAddress primary="true" rel="http://schemas.google.com/g/2005#home">
<gd:formattedAddress>lot 36 353 rue Maurice Carême
Crolles F-38920
France</gd:formattedAddress>
<gd:street>lot 36 353 rue Maurice Carême</gd:street>
<gd:postcode>F-38920</gd:postcode>
<gd:city>Crolles</gd:city>
<gd:country>France</gd:country>
</gd:structuredPostalAddress>
<gContact:website href="http://www.google.com/profiles/105557250000245489566" primary="true" rel="home-page" xmlns:gContact="http://schemas.google.com/contact/2008" />
<gd:extendedProperty name="gos:oid:Outlook" value="0000000061C256CD5320814C8CBC668BA9A62C48249C2300" />
<gContact:groupMembershipInfo deleted="false" href="http://www.google.com/m8/feeds/groups/alain.wittmann%40gmail.com/base/3a4629a689f76d19" xmlns:gContact="http://schemas.google.com/contact/2008" />
<gContact:groupMembershipInfo deleted="false" href="http://www.google.com/m8/feeds/groups/alain.wittmann%40gmail.com/base/5065196e0fbe3bbc" xmlns:gContact="http://schemas.google.com/contact/2008" />
<gContact:groupMembershipInfo deleted="false" href="http://www.google.com/m8/feeds/groups/alain.wittmann%40gmail.com/base/6" xmlns:gContact="http://schemas.google.com/contact/2008" />
<title type="text">Tabailloux, Jean-Luc</title>
<id>http://www.google.com/m8/feeds/contacts/alain.wittmann%40gmail.com/base/3e2814eb09666131</id>
<link href="https://www.google.com/m8/feeds/photos/media/alain.wittmann%40gmail.com/3e2814eb09666131" rel="http://schemas.google.com/contacts/2008/rel#photo" type="image/*" gd:etag=""K200EkYySit7I2B8HEQbTg5AB382GXwXbT0."" />
<link href="https://www.google.com/m8/feeds/contacts/alain.wittmann%40gmail.com/full/3e2814eb09666131" rel="self" type="application/atom+xml" />
<link href="https://www.google.com/m8/feeds/contacts/alain.wittmann%40gmail.com/full/3e2814eb09666131" rel="edit" type="application/atom+xml" />
<category term="http://schemas.google.com/contact/2008#contact" scheme="http://schemas.google.com/g/2005#kind" />
<content type="text">Culte 10h
Participé à la MPJ en 94 (rôle moteur)</content>
<updated>2012-09-24T18:26:17+02:00</updated>
</entry> ---> Google.GData.Client.GDataRequestException: Execution of request failed: https://www.google.com/m8/feeds/contacts/alain.wittmann@gmail.com/full/3e2814eb09666131 ---> System.Net.WebException: Le serveur distant a retourné une erreur : (400) Demande incorrecte.
à System.Net.HttpWebRequest.GetResponse()
à Google.GData.Client.GDataRequest.Execute()
--- Fin de la trace de la pile d'exception interne ---
à Google.GData.Client.GDataRequest.Execute()
à Google.GData.Client.GDataGAuthRequest.Execute(Int32 retryCounter)
à Google.GData.Client.GDataGAuthRequest.Execute()
à Google.GData.Client.Service.EntrySend(Uri feedUri, AtomBase baseEntry, GDataRequestType type, AsyncSendData data)
à Google.GData.Client.FeedRequest`1.Update[Y](Y entry)
à GoContactSyncMod.Syncronizer.SaveGoogleContact(Contact googleContact) dans C:\Users\saller\projects\googlesyncmod\trunk\GoogleContactsSync\Syncronizer.cs:ligne 1243
--- Fin de la trace de la pile d'exception interne ---
à GoContactSyncMod.Syncronizer.SaveGoogleContact(Contact googleContact) dans C:\Users\saller\projects\googlesyncmod\trunk\GoogleContactsSync\Syncronizer.cs:ligne 1253
à GoContactSyncMod.Syncronizer.SaveOutlookContact(Contact& googleContact, ContactItem outlookContact) dans C:\Users\saller\projects\googlesyncmod\trunk\GoogleContactsSync\Syncronizer.cs:ligne 1078
à GoContactSyncMod.Syncronizer.UpdateContact(Contact master, ContactItem slave) dans C:\Users\saller\projects\googlesyncmod\trunk\GoogleContactsSync\Syncronizer.cs:ligne 1529
à GoContactSyncMod.ContactsMatcher.SyncContact(ContactMatch match, Syncronizer sync) dans C:\Users\saller\projects\googlesyncmod\trunk\GoogleContactsSync\ContactsMatcher.cs:ligne 719
à GoContactSyncMod.ContactsMatcher.SyncContacts(Syncronizer sync) dans C:\Users\saller\projects\googlesyncmod\trunk\GoogleContactsSync\ContactsMatcher.cs:ligne 558
à GoContactSyncMod.Syncronizer.Sync() dans C:\Users\saller\projects\googlesyncmod\trunk\GoogleContactsSync\Syncronizer.cs:ligne 782
à GoContactSyncMod.SettingsForm.Sync_ThreadStarter() dans C:\Users\saller\projects\googlesyncmod\trunk\GoogleContactsSync\SettingsForm.cs:ligne 232
---------------------------
OK
---------------------------