From: Jijun Yu <Jij...@Su...> - 2006-09-06 11:12:05
|
I built libopensync-0.18, multisync-0.90.18, libopensync-plugin-evolution2-0.18, libopensync-plugin-google-calendar cvs on my solaris box successfully. But syncing between evo2-sync and google-calendar was failed. Who knows the reason and how to rosolve it? Your comments are very appreciated. Configuration for evo2-sync: <config><adress_path>default</adress_path><calendar_path>default</calendar_path><tasks_path>default</tasks_path></config> Configuration for google-calendar (I tried two calendar address and I replaced my gmail user name and password with USER and PASSWORD): 1. <config> <url>http://www.google.com/calendar/feeds/US...@gm.../private-3d8ae4cd28328ba671ef83a4f4a1288b/basic</url> <username>US...@gm...</username> <password>PASSWORD</password> </config> 2. <config> <url>http://www.google.com/calendar/feeds/US...@gm.../private/full</url> <username>US...@gm...</username> <password>PASSWORD</password> </config> Outputs when syncing: bash-3.00$ msynctool --sync evo2-google Synchronizing group "evo2-google" The previous synchronization was unclean. Slow-syncing Member 2 of type google-calendar just connected Member 1 of type evo2-sync just connected All clients connected or error Traceback (most recent call last): File "/usr/libexec/google-cal-helper", line 27, in ? import sys, httplib2, os, re ImportError: No module named httplib2 Received a entry pas-id-4420B0990000000E with data of size 4 from member 1. Changetype ADDED Received a entry 20060322T020227Z-5253-1-1-7@jordan with data of size 4 from member 1. Changetype ADDED Received a entry 20060322T020227Z-5253-1-1-6@jordan with data of size 4 from member 1. Changetype ADDED Received a entry 20060906T101249Z-2337-1-1-0@jordan with data of size 4 from member 1. Changetype ADDED Received a entry 20060322T014844Z-5253-1-1-3@jordan with data of size 4 from member 1. Changetype ADDED Received a entry 20060322T014844Z-5253-1-1-1@jordan with data of size 4 from member 1. Changetype ADDED Received a entry 20060322T014844Z-5253-1-1-2@jordan with data of size 4 from member 1. Changetype ADDED Received a entry 20060322T014732Z-20247-1-1-4@jordan with data of size 4 from member 1. Changetype ADDED Received a entry 20060322T014923Z-20247-1-1-6@jordan with data of size 4 from member 1. Changetype ADDED Member 1 of type evo2-sync just sent all changes Member 2 of type google-calendar had an error while getting changes: Helper exited abnormally Member 1 of type evo2-sync just disconnected Member 2 of type google-calendar just disconnected All clients have disconnected The sync failed: Unable to read from one of the members Error synchronizing: Unable to read from one of the members Thanks Jerry |