From: Jason G. <exp...@lo...> - 2009-06-04 04:03:02
|
Hello, I've built opensync off svn head, and am trying to sync memos with my Nokia 6300, using obex->file. Alas, I get: "ERROR: Unable to find conversion path" and so I am trying to rule out a problem with my configuration. Do the resource entries below look OK? Thanks for any tips: J. ----------------------- [1] Extract from obex config ----------------------- <Resources> <Resource> <Enabled>1</Enabled> <Formats> <Format> <Name>memo</Name> </Format> </Formats> <Name>Notes</Name> <ObjType>note</ObjType> </Resource> </Resources> ----------------------- [2] Extract from file config ----------------------- <Resources> <Resource> <Enabled>1</Enabled> <Formats> <Format> <Name>file</Name> </Format> </Formats> <ObjType>note</ObjType> <Path>/home/jas/opensync-head/data/obex-file-memo</Path> </Resource> </Resources> ----------------------- [3] Error message when syncing ----------------------- [jas@talby opensync-head]$ /home/jas/opensync-head/install/bin/osynctool --configdir /home/jas/opensync-head/config --sync obex-file-memo Synchronizing group "obex-file-memo" note sink of member 2 of type file-sync just connected Main sink of member 2 of type file-sync just connected Main sink of member 1 of type syncml-obex-client just connected note sink of member 1 of type syncml-obex-client just connected All clients connected or error Main sink of member 1 of type syncml-obex-client just sent all changes note sink of member 2 of type file-sync just sent all changes Main sink of member 2 of type file-sync just sent all changes ** Message: The proprietary text/x-vcard property X-NICKNAME is not supported. ** Message: The proprietary text/x-vcard property X-SIP is not supported. ** Message: The proprietary text/x-vcard property X-WV-ID is not supported. Main sink of member 1 of type syncml-obex-client had an error: Unable to find conversion path Main sink of member 1 of type syncml-obex-client had an error: Unable to find conversion path Main sink of member 1 of type syncml-obex-client had an error: Unable to find conversion path Main sink of member 1 of type syncml-obex-client had an error: Unable to find conversion path Main sink of member 1 of type syncml-obex-client had an error: Unable to find conversion path Main sink of member 1 of type syncml-obex-client had an error: Unable to find conversion path Main sink of member 1 of type syncml-obex-client had an error: Unable to find conversion path Main sink of member 1 of type syncml-obex-client had an error: Unable to find conversion path note sink of member 1 of type syncml-obex-client just sent all changes All clients sent changes or error All changes got mapped All conflicts have been reported All changes got multiplied All changes got prepared for write Synchronization Forecast Summary: ObjType: note Member 2: Adding(0) Modifying(0) Deleting(0) Member 1: Adding(0) Modifying(0) Deleting(0) No modifications of any Member. Continuing. note sink of member 2 of type file-sync committed all changes. Main sink of member 2 of type file-sync committed all changes. Main sink of member 1 of type syncml-obex-client committed all changes. note sink of member 1 of type syncml-obex-client committed all changes. All clients have written note sink of member 1 of type syncml-obex-client reported sync done. Main sink of member 1 of type syncml-obex-client reported sync done. note sink of member 2 of type file-sync reported sync done. Main sink of member 2 of type file-sync reported sync done. All clients reported sync done note sink of member 2 of type file-sync just disconnected Main sink of member 2 of type file-sync just disconnected note sink of member 1 of type syncml-obex-client just disconnected Main sink of member 1 of type syncml-obex-client just disconnected All clients have disconnected ERROR: Unable to find conversion path |