Advertisement
Guest User

Untitled

a guest
Nov 27th, 2016
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.89 KB | None | 0 0
  1. SYNCHRONIZATION INFO
  2. Synchronization phase: 4
  3. Account name: post@****.de
  4. Authority: com.android.contacts
  5.  
  6. HTTP REQUEST:
  7. PUT /remote.php/dav/addressbooks/users/conny/kontakte1/2e4f2d8d8a.vcf
  8. If-Match: "d37068c3c4463c735d23d79133b899b7"
  9.  
  10. BEGIN:VCARD[CR][LF]
  11. VERSION:4.0[CR][LF]
  12. PRODID:+//IDN bitfire.at//DAVdroid/1.3.4.1-ose vcard4android ez-vcard/0.10.[CR][LF]
  13. 0[CR][LF]
  14. REV;VALUE=timestamp:2016-11-19T17:44:22.057Z[CR][LF]
  15. UID:2e4f2d8d8a[CR][LF]
  16. FN:Name Name[CR][LF]
  17. N:Name;Name;;;[CR][LF]
  18. TEL;TYPE=fax:+49000000[CR][LF]
  19. TEL;TYPE=voice:+49000000[CR][LF]
  20. REV:20161127T091253Z[CR][LF]
  21. END:VCARD[CR][LF]
  22.  
  23.  
  24. HTTP RESPONSE:
  25. h2 415
  26. cache-control: no-store, no-cache, must-revalidate
  27. content-security-policy: default-src 'none';
  28. content-type: application/xml; charset=utf-8
  29. date: Sun, 27 Nov 2016 09:12:54 GMT
  30. expires: Thu, 19 Nov 1981 08:52:00 GMT
  31. pragma: no-cache
  32. server: nginx/1.10.0 (Ubuntu)
  33. set-cookie: nc_username=deleted; expires=Thu, 01-Jan-1970 00:00:01 GMT; Max-Age=0; secure; HttpOnly
  34. set-cookie: nc_token=deleted; expires=Thu, 01-Jan-1970 00:00:01 GMT; Max-Age=0; secure; HttpOnly
  35. set-cookie: nc_session_id=deleted; expires=Thu, 01-Jan-1970 00:00:01 GMT; Max-Age=0; secure; HttpOnly
  36. set-cookie: nc_username=deleted; expires=Thu, 01-Jan-1970 00:00:01 GMT; Max-Age=0; path=/; secure; HttpOnly
  37. set-cookie: nc_token=deleted; expires=Thu, 01-Jan-1970 00:00:01 GMT; Max-Age=0; path=/; secure; HttpOnly
  38. set-cookie: nc_session_id=deleted; expires=Thu, 01-Jan-1970 00:00:01 GMT; Max-Age=0; path=/; secure; HttpOnly
  39. set-cookie: oc25c89f73a9=m2jkjk7o6n3t0egf90eti8e236; path=/; secure; HttpOnly
  40. x-content-type-options: nosniff
  41. x-download-options: noopen
  42. x-frame-options: Sameorigin
  43. x-permitted-cross-domain-policies: none
  44. x-robots-tag: none
  45. x-xss-protection: 1; mode=block
  46.  
  47. <?xml version="1.0" encoding="utf-8"?>[LF]
  48. <d:error xmlns:d="DAV:" xmlns:s="http://sabredav.org/ns">[LF]
  49. <s:exception>Sabre\DAV\Exception\UnsupportedMediaType</s:exception>[LF]
  50. <s:message>Validation error in vCard: REV MUST NOT appear more than once in a VCARD component</s:message>[LF]
  51. </d:error>[LF]
  52.  
  53.  
  54. EXCEPTION:
  55. at.bitfire.dav4android.exception.HttpException: 415
  56. at at.bitfire.dav4android.DavResource.checkStatus(DavResource.java:318)
  57. at at.bitfire.dav4android.DavResource.checkStatus(DavResource.java:291)
  58. at at.bitfire.dav4android.DavResource.put(DavResource.java:202)
  59. at at.bitfire.davdroid.syncadapter.SyncManager.uploadDirty(SyncManager.java:317)
  60. at at.bitfire.davdroid.syncadapter.SyncManager.performSync(SyncManager.java:147)
  61. at at.bitfire.davdroid.syncadapter.ContactsSyncAdapterService$ContactsSyncAdapter.onPerformSync(ContactsSyncAdapterService.java:66)
  62. at android.content.AbstractThreadedSyncAdapter$SyncThread.run(AbstractThreadedSyncAdapter.java:272)
  63.  
  64. SOFTWARE INFORMATION
  65. DAVdroid version: 1.3.4.1-ose (128) Wed Nov 16 10:26:01 GMT+01:00 2016
  66. Installed from: com.android.packageinstaller
  67. JB Workaround installed: no
  68.  
  69. CONFIGURATION
  70. System-wide synchronization: automatically
  71. Account: post@****.de
  72. Address book sync. interval: 240 min
  73. Calendar sync. interval: 240 min
  74. OpenTasks sync. interval: 240 min
  75. WiFi only: false
  76. [CardDAV] Contact group method: CATEGORIES
  77. [CalDAV] Time range (past days): 90
  78. Manage calendar colors: true
  79.  
  80. SQLITE DUMP
  81. android_metadata
  82. | locale |
  83. | de_DE |
  84. ----------
  85. settings
  86. | setting | value |
  87. | logToExternalStorage | 0 |
  88. ----------
  89. services
  90. | _id | accountName | service | principal |
  91. | 5 | post@****.de | carddav | https://****.de/remote.php/dav/principals/users/conny/ |
  92. | 6 | post@****.de | caldav | https://****.de/remote.php/dav/principals/users/conny/ |
  93. ----------
  94. sqlite_sequence
  95. | name | seq |
  96. | services | 6 |
  97. | homesets | 6 |
  98. | collections | 15 |
  99. ----------
  100. homesets
  101. | _id | serviceID | url |
  102. | 5 | 6 | https://****.de/remote.php/dav/calendars/conny/ |
  103. | 6 | 5 | https://****.de/remote.php/dav/addressbooks/users/conny/ |
  104. ----------
  105. collections
  106. | _id | serviceID | url | readOnly | displayName | description | color | timezone | supportsVEVENT | supportsVTODO | sync |
  107. | 11 | 6 | https://****.de/remote.php/dav/calendars/conny/pers%c3%b6nlich_shared_by_****/ | 1 | **** | **** | -13108 | <null> | 1 | 1 | 1 |
  108. | 12 | 6 | https://****.de/remote.php/dav/calendars/conny/beruflich_shared_by_****/ | 1 | **** | **** | -8323328 | <null> | 1 | 1 | 1 |
  109. | 13 | 6 | https://****.de/remote.php/dav/calendars/conny/contact_birthdays/ | 1 | Geburtstage von Kontakten | <null> | <null> | <null> | 1 | 0 | 0 |
  110. | 14 | 6 | https://****.de/remote.php/dav/calendars/conny/****/ | 0 | **** | **** | -65536 | <null> | 1 | 1 | 1 |
  111. | 15 | 5 | https://****.de/remote.php/dav/addressbooks/users/conny/kontakte1/ | 0 | Kontakte | <null> | <null> | <null> | <null> | <null> | 1 |
  112. ----------
  113.  
  114. SYSTEM INFORMATION
  115. Android version: 7.1 (cm_d855-userdebug 7.1 NDE63P a0c2667dee test-keys)
  116. Device: LGE LG-D855 (d855)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement