I guess this was a duplicate of #547, so I’ll close this issue now. If this problem happens for DAVdroid 0.8.1+, please post here again.
No calendar sync after upgrade davdroid 0.6.1 -> 0.9.1.2
-
It is not possible to sync my calender after upgrade davdroid. I try to sync with ownCloud 8.1 and use the DAVdroid client (0.9.1.2) with Android 5.0.2.
The sync stopps with
[error] I/O exception during sync, trying again later - EXCEPTION: java.net.SocketTimeoutException: timeout
I’m confuse - If I make a downgrade back to 0.6.1 it works fine and this error not exists.
Debug Info:
https://gitlab.com/snippets/11220DAVdroid Log:
https://gitlab.com/snippets/11221Can anybody help me with this error?
-
The sync of contacts works without problems.
-
Hello,
It’s the same problem as described here: OwnCloud timeout. OwnCloud takes longer than 45 seconds to begin listing the calendar items, so DAVdroid times out.
In my opinion, this is an OwnCloud issue, please follow up at https://github.com/owncloud/calendar/issues/995
-
@rfc2822 But why works the sync with DAVdroid 0.6.1 and the same OwnCloud version?
-
@hhmb_001 said:
@rfc2822 But why works the sync with DAVdroid 0.6.1 and the same OwnCloud version?
Because DAVdroid 0.6.1 uses a
PROPFIND
request instead ofREPORT calendar-query
, because it doesn’t supportVTODO
(tasks).PROPFIND
causes other problems too, the right request isREPORT calendar-query
. -
@rfc2822 Thanks! I follow https://github.com/owncloud/calendar/issues/807 too.