1.1.4.29 Äijänpäivänjärvi: carddav not working properly anymore

asked 2015-05-06 22:37:06 +0300

dengg gravatar image

updated 2015-05-07 22:39:13 +0300

heubergen gravatar image

Hi, since the last update i have an anoying problem, that carddav sync is not working correctly anymore: all contacts lost their phone numbers

i tried to remove and recreate the caldav account, without success (currently no contacts are synced.

does anybody have suggestions on how to best debug whats going on?

(the server on the other side is a hosted kolab by kolabnow)

thx

albert

edit retag flag offensive close delete

Comments

If you have developer mode enabled, please do:

$ systemctl --user stop msyncd
$ killall msyncd
$ MSYNCD_LOGGING_LEVEL=8 devel-su -p msyncd

then in a different terminal:

$ devel-su journalctl -af | grep carddav

then trigger sync with the CardDAV account: Settings | Accounts -> longpress -> Sync

Send the logs to chris dot adams at jolla dot com and I will hopefully be able to figure out what's going on.

Out of interest, when you created the account, what did you specify as the server url?

Cheers, Chris.

chris.adams ( 2015-05-07 04:56:36 +0300 )edit

I don't know about this specific problem. But in case you don't want to miss out on carddav until this problem gets solved, I recommend using SyncEvolution. Jolla's own carddav integration has never worked for me, so I've been using SyncEvolution all along. (Just have to use timedclient-qt5 to reliably schedule regular syncs, since SyncEvolution doesn't know how to wake up sleeping sailfish devices.)

Jolly-Jo ( 2015-05-07 13:29:13 +0300 )edit

I posted an issue with workaround, you could check if the cause is the same: LINK

mattis ( 2015-05-15 22:08:51 +0300 )edit

It may not be the same issue, but a community member provided me with some logs which showed another bug in the CardDAV adapter which has now been fixed in the code repository, see https://bugs.merproject.org/show_bug.cgi?id=1104 for details and link to fix. I don't know when the fix will be released in an update, hopefully soon.

Cheers, Chris.

chris.adams ( 2015-06-16 07:12:49 +0300 )edit