Advertisement
Guest User

davdroid_sync_contacts

a guest
Jan 7th, 2016
246
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.84 KB | None | 0 0
  1. SYNCHRONIZATION INFO
  2. Synchronization phase: 7
  3. Account name: xxx@hotmail.fr
  4. Authority: com.android.contacts
  5.  
  6. HTTP REQUEST:
  7. REPORT https://webcloud.zaclys.com/remote.php/ ... /contacts/
  8. Content-Length: 184
  9. Content-Type: application/xml; charset=utf-8
  10. Depth: 1
  11.  
  12. <?xml version='1.0' encoding='UTF-8' ?><CARD:addressbook-query xmlns="DAV:" xmlns:CARD="urn:ietf:params:xml:ns:carddav"><prop><getetag /></prop><CARD:filter /></CARD:addressbook-query>
  13.  
  14. HTTP RESPONSE:
  15. http/1.1 404 Not Found
  16. Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
  17. Connection: Keep-Alive
  18. Content-Length: 256
  19. Content-Security-Policy: default-src 'self'; script-src 'self' 'unsafe-eval'; style-src 'self' 'unsafe-inline'; frame-src *; img-src *; font-src 'self' data:; media-src *; connect-src *
  20. Content-Type: application/xml; charset=utf-8
  21. Date: Wed, 06 Jan 2016 18:08:41 GMT
  22. Expires: Thu, 19 Nov 1981 08:52:00 GMT
  23. Keep-Alive: timeout=2, max=9
  24. OkHttp-Received-Millis: 1452103724632
  25. OkHttp-Selected-Protocol: http/1.1
  26. OkHttp-Sent-Millis: 1452103724117
  27. Pragma: no-cache
  28. Server: Apache/2.4.6 (CentOS) OpenSSL/1.0.1e-fips PHP/5.4.16
  29. Strict-Transport-Security: max-age=15768000
  30. Strict-Transport-Security: max-age=31536000
  31. X-Content-Type-Options: nosniff
  32. X-Frame-Options: Sameorigin
  33. X-Powered-By: PHP/5.4.16
  34. X-Robots-Tag: none
  35. X-XSS-Protection: 1; mode=block
  36.  
  37. <?xml version="1.0" encoding="utf-8"?>[LF]
  38. <d:error xmlns:d="DAV:" xmlns:s="http://sabredav.org/ns">;[LF]
  39. <s:exception>Sabre\DAV\Exception\NotFound</s:exception>[LF]
  40. <s:message>Card not found</s:message>[LF]
  41. <s:sabredav-version>1.8.12</s:sabredav-version>[LF]
  42. </d:error>[LF]
  43.  
  44.  
  45. STACK TRACE:
  46. at.bitfire.dav4android.exception.NotFoundException: 404 Not Found
  47. at.bitfire.dav4android.exception.NotFoundException: 404 Not Found
  48. at at.bitfire.dav4android.DavResource.checkStatus(DavResource.java:273)
  49. at at.bitfire.dav4android.DavResource.checkStatus(DavResource.java:286)
  50. at at.bitfire.dav4android.DavAddressBook.addressbookQuery(DavAddressBook.java:68)
  51. at at.bitfire.davdroid.syncadapter.ContactsSyncManager.listRemote(ContactsSyncManager.java:118)
  52. at at.bitfire.davdroid.syncadapter.SyncManager.performSync(SyncManager.java:172)
  53. at at.bitfire.davdroid.syncadapter.ContactsSyncAdapterService$ContactsSyncAdapter.onPerformSync(ContactsSyncAdapterService.java:52)
  54. at android.content.AbstractThreadedSyncAdapter$SyncThread.run(AbstractThreadedSyncAdapter.java:259)
  55.  
  56. SOFTWARE INFORMATION
  57. DAVdroid version: 0.9.1.2 (86) Wed Jan 06 19:58:23 GMT+01:00 2016
  58. Installed from: org.fdroid.fdroid
  59. JB Workaround installed: no
  60.  
  61. CONFIGURATION
  62. System-wide synchronization: automatically
  63. Account: xxx@hotmail.fr
  64. Address book sync. interval: 120 min
  65. Calendar sync. interval: 120 min
  66. OpenTasks sync. interval: 120 min
  67.  
  68. SYSTEM INFORMATION
  69. Android version: 5.0 (LRX21V.N9005XXUGBOK6)
  70. Device: Samsung SM-N9005 (hlte)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement