You can set various timeouts in DavHttpClient. The data timeout (“socket timeout”) is 20 seconds by default.
Do you think it makes sense to increase this timeout for other people, too?
I get the error message “Sync is currently experiencing problems. It will be back shortly.” (In german “Bei der Synchronisierung treten momentan Probleme auf. Sie wird in Kürze fortgesetzt.”).
Server is Baikal 0.2.7 working fine with Outlook Bynari Plugin, etc.
Latest Cyagenmod on Nexus 5.
Any Idea? Workaround?
I found this on the play store:
https://play.google.com/store/apps/details?id=ru.ivary.ContactsSyncFix
This app does not find any broken contacts…
Thanks in advance for your help!
I have seen that Baikal 0.2.6 is in the official support list but 0.2.7 not. Is this related to my problem?
BTW, Baikal changelog: https://github.com/netgusto/Baikal/blob/master/ChangeLog.md
Do you try to sync both calendar and contacts? Can you provide logs from your phone? Otherwise we cannot investigate here… We’ve a short tutorial on it: https://github.com/bitfireAT/davdroid/wiki/How-to-view-the-logs
Can you tell us if your filenames (the resources you’re trying to sync) contain any colons?
Can you please check with 0.6.9.1?
I just tried it with version 0.6.9.1 from the play store and I get the same message when I sync the calendar. On the server is Open-Xchange running.
Can you please provide logs (see link above) or a test account showing the problem? I can’t reproduce the problem here, so I can’t do anything.
I could reproduce it with Radicale and VCards without UID – Radicale seem to return an empty response, like in #393. Strange…
Do you have VCards without UID in your .vcf on the server side?
I’ve seen it happen that Radicale returns an empty <multistatus>
tag when it doesn’t understand the request content, but I’ve never seen completely empty HTTP responses.
I’ve seen it happen that Radicale returns an empty <multistatus> tag when it doesn’t understand the request content, but I’ve never seen completely empty HTTP responses.
I have tested yesterday by adding new VCards without UID on Radicale, and Radicale answered with an empty multistatus which is one cause of the problems which people report.
Radicale answers with a multistatus when you upload items? How do you upload items, may I ask?
I use PUT-requests, which worked fine for me so far.
Radicale answers with a multistatus when you upload items? How do you upload items, may I ask?
No, I have manually put the VCards without UID into the Radicale .vcf in the file system.
Then, when trying to sync with DAVdroid, Radicale replies with an empty multistatus to the corresponding PROPFIND
.
Can you try again with 0.6.9.2?
Any news on this?