GNOME Bugzilla – Bug 528998
Error Refreshing with Google Contacts
Last modified: 2008-04-20 11:59:58 UTC
Please describe the problem: 1. I create a new syncpair with Google Contacts & Evolution Contacts (also tried contacts to folder, same error) 2. Enter username, password and select addressbook from Evolution. 3. Start Sync 4. Error Refreshing Steps to reproduce: 1. Everytime when i try to create a syncpair or use an already existing syncpair Actual results: [Syncronization ][INFO ] Setting global cancel flag (Synchronization.py:90) [Syncronization ][DEBUG ] Starting worker: <RefreshDataProviderWorker(Wrapper: Gmail Contacts source (UID: GmailContactSource-john.doe), initial)> (Synchronization.py:93) [Syncronization ][DEBUG ] Refresh <RefreshDataProviderWorker(Wrapper: Gmail Contacts source (UID: GmailContactSource-john.doe), started)> beginning (Synchronization.py:772) [modules.Gmail ][DEBUG ] Getting all contacts as vcards (GmailModule.py:316) [Syncronization ][CRITICAL] UNKNOWN REFRESH ERROR: Wrapper: Gmail Contacts source (UID: GmailContactSource-john.doe) Traceback (most recent call last):
+ Trace 195668
self.dataproviderWrapper.module.refresh()
for c in Contact.parse_vcf(pageData):
for vobj in vobject.readComponents(string):
vline = textLineToContentLine(line, n)
return ContentLine(*parseLine(text, n), **{'encoded':True, 'lineNumber' : n})
raise ParseError("Failed to parse line: %s" % line, lineNumber)
(Synchronization.py:793) [Syncronization ][WARNING] Sync Aborted (Synchronization.py:798) [Syncronization ][DEBUG ] Deleting worker: <RefreshDataProviderWorker(Wrapper: Gmail Contacts source (UID: GmailContactSource-john.doe), started)> (Synchronization.py:86) Expected results: My expectation get every Contact from Google Contacts and write them into my local addressbook from Evolution Does this happen every time? Yes Other information: Tried to erase the line where it complains, error still occurs. Changed Username in Bugreport.
Thanks for taking the time to report this problem. The Gmail Contacts code in our releases is broken due to (i assume) changes at Google. They have released a new supported API which we are working to adopt as soon as possible. This should provide us with a more stable way and maintainable way to sync your contacts. See http://bugzilla.gnome.org/show_bug.cgi?id=520699 for our progress on sorting this out. *** This bug has been marked as a duplicate of 520699 ***