http://bugzilla.moblin.org/show_bug.cgi?id=4703
--- Comment #9 from MarkSwanson <[email protected]> 2009-07-29 21:29:44 --- I believe I found the bug. The latest git master branch of syncevolution (and libsynthesis) is sending this: <Last></Last> when it really must send something like this: <Last>1248927454342</Last> When the server tries to save the mapping it can't because <Last></Last> is invalid. A bigger snippet: (Sent by SyncEvolution) <Alert> <CmdID>3</CmdID> <Data>201</Data> <Item> <Target> <LocURI>cal2</LocURI> </Target> <Source> <LocURI>./ical20</LocURI> </Source> <Meta> <Anchor xmlns="syncml:metinf"> <Last></Last> <Next>20090730T042056Z</Next> </Anchor> <MaxObjSize>4000000</MaxObjSize> </Meta> <Data></Data> </Item> </Alert> <Final></Final> The whole SyncEvolution request minus some DevInf: <SyncML> <SyncHdr> <VerDTD>1.2</VerDTD> <VerProto>SyncML/1.2</VerProto> <SessionID>174</SessionID> <MsgID>1</MsgID> <Target> <LocURI>http://quad.home2.mark/funambol/ds</LocURI> </Target> <Source> <LocURI>testDevice1</LocURI> <LocName>19</LocName> </Source> <Cred> <Meta> <Format>b64</Format> <Type>syncml:auth-basic</Type> </Meta> <Data>MTk6cGFzczEyMw==</Data> </Cred> <Meta> <MaxMsgSize>20000</MaxMsgSize> <MaxObjSize>4000000</MaxObjSize> </Meta> </SyncHdr> <SyncBody> <Put> <CmdID>1</CmdID> <Meta> <Type>application/vnd.syncml-devinf+wbxml</Type> </Meta> <Item> <Source> <LocURI>./devinf12</LocURI> </Source> <Data> <DevInf xmlns="syncml:devinf"> ... </DevInf> </Data> </Item> </Put> <Get> <CmdID>2</CmdID> <Meta> <Type>application/vnd.syncml-devinf+wbxml</Type> </Meta> <Item> <Target> <LocURI>./devinf12</LocURI> </Target> <Data></Data> </Item> </Get> <Alert> <CmdID>3</CmdID> <Data>201</Data> <Item> <Target> <LocURI>cal2</LocURI> </Target> <Source> <LocURI>./ical20</LocURI> </Source> <Meta> <Anchor xmlns="syncml:metinf"> <Last></Last> <Next>20090730T042056Z</Next> </Anchor> <MaxObjSize>4000000</MaxObjSize> </Meta> <Data></Data> </Item> </Alert> <Final></Final> </SyncBody> </SyncML> -- Configure bugmail: http://bugzilla.moblin.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching someone on the CC list of the bug. _______________________________________________ Syncevolution-issues mailing list [email protected] http://lists.syncevolution.org/listinfo/syncevolution-issues
