Ticket #1267 (new defect)
Opened 3 years ago
SyncML: ERROR: Unknown changetype, won't commit any changes to the phone
| Reported by: | denisq | Owned by: | dgollub |
|---|---|---|---|
| Priority: | highest | Milestone: | Plugin: SyncML 0.40 |
| Component: | Plugin: syncml | Version: | 0.39 |
| Severity: | critical | Keywords: | |
| Cc: |
Description
I am trying to sync my phone via SyncML (obex) with the file-sync plugin. Reading phone data is no problem, but as soon as the files on the file-sync side change, syncml won't be able to commit them (neither add, nor modify, nor delete).
Here is the error:
(process:11228): CRITICAL : sml_data_sync_change_item_get_action: assertion `SML_IS_DATA_SYNC_CHANGE_ITEM (self)' failed Main sink of member 2 of type file-sync committed all changes. ERROR: Unknown changetype EXIT_ERROR: ds_server_committed_all: Unknown changetype Sent an entry 912 (vcard21) to member 1 (syncml-obex-client). Changetype MODIFIED ERROR: Unknown changetype contact sink of member 1 of type syncml-obex-client had an error: Unknown changetype ERROR: Fewer sink_engines reported committed all than connected
Here is the complete output: http://pastebin.ca/1967926
And here are my log traces: http://dl.dropbox.com/u/3224566/Threads.7z
How can I fix this issue?
Thanks in advance, Quentin
