From: Armin B. <arm...@de...> - 2006-06-05 00:02:37
Attachments:
signature.asc
|
Hi, i just released a new version of libsyncml "0.4.0". This release now also fixes the "Unknown command type" errors that some of you experienced= =2E You can get libsyncml 0.4.0 by either checking out from subversion, or by downloading a tarball. More info here: http://libsyncml.opensync.org/wiki/download For all other errors (like "request not successfull: 67" or similar) please see if disabling wbxml string tables helps, by setting <usestringtable> to 0 in your plugin config. There is also a new version of libsoup which fixes all known problems regarding the http transport. You can either install libsoup >=3D 2.2.93 if your distro ships it already or check out from gnome cvs using: cvs -d :pserver:ano...@an...:/cvs/gnome co libsoup Best Regards, Armin Bauer |
From: matthias j. <jah...@fr...> - 2006-06-05 01:38:38
|
Am Montag, 5. Juni 2006 02:02 schrieb Armin Bauer: > i just released a new version of libsyncml "0.4.0". This release now > also fixes the "Unknown command type" errors that some of you experienced. > > You can get libsyncml 0.4.0 by either checking out from subversion, or > by downloading a tarball. More info here: > > http://libsyncml.opensync.org/wiki/download My Opensync Debian unstable svn packages at http://www.in.fh-merseburg.de/~jahn/ also includes libsyncml 0.4.0 by now. |
From: Markus M. <me...@me...> - 2006-06-05 20:17:41
|
Hi Armin, thanks for your continued work on this. I updated, re-patched and recompiled everything, but I still get the following error: syncml-obex-client -b XX:XX:XX:XX:XX:XX 11 --sync "text/x-vcalendar" Calendar --dumpinfo --identifier "syncml" --wbxml --recvLimit 10000 --maxObjSize 734000 --noStringTable connection with device succeeded Received an Alert for the DS Server at Calendar: Type: 201, Last 0, Next 11766 Just received a new session with ID 2 Received the DevInf Session 2 reported final. flushing Received an reply to our Alert Going to receive 0 changes Received a added entry 5798 of size 162 and type text/x-vcalendar Data: BEGIN:VCALENDAR [... many lines with calendar data follow ...] Received an transport error: Request not successfull: 67 Send the output below to the libsyncml developers ======================================== Man: Nokia Mod: Nokia 6230i FirmwareVersion: V 03.40 SoftwareVersion: V 03.40 HardwareVersion: 4001 ReceiveLimit: 10000 MaxObjSize: 734000 Connection used: Obex Identifier: syncml Databases: DB Locations: Calendar DB Type: text/x-vcalendar DB Slow: 0 Bluetooth: Yes Wbxml: Yes SyncML Version: 1.1 SupportsNumberofChanges: No SupportsLargeObjects: No Any ideas? Markus Armin Bauer schrieb: > Hi, > > i just released a new version of libsyncml "0.4.0". This release now > also fixes the "Unknown command type" errors that some of you experienced. > > You can get libsyncml 0.4.0 by either checking out from subversion, or > by downloading a tarball. More info here: > > http://libsyncml.opensync.org/wiki/download > > > > For all other errors (like "request not successfull: 67" or similar) > please see if disabling wbxml string tables helps, by setting > <usestringtable> to 0 in your plugin config. > > > > There is also a new version of libsoup which fixes all known problems > regarding the http transport. You can either install libsoup >= 2.2.93 > if your distro ships it already or check out from gnome cvs using: > > cvs -d :pserver:ano...@an...:/cvs/gnome co libsoup > > > Best Regards, > Armin Bauer > > > ------------------------------------------------------------------------ > > _______________________________________________ > Opensync-users mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensync-users > |
From: Stefan W. <wo...@fs...> - 2006-06-05 21:59:59
|
Hi, In this version I still have the "Member 1 of type syncml-obex-client had a= n=20 error while getting changes: wrong initial node: Type" Error. Hasn't this=20 been fixed in this version? Regards, =2D-=20 Stefan Wolf <wo...@fs...> |
From: Anders S. H. <an...@gi...> - 2006-06-06 09:01:35
Attachments:
Thread2812029872.log.gz
Thread2812032704.log.gz
|
Armin Bauer wrote: > i just released a new version of libsyncml "0.4.0". This release now > also fixes the "Unknown command type" errors that some of you experienced. I have an empty 6280, I use the command: ./syncml-obex-client -u 0 --identifier "PC Suite" --wbxml --recvLimit 10000 --maxObjSize 734000 And at the end I tried three different syncs: --slow-sync "text/x-vcard" Contacts --slow-sync "text/plain" Notes --slow-sync "text/x-vcalendar" Calendar The first two works :) No more "Unknown command type". But the last (calendar) fails. The message is: $ SYNCML_TRACE="/home/anders/synctest/log" ./syncml-obex-client -u 0 --identifier "PC Suite" --wbxml --recvLimit 10000 --maxObjSize 734000 --slow-sync "text/x-vcalendar" Calendar connection with device succeeded Received an Alert for the DS Server at Calendar: Type: 201, Last 0, Next 1 Slowsyncing Just received a new session with ID 1 Received the DevInf Session 1 reported final. flushing Received an reply to our Alert Going to receive 0 changes There was an error in the session 1: wrong initial node: Type The logs are attached. Anders |