From: Anders S. H. <an...@gi...> - 2006-05-25 14:55:41
|
As noted in previous mail in "New libsyncml version" thread, I now got both USB and Bluetooth syncs working with my Nokia 6680. I though I would try HTTP too. So I started the syncml-http-server with the command: ./syncml-http-server --port 8081 \ --recvLimit 10000 --maxObjSize 734000 \ --slow-sync "text/x-vcard" Contacts It sits there waiting for me to connect. When I do I get the following output: I/O error : Attempt to load network entity http://www.syncml.org/docs/syncml_represent_v11_20020213.dtd Received an Alert for the DS Server at Contacts: Type: 201, Last , Next 20060525T143619Z Slowsyncing Just received a new session with ID 2 WARNING: Unable to find command handlerWARNING: Unable to find command handlerReceived the DevInf Session 2 reported final. flushing (process:15144): libsoup-CRITICAL **: io_read: assertion `io->read_state != SOUP_MESSAGE_IO_STATE_DONE' failed There was an error in the session 2: Unknown command type It does not work :( Anders |