Advertisement
Thorned_Rose

Untitled

Aug 28th, 2018
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 42.89 KB | None | 0 0
  1. --- BEGIN DEBUG INFO ---
  2.  
  3. LOGS:
  4. 2018-08-28 19:29:08 6 [ui.setup.DavResourceFinder] Finding initial carddav service configuration
  5. 2018-08-28 19:29:08 6 [ui.setup.DavResourceFinder] Checking user-given URL: https://intothegarbagechuteflyboy.net/nextcloud/
  6. 2018-08-28 19:29:08 6 [HttpClient] --> PROPFIND https://intothegarbagechuteflyboy.net/nextcloud/
  7. 2018-08-28 19:29:08 6 [HttpClient] Content-Type: application/xml; charset=utf-8
  8. 2018-08-28 19:29:08 6 [HttpClient] Content-Length: 290
  9. 2018-08-28 19:29:08 6 [HttpClient] Depth: 0
  10. 2018-08-28 19:29:08 6 [HttpClient]
  11. 2018-08-28 19:29:08 6 [HttpClient] <?xml version='1.0' encoding='UTF-8' ?><propfind xmlns="DAV:" xmlns:CAL="urn:ietf:params:xml:ns:caldav" xmlns:CARD="urn:ietf:params:xml:ns:carddav"><prop><resourcetype /><displayname /><CARD:addressbook-description /><CARD:addressbook-home-set /><current-user-principal /></prop></propfind>
  12. 2018-08-28 19:29:08 6 [HttpClient] --> END PROPFIND (290-byte body)
  13. 2018-08-28 19:29:09 6 [HttpClient] <-- 405 Method Not Allowed https://intothegarbagechuteflyboy.net/nextcloud/ (708ms)
  14. 2018-08-28 19:29:09 6 [HttpClient] Date: Tue, 28 Aug 2018 07:29:09 GMT
  15. 2018-08-28 19:29:09 6 [HttpClient] Server: Apache
  16. 2018-08-28 19:29:09 6 [HttpClient] X-Powered-By: PHP/7.2.8
  17. 2018-08-28 19:29:09 6 [HttpClient] Expires: Thu, 19 Nov 1981 08:52:00 GMT
  18. 2018-08-28 19:29:09 6 [HttpClient] Cache-Control: no-store, no-cache, must-revalidate
  19. 2018-08-28 19:29:09 6 [HttpClient] Pragma: no-cache
  20. 2018-08-28 19:29:09 6 [HttpClient] Content-Security-Policy: default-src 'self'; script-src 'self' 'unsafe-eval' 'nonce-ZGV0QVkwTHBvWUhveEJUU1JjSldCMFdMUlZuSGI2QldUamEydlAvbnpXVT06UGEwMEczcW05TUNsdlhhWWNJOGFUZzNFQWo2b1Z1TWlkbmppK2N6UnR4TT0='; style-src 'self' 'unsafe-inline'; frame-src *; img-src * data: blob:; font-src 'self' data:; media-src *; connect-src *; object-src 'none'; base-uri 'self';
  21. 2018-08-28 19:29:09 6 [HttpClient] X-Frame-Options: SAMEORIGIN
  22. 2018-08-28 19:29:09 6 [HttpClient] X-XSS-Protection: 1; mode=block
  23. 2018-08-28 19:29:09 6 [HttpClient] X-Content-Type-Options: nosniff
  24. 2018-08-28 19:29:09 6 [HttpClient] X-Robots-Tag: none
  25. 2018-08-28 19:29:09 6 [HttpClient] X-Download-Options: noopen
  26. 2018-08-28 19:29:09 6 [HttpClient] X-Permitted-Cross-Domain-Policies: none
  27. 2018-08-28 19:29:09 6 [HttpClient] Set-Cookie: ocgf4ycwvrga=55a0e0dee6cad263954fbb470d643a9c; path=/nextcloud; secure; HttpOnly
  28. 2018-08-28 19:29:09 6 [HttpClient] Set-Cookie: oc_sessionPassphrase=UqGJ8z0zqZbnnEzAcYggfooEoLJlgwpltIs46bJjX6Asd%2FlFWRht8kOU6l8PzdLs2lQRfhdNhxFzQAx3nl%2BlPiC%2FWoXhbKLgGZ9uenkjmbZ0m9rq9qkXGHXwwC%2BO%2BgyU; path=/nextcloud; secure; HttpOnly
  29. 2018-08-28 19:29:09 6 [HttpClient] Set-Cookie: nc_sameSiteCookielax=true; path=/nextcloud; httponly;secure; expires=Fri, 31-Dec-2100 23:59:59 GMT; SameSite=lax
  30. 2018-08-28 19:29:09 6 [HttpClient] Set-Cookie: nc_sameSiteCookiestrict=true; path=/nextcloud; httponly;secure; expires=Fri, 31-Dec-2100 23:59:59 GMT; SameSite=strict
  31. 2018-08-28 19:29:09 6 [HttpClient] Keep-Alive: timeout=5, max=100
  32. 2018-08-28 19:29:09 6 [HttpClient] Connection: Keep-Alive
  33. 2018-08-28 19:29:09 6 [HttpClient] Transfer-Encoding: chunked
  34. 2018-08-28 19:29:09 6 [HttpClient] Content-Type: text/html; charset=UTF-8
  35. 2018-08-28 19:29:09 6 [HttpClient]
  36. 2018-08-28 19:29:09 6 [HttpClient]
  37. 2018-08-28 19:29:09 6 [HttpClient] <-- END HTTP (0-byte body)
  38. 2018-08-28 19:29:09 6 [ui.setup.DavResourceFinder] PROPFIND/OPTIONS on user-given URL failed
  39. EXCEPTION at.bitfire.dav4android.exception.HttpException: HTTP 405 Method Not Allowed
  40. at at.bitfire.dav4android.DavResource.checkStatus(DavResource.kt:283)
  41. at at.bitfire.dav4android.DavResource.checkStatus(DavResource.kt:259)
  42. at at.bitfire.dav4android.DavResource.processMultiStatus(DavResource.kt:351)
  43. at at.bitfire.dav4android.DavResource.propfind(DavResource.kt:246)
  44. at at.bitfire.davdroid.ui.setup.DavResourceFinder.checkUserGivenURL(DavResourceFinder.kt:177)
  45. at at.bitfire.davdroid.ui.setup.DavResourceFinder.findInitialConfiguration(DavResourceFinder.kt:112)
  46. at at.bitfire.davdroid.ui.setup.DavResourceFinder.findInitialConfiguration(DavResourceFinder.kt:77)
  47. at at.bitfire.davdroid.ui.setup.DetectConfigurationFragment$ServerConfigurationLoader.loadInBackground(DetectConfigurationFragment.kt:136)
  48. at at.bitfire.davdroid.ui.setup.DetectConfigurationFragment$ServerConfigurationLoader.loadInBackground(DetectConfigurationFragment.kt:120)
  49. at android.support.v4.content.AsyncTaskLoader.onLoadInBackground(AsyncTaskLoader.java:306)
  50. at android.support.v4.content.AsyncTaskLoader$LoadTask.doInBackground(AsyncTaskLoader.java:59)
  51. at android.support.v4.content.AsyncTaskLoader$LoadTask.doInBackground(AsyncTaskLoader.java:47)
  52. at android.support.v4.content.ModernAsyncTask$2.call(ModernAsyncTask.java:138)
  53. at java.util.concurrent.FutureTask.run(FutureTask.java)
  54. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java)
  55. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java)
  56. at java.lang.Thread.run(Thread.java)
  57.  
  58. 2018-08-28 19:29:09 6 [HttpClient] --> PROPFIND https://intothegarbagechuteflyboy.net/.well-known/carddav
  59. 2018-08-28 19:29:09 6 [HttpClient] Content-Type: application/xml; charset=utf-8
  60. 2018-08-28 19:29:09 6 [HttpClient] Content-Length: 198
  61. 2018-08-28 19:29:09 6 [HttpClient] Depth: 0
  62. 2018-08-28 19:29:09 6 [HttpClient]
  63. 2018-08-28 19:29:09 6 [HttpClient] <?xml version='1.0' encoding='UTF-8' ?><propfind xmlns="DAV:" xmlns:CAL="urn:ietf:params:xml:ns:caldav" xmlns:CARD="urn:ietf:params:xml:ns:carddav"><prop><current-user-principal /></prop></propfind>
  64. 2018-08-28 19:29:09 6 [HttpClient] --> END PROPFIND (198-byte body)
  65. 2018-08-28 19:29:09 6 [HttpClient] <-- 301 Moved Permanently https://intothegarbagechuteflyboy.net/.well-known/carddav (22ms)
  66. 2018-08-28 19:29:09 6 [HttpClient] Date: Tue, 28 Aug 2018 07:29:09 GMT
  67. 2018-08-28 19:29:09 6 [HttpClient] Server: Apache
  68. 2018-08-28 19:29:09 6 [HttpClient] Location: https://intothegarbagechuteflyboy.net/nextcloud/remote.php/dav
  69. 2018-08-28 19:29:09 6 [HttpClient] Content-Length: 270
  70. 2018-08-28 19:29:09 6 [HttpClient] Keep-Alive: timeout=5, max=99
  71. 2018-08-28 19:29:09 6 [HttpClient] Connection: Keep-Alive
  72. 2018-08-28 19:29:09 6 [HttpClient] Content-Type: text/html; charset=iso-8859-1
  73. 2018-08-28 19:29:09 6 [HttpClient]
  74. 2018-08-28 19:29:09 6 [HttpClient] <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
  75. <html><head>
  76. <title>301 Moved Permanently</title>
  77. </head><body>
  78. <h1>Moved Permanently</h1>
  79. <p>The document has moved <a href="https://intothegarbagechuteflyboy.net/nextcloud/remote.php/dav">here</a>.</p>
  80. </body></html>
  81.  
  82. 2018-08-28 19:29:09 6 [HttpClient] <-- END HTTP (270-byte body)
  83. 2018-08-28 19:29:09 6 [DavResource] Redirected, new location = https://intothegarbagechuteflyboy.net/nextcloud/remote.php/dav
  84. 2018-08-28 19:29:09 6 [HttpClient] --> PROPFIND https://intothegarbagechuteflyboy.net/nextcloud/remote.php/dav
  85. 2018-08-28 19:29:09 6 [HttpClient] Content-Type: application/xml; charset=utf-8
  86. 2018-08-28 19:29:09 6 [HttpClient] Content-Length: 198
  87. 2018-08-28 19:29:09 6 [HttpClient] Depth: 0
  88. 2018-08-28 19:29:09 6 [HttpClient]
  89. 2018-08-28 19:29:09 6 [HttpClient] <?xml version='1.0' encoding='UTF-8' ?><propfind xmlns="DAV:" xmlns:CAL="urn:ietf:params:xml:ns:caldav" xmlns:CARD="urn:ietf:params:xml:ns:carddav"><prop><current-user-principal /></prop></propfind>
  90. 2018-08-28 19:29:09 6 [HttpClient] --> END PROPFIND (198-byte body)
  91. 2018-08-28 19:29:10 6 [HttpClient] <-- 401 Unauthorized https://intothegarbagechuteflyboy.net/nextcloud/remote.php/dav (278ms)
  92. 2018-08-28 19:29:10 6 [HttpClient] Date: Tue, 28 Aug 2018 07:29:09 GMT
  93. 2018-08-28 19:29:10 6 [HttpClient] Server: Apache
  94. 2018-08-28 19:29:10 6 [HttpClient] X-Powered-By: PHP/7.2.8
  95. 2018-08-28 19:29:10 6 [HttpClient] Expires: Thu, 19 Nov 1981 08:52:00 GMT
  96. 2018-08-28 19:29:10 6 [HttpClient] Cache-Control: no-store, no-cache, must-revalidate
  97. 2018-08-28 19:29:10 6 [HttpClient] Pragma: no-cache
  98. 2018-08-28 19:29:10 6 [HttpClient] X-Frame-Options: SAMEORIGIN
  99. 2018-08-28 19:29:10 6 [HttpClient] X-XSS-Protection: 1; mode=block
  100. 2018-08-28 19:29:10 6 [HttpClient] X-Content-Type-Options: nosniff
  101. 2018-08-28 19:29:10 6 [HttpClient] X-Robots-Tag: none
  102. 2018-08-28 19:29:10 6 [HttpClient] X-Download-Options: noopen
  103. 2018-08-28 19:29:10 6 [HttpClient] X-Permitted-Cross-Domain-Policies: none
  104. 2018-08-28 19:29:10 6 [HttpClient] Content-Security-Policy: default-src 'none';
  105. 2018-08-28 19:29:10 6 [HttpClient] WWW-Authenticate: Basic realm="Nextcloud"
  106. 2018-08-28 19:29:10 6 [HttpClient] Keep-Alive: timeout=5, max=98
  107. 2018-08-28 19:29:10 6 [HttpClient] Connection: Keep-Alive
  108. 2018-08-28 19:29:10 6 [HttpClient] Transfer-Encoding: chunked
  109. 2018-08-28 19:29:10 6 [HttpClient] Content-Type: application/xml; charset=utf-8
  110. 2018-08-28 19:29:15 6 [ui.setup.DavResourceFinder] Well-known URL detection failed
  111. EXCEPTION java.io.EOFException
  112. at okio.RealBufferedSource.require(RealBufferedSource.java:61)
  113. at okio.RealBufferedSource.readHexadecimalUnsignedLong(RealBufferedSource.java:304)
  114. at okhttp3.internal.http1.Http1Codec$ChunkedSource.readChunkSize(Http1Codec.java:469)
  115. at okhttp3.internal.http1.Http1Codec$ChunkedSource.read(Http1Codec.java:449)
  116. at okio.RealBufferedSource.request(RealBufferedSource.java:68)
  117. at okhttp3.logging.HttpLoggingInterceptor.intercept(HttpLoggingInterceptor.java:241)
  118. at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:147)
  119. at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:121)
  120. at okhttp3.RealCall.getResponseWithInterceptorChain(RealCall.java:200)
  121. at okhttp3.RealCall.execute(RealCall.java:77)
  122. at at.bitfire.dav4android.DavResource$propfind$1.invoke(DavResource.kt:244)
  123. at at.bitfire.dav4android.DavResource$propfind$1.invoke(DavResource.kt:34)
  124. at at.bitfire.dav4android.DavResource.followRedirects(DavResource.kt:297)
  125. at at.bitfire.dav4android.DavResource.propfind(DavResource.kt:239)
  126. at at.bitfire.davdroid.ui.setup.DavResourceFinder.getCurrentUserPrincipal(DavResourceFinder.kt:382)
  127. at at.bitfire.davdroid.ui.setup.DavResourceFinder.findInitialConfiguration(DavResourceFinder.kt:116)
  128. at at.bitfire.davdroid.ui.setup.DavResourceFinder.findInitialConfiguration(DavResourceFinder.kt:77)
  129. at at.bitfire.davdroid.ui.setup.DetectConfigurationFragment$ServerConfigurationLoader.loadInBackground(DetectConfigurationFragment.kt:136)
  130. at at.bitfire.davdroid.ui.setup.DetectConfigurationFragment$ServerConfigurationLoader.loadInBackground(DetectConfigurationFragment.kt:120)
  131. at android.support.v4.content.AsyncTaskLoader.onLoadInBackground(AsyncTaskLoader.java:306)
  132. at android.support.v4.content.AsyncTaskLoader$LoadTask.doInBackground(AsyncTaskLoader.java:59)
  133. at android.support.v4.content.AsyncTaskLoader$LoadTask.doInBackground(AsyncTaskLoader.java:47)
  134. at android.support.v4.content.ModernAsyncTask$2.call(ModernAsyncTask.java:138)
  135. at java.util.concurrent.FutureTask.run(FutureTask.java)
  136. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java)
  137. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java)
  138. at java.lang.Thread.run(Thread.java)
  139.  
  140. 2018-08-28 19:29:15 6 [ui.setup.DavResourceFinder] No principal found at user-given URL, trying to discover
  141. 2018-08-28 19:29:15 6 [ui.setup.DavResourceFinder] Looking up SRV records for _carddavs._tcp.intothegarbagechuteflyboy.net
  142. 2018-08-28 19:29:15 6 [ui.setup.DavResourceFinder] Didn't find carddav service, trying at https://intothegarbagechuteflyboy.net:443
  143. 2018-08-28 19:29:15 6 [ui.setup.DavResourceFinder] Trying to determine principal from initial context path=https://intothegarbagechuteflyboy.net/.well-known/carddav
  144. 2018-08-28 19:29:15 6 [HttpClient] --> PROPFIND https://intothegarbagechuteflyboy.net/.well-known/carddav
  145. 2018-08-28 19:29:15 6 [HttpClient] Content-Type: application/xml; charset=utf-8
  146. 2018-08-28 19:29:15 6 [HttpClient] Content-Length: 198
  147. 2018-08-28 19:29:15 6 [HttpClient] Depth: 0
  148. 2018-08-28 19:29:15 6 [HttpClient]
  149. 2018-08-28 19:29:15 6 [HttpClient] <?xml version='1.0' encoding='UTF-8' ?><propfind xmlns="DAV:" xmlns:CAL="urn:ietf:params:xml:ns:caldav" xmlns:CARD="urn:ietf:params:xml:ns:carddav"><prop><current-user-principal /></prop></propfind>
  150. 2018-08-28 19:29:15 6 [HttpClient] --> END PROPFIND (198-byte body)
  151. 2018-08-28 19:29:15 6 [HttpClient] <-- 301 Moved Permanently https://intothegarbagechuteflyboy.net/.well-known/carddav (239ms)
  152. 2018-08-28 19:29:15 6 [HttpClient] Date: Tue, 28 Aug 2018 07:29:15 GMT
  153. 2018-08-28 19:29:15 6 [HttpClient] Server: Apache
  154. 2018-08-28 19:29:15 6 [HttpClient] Location: https://intothegarbagechuteflyboy.net/nextcloud/remote.php/dav
  155. 2018-08-28 19:29:15 6 [HttpClient] Content-Length: 270
  156. 2018-08-28 19:29:15 6 [HttpClient] Keep-Alive: timeout=5, max=100
  157. 2018-08-28 19:29:15 6 [HttpClient] Connection: Keep-Alive
  158. 2018-08-28 19:29:15 6 [HttpClient] Content-Type: text/html; charset=iso-8859-1
  159. 2018-08-28 19:29:15 6 [HttpClient]
  160. 2018-08-28 19:29:15 6 [HttpClient] <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
  161. <html><head>
  162. <title>301 Moved Permanently</title>
  163. </head><body>
  164. <h1>Moved Permanently</h1>
  165. <p>The document has moved <a href="https://intothegarbagechuteflyboy.net/nextcloud/remote.php/dav">here</a>.</p>
  166. </body></html>
  167.  
  168. 2018-08-28 19:29:15 6 [HttpClient] <-- END HTTP (270-byte body)
  169. 2018-08-28 19:29:15 6 [DavResource] Redirected, new location = https://intothegarbagechuteflyboy.net/nextcloud/remote.php/dav
  170. 2018-08-28 19:29:15 6 [HttpClient] --> PROPFIND https://intothegarbagechuteflyboy.net/nextcloud/remote.php/dav
  171. 2018-08-28 19:29:15 6 [HttpClient] Content-Type: application/xml; charset=utf-8
  172. 2018-08-28 19:29:15 6 [HttpClient] Content-Length: 198
  173. 2018-08-28 19:29:15 6 [HttpClient] Depth: 0
  174. 2018-08-28 19:29:15 6 [HttpClient]
  175. 2018-08-28 19:29:15 6 [HttpClient] <?xml version='1.0' encoding='UTF-8' ?><propfind xmlns="DAV:" xmlns:CAL="urn:ietf:params:xml:ns:caldav" xmlns:CARD="urn:ietf:params:xml:ns:carddav"><prop><current-user-principal /></prop></propfind>
  176. 2018-08-28 19:29:15 6 [HttpClient] --> END PROPFIND (198-byte body)
  177. 2018-08-28 19:29:16 6 [HttpClient] <-- 401 Unauthorized https://intothegarbagechuteflyboy.net/nextcloud/remote.php/dav (332ms)
  178. 2018-08-28 19:29:16 6 [HttpClient] Date: Tue, 28 Aug 2018 07:29:15 GMT
  179. 2018-08-28 19:29:16 6 [HttpClient] Server: Apache
  180. 2018-08-28 19:29:16 6 [HttpClient] X-Powered-By: PHP/7.2.8
  181. 2018-08-28 19:29:16 6 [HttpClient] Expires: Thu, 19 Nov 1981 08:52:00 GMT
  182. 2018-08-28 19:29:16 6 [HttpClient] Cache-Control: no-store, no-cache, must-revalidate
  183. 2018-08-28 19:29:16 6 [HttpClient] Pragma: no-cache
  184. 2018-08-28 19:29:16 6 [HttpClient] X-Frame-Options: SAMEORIGIN
  185. 2018-08-28 19:29:16 6 [HttpClient] X-XSS-Protection: 1; mode=block
  186. 2018-08-28 19:29:16 6 [HttpClient] X-Content-Type-Options: nosniff
  187. 2018-08-28 19:29:16 6 [HttpClient] X-Robots-Tag: none
  188. 2018-08-28 19:29:16 6 [HttpClient] X-Download-Options: noopen
  189. 2018-08-28 19:29:16 6 [HttpClient] X-Permitted-Cross-Domain-Policies: none
  190. 2018-08-28 19:29:16 6 [HttpClient] Content-Security-Policy: default-src 'none';
  191. 2018-08-28 19:29:16 6 [HttpClient] WWW-Authenticate: Basic realm="Nextcloud"
  192. 2018-08-28 19:29:16 6 [HttpClient] Keep-Alive: timeout=5, max=99
  193. 2018-08-28 19:29:16 6 [HttpClient] Connection: Keep-Alive
  194. 2018-08-28 19:29:16 6 [HttpClient] Transfer-Encoding: chunked
  195. 2018-08-28 19:29:16 6 [HttpClient] Content-Type: application/xml; charset=utf-8
  196. 2018-08-28 19:29:21 6 [ui.setup.DavResourceFinder] No resource found
  197. EXCEPTION java.io.EOFException
  198. at okio.RealBufferedSource.require(RealBufferedSource.java:61)
  199. at okio.RealBufferedSource.readHexadecimalUnsignedLong(RealBufferedSource.java:304)
  200. at okhttp3.internal.http1.Http1Codec$ChunkedSource.readChunkSize(Http1Codec.java:469)
  201. at okhttp3.internal.http1.Http1Codec$ChunkedSource.read(Http1Codec.java:449)
  202. at okio.RealBufferedSource.request(RealBufferedSource.java:68)
  203. at okhttp3.logging.HttpLoggingInterceptor.intercept(HttpLoggingInterceptor.java:241)
  204. at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:147)
  205. at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:121)
  206. at okhttp3.RealCall.getResponseWithInterceptorChain(RealCall.java:200)
  207. at okhttp3.RealCall.execute(RealCall.java:77)
  208. at at.bitfire.dav4android.DavResource$propfind$1.invoke(DavResource.kt:244)
  209. at at.bitfire.dav4android.DavResource$propfind$1.invoke(DavResource.kt:34)
  210. at at.bitfire.dav4android.DavResource.followRedirects(DavResource.kt:297)
  211. at at.bitfire.dav4android.DavResource.propfind(DavResource.kt:239)
  212. at at.bitfire.davdroid.ui.setup.DavResourceFinder.getCurrentUserPrincipal(DavResourceFinder.kt:382)
  213. at at.bitfire.davdroid.ui.setup.DavResourceFinder.discoverPrincipalUrl(DavResourceFinder.kt:362)
  214. at at.bitfire.davdroid.ui.setup.DavResourceFinder.findInitialConfiguration(DavResourceFinder.kt:135)
  215. at at.bitfire.davdroid.ui.setup.DavResourceFinder.findInitialConfiguration(DavResourceFinder.kt:77)
  216. at at.bitfire.davdroid.ui.setup.DetectConfigurationFragment$ServerConfigurationLoader.loadInBackground(DetectConfigurationFragment.kt:136)
  217. at at.bitfire.davdroid.ui.setup.DetectConfigurationFragment$ServerConfigurationLoader.loadInBackground(DetectConfigurationFragment.kt:120)
  218. at android.support.v4.content.AsyncTaskLoader.onLoadInBackground(AsyncTaskLoader.java:306)
  219. at android.support.v4.content.AsyncTaskLoader$LoadTask.doInBackground(AsyncTaskLoader.java:59)
  220. at android.support.v4.content.AsyncTaskLoader$LoadTask.doInBackground(AsyncTaskLoader.java:47)
  221. at android.support.v4.content.ModernAsyncTask$2.call(ModernAsyncTask.java:138)
  222. at java.util.concurrent.FutureTask.run(FutureTask.java)
  223. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java)
  224. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java)
  225. at java.lang.Thread.run(Thread.java)
  226.  
  227. 2018-08-28 19:29:21 6 [ui.setup.DavResourceFinder] Trying to determine principal from initial context path=https://intothegarbagechuteflyboy.net/
  228. 2018-08-28 19:29:21 6 [HttpClient] --> PROPFIND https://intothegarbagechuteflyboy.net/
  229. 2018-08-28 19:29:21 6 [HttpClient] Content-Type: application/xml; charset=utf-8
  230. 2018-08-28 19:29:21 6 [HttpClient] Content-Length: 198
  231. 2018-08-28 19:29:21 6 [HttpClient] Depth: 0
  232. 2018-08-28 19:29:21 6 [HttpClient]
  233. 2018-08-28 19:29:21 6 [HttpClient] <?xml version='1.0' encoding='UTF-8' ?><propfind xmlns="DAV:" xmlns:CAL="urn:ietf:params:xml:ns:caldav" xmlns:CARD="urn:ietf:params:xml:ns:carddav"><prop><current-user-principal /></prop></propfind>
  234. 2018-08-28 19:29:21 6 [HttpClient] --> END PROPFIND (198-byte body)
  235. 2018-08-28 19:29:21 6 [HttpClient] <-- 405 Method Not Allowed https://intothegarbagechuteflyboy.net/ (175ms)
  236. 2018-08-28 19:29:21 6 [HttpClient] Date: Tue, 28 Aug 2018 07:29:21 GMT
  237. 2018-08-28 19:29:21 6 [HttpClient] Server: Apache
  238. 2018-08-28 19:29:21 6 [HttpClient] Allow: HEAD,GET,POST,OPTIONS
  239. 2018-08-28 19:29:21 6 [HttpClient] Content-Length: 359
  240. 2018-08-28 19:29:21 6 [HttpClient] Keep-Alive: timeout=5, max=100
  241. 2018-08-28 19:29:21 6 [HttpClient] Connection: Keep-Alive
  242. 2018-08-28 19:29:21 6 [HttpClient] Content-Type: text/html; charset=iso-8859-1
  243. 2018-08-28 19:29:21 6 [HttpClient]
  244. 2018-08-28 19:29:21 6 [HttpClient] <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
  245. <html><head>
  246. <title>405 Method Not Allowed</title>
  247. </head><body>
  248. <h1>Method Not Allowed</h1>
  249. <p>The requested method GET is not allowed for the URL /index.html.</p>
  250. <p>Additionally, a 405 Method Not Allowed
  251. error was encountered while trying to use an ErrorDocument to handle the request.</p>
  252. </body></html>
  253.  
  254. 2018-08-28 19:29:21 6 [HttpClient] <-- END HTTP (359-byte body)
  255. 2018-08-28 19:29:21 6 [ui.setup.DavResourceFinder] No resource found
  256. EXCEPTION at.bitfire.dav4android.exception.HttpException: HTTP 405 Method Not Allowed
  257. at at.bitfire.dav4android.DavResource.checkStatus(DavResource.kt:283)
  258. at at.bitfire.dav4android.DavResource.checkStatus(DavResource.kt:259)
  259. at at.bitfire.dav4android.DavResource.processMultiStatus(DavResource.kt:351)
  260. at at.bitfire.dav4android.DavResource.propfind(DavResource.kt:246)
  261. at at.bitfire.davdroid.ui.setup.DavResourceFinder.getCurrentUserPrincipal(DavResourceFinder.kt:382)
  262. at at.bitfire.davdroid.ui.setup.DavResourceFinder.discoverPrincipalUrl(DavResourceFinder.kt:362)
  263. at at.bitfire.davdroid.ui.setup.DavResourceFinder.findInitialConfiguration(DavResourceFinder.kt:135)
  264. at at.bitfire.davdroid.ui.setup.DavResourceFinder.findInitialConfiguration(DavResourceFinder.kt:77)
  265. at at.bitfire.davdroid.ui.setup.DetectConfigurationFragment$ServerConfigurationLoader.loadInBackground(DetectConfigurationFragment.kt:136)
  266. at at.bitfire.davdroid.ui.setup.DetectConfigurationFragment$ServerConfigurationLoader.loadInBackground(DetectConfigurationFragment.kt:120)
  267. at android.support.v4.content.AsyncTaskLoader.onLoadInBackground(AsyncTaskLoader.java:306)
  268. at android.support.v4.content.AsyncTaskLoader$LoadTask.doInBackground(AsyncTaskLoader.java:59)
  269. at android.support.v4.content.AsyncTaskLoader$LoadTask.doInBackground(AsyncTaskLoader.java:47)
  270. at android.support.v4.content.ModernAsyncTask$2.call(ModernAsyncTask.java:138)
  271. at java.util.concurrent.FutureTask.run(FutureTask.java)
  272. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java)
  273. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java)
  274. at java.lang.Thread.run(Thread.java)
  275.  
  276. 2018-08-28 19:29:21 6 [ui.setup.DavResourceFinder] Finding initial caldav service configuration
  277. 2018-08-28 19:29:21 6 [ui.setup.DavResourceFinder] Checking user-given URL: https://intothegarbagechuteflyboy.net/nextcloud/
  278. 2018-08-28 19:29:21 6 [HttpClient] --> PROPFIND https://intothegarbagechuteflyboy.net/nextcloud/
  279. 2018-08-28 19:29:21 6 [HttpClient] Content-Type: application/xml; charset=utf-8
  280. 2018-08-28 19:29:21 6 [HttpClient] Content-Length: 435
  281. 2018-08-28 19:29:21 6 [HttpClient] Depth: 0
  282. 2018-08-28 19:29:21 6 [HttpClient]
  283. 2018-08-28 19:29:21 6 [HttpClient] <?xml version='1.0' encoding='UTF-8' ?><propfind xmlns="DAV:" xmlns:CAL="urn:ietf:params:xml:ns:caldav" xmlns:CARD="urn:ietf:params:xml:ns:carddav"><prop><resourcetype /><displayname /><n0:calendar-color xmlns:n0="http://apple.com/ns/ical/" /><CAL:calendar-description /><CAL:calendar-timezone /><current-user-privilege-set /><CAL:supported-calendar-component-set /><CAL:calendar-home-set /><current-user-principal /></prop></propfind>
  284. 2018-08-28 19:29:21 6 [HttpClient] --> END PROPFIND (435-byte body)
  285. 2018-08-28 19:29:21 6 [HttpClient] <-- 405 Method Not Allowed https://intothegarbagechuteflyboy.net/nextcloud/ (428ms)
  286. 2018-08-28 19:29:21 6 [HttpClient] Date: Tue, 28 Aug 2018 07:29:21 GMT
  287. 2018-08-28 19:29:21 6 [HttpClient] Server: Apache
  288. 2018-08-28 19:29:21 6 [HttpClient] X-Powered-By: PHP/7.2.8
  289. 2018-08-28 19:29:21 6 [HttpClient] Expires: Thu, 19 Nov 1981 08:52:00 GMT
  290. 2018-08-28 19:29:21 6 [HttpClient] Cache-Control: no-store, no-cache, must-revalidate
  291. 2018-08-28 19:29:21 6 [HttpClient] Pragma: no-cache
  292. 2018-08-28 19:29:21 6 [HttpClient] Content-Security-Policy: default-src 'self'; script-src 'self' 'unsafe-eval' 'nonce-TXRXSk5aZzZHOGhrbG1yU0JQV1JFcnpPYnhrUEs5NGdwNUhJQlpFUWNLUT06ZXBQOVRhQjFUb2twN3dpWU1iamRXL1NCS0g1Z0VwMVVuOStjUUtJbUN0ST0='; style-src 'self' 'unsafe-inline'; frame-src *; img-src * data: blob:; font-src 'self' data:; media-src *; connect-src *; object-src 'none'; base-uri 'self';
  293. 2018-08-28 19:29:21 6 [HttpClient] X-Frame-Options: SAMEORIGIN
  294. 2018-08-28 19:29:21 6 [HttpClient] X-XSS-Protection: 1; mode=block
  295. 2018-08-28 19:29:21 6 [HttpClient] X-Content-Type-Options: nosniff
  296. 2018-08-28 19:29:21 6 [HttpClient] X-Robots-Tag: none
  297. 2018-08-28 19:29:21 6 [HttpClient] X-Download-Options: noopen
  298. 2018-08-28 19:29:21 6 [HttpClient] X-Permitted-Cross-Domain-Policies: none
  299. 2018-08-28 19:29:21 6 [HttpClient] Keep-Alive: timeout=5, max=99
  300. 2018-08-28 19:29:21 6 [HttpClient] Connection: Keep-Alive
  301. 2018-08-28 19:29:21 6 [HttpClient] Transfer-Encoding: chunked
  302. 2018-08-28 19:29:21 6 [HttpClient] Content-Type: text/html; charset=UTF-8
  303. 2018-08-28 19:29:21 6 [HttpClient]
  304. 2018-08-28 19:29:21 6 [HttpClient]
  305. 2018-08-28 19:29:21 6 [HttpClient] <-- END HTTP (0-byte body)
  306. 2018-08-28 19:29:21 6 [ui.setup.DavResourceFinder] PROPFIND/OPTIONS on user-given URL failed
  307. EXCEPTION at.bitfire.dav4android.exception.HttpException: HTTP 405 Method Not Allowed
  308. at at.bitfire.dav4android.DavResource.checkStatus(DavResource.kt:283)
  309. at at.bitfire.dav4android.DavResource.checkStatus(DavResource.kt:259)
  310. at at.bitfire.dav4android.DavResource.processMultiStatus(DavResource.kt:351)
  311. at at.bitfire.dav4android.DavResource.propfind(DavResource.kt:246)
  312. at at.bitfire.davdroid.ui.setup.DavResourceFinder.checkUserGivenURL(DavResourceFinder.kt:186)
  313. at at.bitfire.davdroid.ui.setup.DavResourceFinder.findInitialConfiguration(DavResourceFinder.kt:112)
  314. at at.bitfire.davdroid.ui.setup.DavResourceFinder.findInitialConfiguration(DavResourceFinder.kt:78)
  315. at at.bitfire.davdroid.ui.setup.DetectConfigurationFragment$ServerConfigurationLoader.loadInBackground(DetectConfigurationFragment.kt:136)
  316. at at.bitfire.davdroid.ui.setup.DetectConfigurationFragment$ServerConfigurationLoader.loadInBackground(DetectConfigurationFragment.kt:120)
  317. at android.support.v4.content.AsyncTaskLoader.onLoadInBackground(AsyncTaskLoader.java:306)
  318. at android.support.v4.content.AsyncTaskLoader$LoadTask.doInBackground(AsyncTaskLoader.java:59)
  319. at android.support.v4.content.AsyncTaskLoader$LoadTask.doInBackground(AsyncTaskLoader.java:47)
  320. at android.support.v4.content.ModernAsyncTask$2.call(ModernAsyncTask.java:138)
  321. at java.util.concurrent.FutureTask.run(FutureTask.java)
  322. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java)
  323. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java)
  324. at java.lang.Thread.run(Thread.java)
  325.  
  326. 2018-08-28 19:29:21 6 [HttpClient] --> PROPFIND https://intothegarbagechuteflyboy.net/.well-known/caldav
  327. 2018-08-28 19:29:21 6 [HttpClient] Content-Type: application/xml; charset=utf-8
  328. 2018-08-28 19:29:21 6 [HttpClient] Content-Length: 198
  329. 2018-08-28 19:29:21 6 [HttpClient] Depth: 0
  330. 2018-08-28 19:29:21 6 [HttpClient]
  331. 2018-08-28 19:29:21 6 [HttpClient] <?xml version='1.0' encoding='UTF-8' ?><propfind xmlns="DAV:" xmlns:CAL="urn:ietf:params:xml:ns:caldav" xmlns:CARD="urn:ietf:params:xml:ns:carddav"><prop><current-user-principal /></prop></propfind>
  332. 2018-08-28 19:29:21 6 [HttpClient] --> END PROPFIND (198-byte body)
  333. 2018-08-28 19:29:22 6 [HttpClient] <-- 301 Moved Permanently https://intothegarbagechuteflyboy.net/.well-known/caldav (22ms)
  334. 2018-08-28 19:29:22 6 [HttpClient] Date: Tue, 28 Aug 2018 07:29:21 GMT
  335. 2018-08-28 19:29:22 6 [HttpClient] Server: Apache
  336. 2018-08-28 19:29:22 6 [HttpClient] Location: https://intothegarbagechuteflyboy.net/nextcloud/remote.php/dav
  337. 2018-08-28 19:29:22 6 [HttpClient] Content-Length: 270
  338. 2018-08-28 19:29:22 6 [HttpClient] Keep-Alive: timeout=5, max=98
  339. 2018-08-28 19:29:22 6 [HttpClient] Connection: Keep-Alive
  340. 2018-08-28 19:29:22 6 [HttpClient] Content-Type: text/html; charset=iso-8859-1
  341. 2018-08-28 19:29:22 6 [HttpClient]
  342. 2018-08-28 19:29:22 6 [HttpClient] <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
  343. <html><head>
  344. <title>301 Moved Permanently</title>
  345. </head><body>
  346. <h1>Moved Permanently</h1>
  347. <p>The document has moved <a href="https://intothegarbagechuteflyboy.net/nextcloud/remote.php/dav">here</a>.</p>
  348. </body></html>
  349.  
  350. 2018-08-28 19:29:22 6 [HttpClient] <-- END HTTP (270-byte body)
  351. 2018-08-28 19:29:22 6 [DavResource] Redirected, new location = https://intothegarbagechuteflyboy.net/nextcloud/remote.php/dav
  352. 2018-08-28 19:29:22 6 [HttpClient] --> PROPFIND https://intothegarbagechuteflyboy.net/nextcloud/remote.php/dav
  353. 2018-08-28 19:29:22 6 [HttpClient] Content-Type: application/xml; charset=utf-8
  354. 2018-08-28 19:29:22 6 [HttpClient] Content-Length: 198
  355. 2018-08-28 19:29:22 6 [HttpClient] Depth: 0
  356. 2018-08-28 19:29:22 6 [HttpClient]
  357. 2018-08-28 19:29:22 6 [HttpClient] <?xml version='1.0' encoding='UTF-8' ?><propfind xmlns="DAV:" xmlns:CAL="urn:ietf:params:xml:ns:caldav" xmlns:CARD="urn:ietf:params:xml:ns:carddav"><prop><current-user-principal /></prop></propfind>
  358. 2018-08-28 19:29:22 6 [HttpClient] --> END PROPFIND (198-byte body)
  359. 2018-08-28 19:29:22 6 [HttpClient] <-- 401 Unauthorized https://intothegarbagechuteflyboy.net/nextcloud/remote.php/dav (280ms)
  360. 2018-08-28 19:29:22 6 [HttpClient] Date: Tue, 28 Aug 2018 07:29:21 GMT
  361. 2018-08-28 19:29:22 6 [HttpClient] Server: Apache
  362. 2018-08-28 19:29:22 6 [HttpClient] X-Powered-By: PHP/7.2.8
  363. 2018-08-28 19:29:22 6 [HttpClient] Expires: Thu, 19 Nov 1981 08:52:00 GMT
  364. 2018-08-28 19:29:22 6 [HttpClient] Cache-Control: no-store, no-cache, must-revalidate
  365. 2018-08-28 19:29:22 6 [HttpClient] Pragma: no-cache
  366. 2018-08-28 19:29:22 6 [HttpClient] X-Frame-Options: SAMEORIGIN
  367. 2018-08-28 19:29:22 6 [HttpClient] X-XSS-Protection: 1; mode=block
  368. 2018-08-28 19:29:22 6 [HttpClient] X-Content-Type-Options: nosniff
  369. 2018-08-28 19:29:22 6 [HttpClient] X-Robots-Tag: none
  370. 2018-08-28 19:29:22 6 [HttpClient] X-Download-Options: noopen
  371. 2018-08-28 19:29:22 6 [HttpClient] X-Permitted-Cross-Domain-Policies: none
  372. 2018-08-28 19:29:22 6 [HttpClient] Content-Security-Policy: default-src 'none';
  373. 2018-08-28 19:29:22 6 [HttpClient] WWW-Authenticate: Basic realm="Nextcloud"
  374. 2018-08-28 19:29:22 6 [HttpClient] Keep-Alive: timeout=5, max=97
  375. 2018-08-28 19:29:22 6 [HttpClient] Connection: Keep-Alive
  376. 2018-08-28 19:29:22 6 [HttpClient] Transfer-Encoding: chunked
  377. 2018-08-28 19:29:22 6 [HttpClient] Content-Type: application/xml; charset=utf-8
  378. 2018-08-28 19:29:27 6 [ui.setup.DavResourceFinder] Well-known URL detection failed
  379. EXCEPTION java.io.EOFException
  380. at okio.RealBufferedSource.require(RealBufferedSource.java:61)
  381. at okio.RealBufferedSource.readHexadecimalUnsignedLong(RealBufferedSource.java:304)
  382. at okhttp3.internal.http1.Http1Codec$ChunkedSource.readChunkSize(Http1Codec.java:469)
  383. at okhttp3.internal.http1.Http1Codec$ChunkedSource.read(Http1Codec.java:449)
  384. at okio.RealBufferedSource.request(RealBufferedSource.java:68)
  385. at okhttp3.logging.HttpLoggingInterceptor.intercept(HttpLoggingInterceptor.java:241)
  386. at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:147)
  387. at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:121)
  388. at okhttp3.RealCall.getResponseWithInterceptorChain(RealCall.java:200)
  389. at okhttp3.RealCall.execute(RealCall.java:77)
  390. at at.bitfire.dav4android.DavResource$propfind$1.invoke(DavResource.kt:244)
  391. at at.bitfire.dav4android.DavResource$propfind$1.invoke(DavResource.kt:34)
  392. at at.bitfire.dav4android.DavResource.followRedirects(DavResource.kt:297)
  393. at at.bitfire.dav4android.DavResource.propfind(DavResource.kt:239)
  394. at at.bitfire.davdroid.ui.setup.DavResourceFinder.getCurrentUserPrincipal(DavResourceFinder.kt:382)
  395. at at.bitfire.davdroid.ui.setup.DavResourceFinder.findInitialConfiguration(DavResourceFinder.kt:116)
  396. at at.bitfire.davdroid.ui.setup.DavResourceFinder.findInitialConfiguration(DavResourceFinder.kt:78)
  397. at at.bitfire.davdroid.ui.setup.DetectConfigurationFragment$ServerConfigurationLoader.loadInBackground(DetectConfigurationFragment.kt:136)
  398. at at.bitfire.davdroid.ui.setup.DetectConfigurationFragment$ServerConfigurationLoader.loadInBackground(DetectConfigurationFragment.kt:120)
  399. at android.support.v4.content.AsyncTaskLoader.onLoadInBackground(AsyncTaskLoader.java:306)
  400. at android.support.v4.content.AsyncTaskLoader$LoadTask.doInBackground(AsyncTaskLoader.java:59)
  401. at android.support.v4.content.AsyncTaskLoader$LoadTask.doInBackground(AsyncTaskLoader.java:47)
  402. at android.support.v4.content.ModernAsyncTask$2.call(ModernAsyncTask.java:138)
  403. at java.util.concurrent.FutureTask.run(FutureTask.java)
  404. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java)
  405. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java)
  406. at java.lang.Thread.run(Thread.java)
  407.  
  408. 2018-08-28 19:29:27 6 [ui.setup.DavResourceFinder] No principal found at user-given URL, trying to discover
  409. 2018-08-28 19:29:27 6 [ui.setup.DavResourceFinder] Looking up SRV records for _caldavs._tcp.intothegarbagechuteflyboy.net
  410. 2018-08-28 19:29:27 6 [ui.setup.DavResourceFinder] Didn't find caldav service, trying at https://intothegarbagechuteflyboy.net:443
  411. 2018-08-28 19:29:27 6 [ui.setup.DavResourceFinder] Trying to determine principal from initial context path=https://intothegarbagechuteflyboy.net/.well-known/caldav
  412. 2018-08-28 19:29:27 6 [HttpClient] --> PROPFIND https://intothegarbagechuteflyboy.net/.well-known/caldav
  413. 2018-08-28 19:29:27 6 [HttpClient] Content-Type: application/xml; charset=utf-8
  414. 2018-08-28 19:29:27 6 [HttpClient] Content-Length: 198
  415. 2018-08-28 19:29:27 6 [HttpClient] Depth: 0
  416. 2018-08-28 19:29:27 6 [HttpClient]
  417. 2018-08-28 19:29:27 6 [HttpClient] <?xml version='1.0' encoding='UTF-8' ?><propfind xmlns="DAV:" xmlns:CAL="urn:ietf:params:xml:ns:caldav" xmlns:CARD="urn:ietf:params:xml:ns:carddav"><prop><current-user-principal /></prop></propfind>
  418. 2018-08-28 19:29:27 6 [HttpClient] --> END PROPFIND (198-byte body)
  419. 2018-08-28 19:29:27 6 [HttpClient] <-- 301 Moved Permanently https://intothegarbagechuteflyboy.net/.well-known/caldav (152ms)
  420. 2018-08-28 19:29:27 6 [HttpClient] Date: Tue, 28 Aug 2018 07:29:27 GMT
  421. 2018-08-28 19:29:27 6 [HttpClient] Server: Apache
  422. 2018-08-28 19:29:27 6 [HttpClient] Location: https://intothegarbagechuteflyboy.net/nextcloud/remote.php/dav
  423. 2018-08-28 19:29:27 6 [HttpClient] Content-Length: 270
  424. 2018-08-28 19:29:27 6 [HttpClient] Keep-Alive: timeout=5, max=100
  425. 2018-08-28 19:29:27 6 [HttpClient] Connection: Keep-Alive
  426. 2018-08-28 19:29:27 6 [HttpClient] Content-Type: text/html; charset=iso-8859-1
  427. 2018-08-28 19:29:27 6 [HttpClient]
  428. 2018-08-28 19:29:27 6 [HttpClient] <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
  429. <html><head>
  430. <title>301 Moved Permanently</title>
  431. </head><body>
  432. <h1>Moved Permanently</h1>
  433. <p>The document has moved <a href="https://intothegarbagechuteflyboy.net/nextcloud/remote.php/dav">here</a>.</p>
  434. </body></html>
  435.  
  436. 2018-08-28 19:29:27 6 [HttpClient] <-- END HTTP (270-byte body)
  437. 2018-08-28 19:29:27 6 [DavResource] Redirected, new location = https://intothegarbagechuteflyboy.net/nextcloud/remote.php/dav
  438. 2018-08-28 19:29:27 6 [HttpClient] --> PROPFIND https://intothegarbagechuteflyboy.net/nextcloud/remote.php/dav
  439. 2018-08-28 19:29:27 6 [HttpClient] Content-Type: application/xml; charset=utf-8
  440. 2018-08-28 19:29:27 6 [HttpClient] Content-Length: 198
  441. 2018-08-28 19:29:27 6 [HttpClient] Depth: 0
  442. 2018-08-28 19:29:27 6 [HttpClient]
  443. 2018-08-28 19:29:27 6 [HttpClient] <?xml version='1.0' encoding='UTF-8' ?><propfind xmlns="DAV:" xmlns:CAL="urn:ietf:params:xml:ns:caldav" xmlns:CARD="urn:ietf:params:xml:ns:carddav"><prop><current-user-principal /></prop></propfind>
  444. 2018-08-28 19:29:27 6 [HttpClient] --> END PROPFIND (198-byte body)
  445. 2018-08-28 19:29:28 6 [HttpClient] <-- 401 Unauthorized https://intothegarbagechuteflyboy.net/nextcloud/remote.php/dav (349ms)
  446. 2018-08-28 19:29:28 6 [HttpClient] Date: Tue, 28 Aug 2018 07:29:27 GMT
  447. 2018-08-28 19:29:28 6 [HttpClient] Server: Apache
  448. 2018-08-28 19:29:28 6 [HttpClient] X-Powered-By: PHP/7.2.8
  449. 2018-08-28 19:29:28 6 [HttpClient] Expires: Thu, 19 Nov 1981 08:52:00 GMT
  450. 2018-08-28 19:29:28 6 [HttpClient] Cache-Control: no-store, no-cache, must-revalidate
  451. 2018-08-28 19:29:28 6 [HttpClient] Pragma: no-cache
  452. 2018-08-28 19:29:28 6 [HttpClient] X-Frame-Options: SAMEORIGIN
  453. 2018-08-28 19:29:28 6 [HttpClient] X-XSS-Protection: 1; mode=block
  454. 2018-08-28 19:29:28 6 [HttpClient] X-Content-Type-Options: nosniff
  455. 2018-08-28 19:29:28 6 [HttpClient] X-Robots-Tag: none
  456. 2018-08-28 19:29:28 6 [HttpClient] X-Download-Options: noopen
  457. 2018-08-28 19:29:28 6 [HttpClient] X-Permitted-Cross-Domain-Policies: none
  458. 2018-08-28 19:29:28 6 [HttpClient] Content-Security-Policy: default-src 'none';
  459. 2018-08-28 19:29:28 6 [HttpClient] WWW-Authenticate: Basic realm="Nextcloud"
  460. 2018-08-28 19:29:28 6 [HttpClient] Keep-Alive: timeout=5, max=99
  461. 2018-08-28 19:29:28 6 [HttpClient] Connection: Keep-Alive
  462. 2018-08-28 19:29:28 6 [HttpClient] Transfer-Encoding: chunked
  463. 2018-08-28 19:29:28 6 [HttpClient] Content-Type: application/xml; charset=utf-8
  464. 2018-08-28 19:29:33 6 [ui.setup.DavResourceFinder] No resource found
  465. EXCEPTION java.io.EOFException
  466. at okio.RealBufferedSource.require(RealBufferedSource.java:61)
  467. at okio.RealBufferedSource.readHexadecimalUnsignedLong(RealBufferedSource.java:304)
  468. at okhttp3.internal.http1.Http1Codec$ChunkedSource.readChunkSize(Http1Codec.java:469)
  469. at okhttp3.internal.http1.Http1Codec$ChunkedSource.read(Http1Codec.java:449)
  470. at okio.RealBufferedSource.request(RealBufferedSource.java:68)
  471. at okhttp3.logging.HttpLoggingInterceptor.intercept(HttpLoggingInterceptor.java:241)
  472. at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:147)
  473. at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:121)
  474. at okhttp3.RealCall.getResponseWithInterceptorChain(RealCall.java:200)
  475. at okhttp3.RealCall.execute(RealCall.java:77)
  476. at at.bitfire.dav4android.DavResource$propfind$1.invoke(DavResource.kt:244)
  477. at at.bitfire.dav4android.DavResource$propfind$1.invoke(DavResource.kt:34)
  478. at at.bitfire.dav4android.DavResource.followRedirects(DavResource.kt:297)
  479. at at.bitfire.dav4android.DavResource.propfind(DavResource.kt:239)
  480. at at.bitfire.davdroid.ui.setup.DavResourceFinder.getCurrentUserPrincipal(DavResourceFinder.kt:382)
  481. at at.bitfire.davdroid.ui.setup.DavResourceFinder.discoverPrincipalUrl(DavResourceFinder.kt:362)
  482. at at.bitfire.davdroid.ui.setup.DavResourceFinder.findInitialConfiguration(DavResourceFinder.kt:135)
  483. at at.bitfire.davdroid.ui.setup.DavResourceFinder.findInitialConfiguration(DavResourceFinder.kt:78)
  484. at at.bitfire.davdroid.ui.setup.DetectConfigurationFragment$ServerConfigurationLoader.loadInBackground(DetectConfigurationFragment.kt:136)
  485. at at.bitfire.davdroid.ui.setup.DetectConfigurationFragment$ServerConfigurationLoader.loadInBackground(DetectConfigurationFragment.kt:120)
  486. at android.support.v4.content.AsyncTaskLoader.onLoadInBackground(AsyncTaskLoader.java:306)
  487. at android.support.v4.content.AsyncTaskLoader$LoadTask.doInBackground(AsyncTaskLoader.java:59)
  488. at android.support.v4.content.AsyncTaskLoader$LoadTask.doInBackground(AsyncTaskLoader.java:47)
  489. at android.support.v4.content.ModernAsyncTask$2.call(ModernAsyncTask.java:138)
  490. at java.util.concurrent.FutureTask.run(FutureTask.java)
  491. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java)
  492. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java)
  493. at java.lang.Thread.run(Thread.java)
  494.  
  495. 2018-08-28 19:29:33 6 [ui.setup.DavResourceFinder] Trying to determine principal from initial context path=https://intothegarbagechuteflyboy.net/
  496. 2018-08-28 19:29:33 6 [HttpClient] --> PROPFIND https://intothegarbagechuteflyboy.net/
  497. 2018-08-28 19:29:33 6 [HttpClient] Content-Type: application/xml; charset=utf-8
  498. 2018-08-28 19:29:33 6 [HttpClient] Content-Length: 198
  499. 2018-08-28 19:29:33 6 [HttpClient] Depth: 0
  500. 2018-08-28 19:29:33 6 [HttpClient]
  501. 2018-08-28 19:29:33 6 [HttpClient] <?xml version='1.0' encoding='UTF-8' ?><propfind xmlns="DAV:" xmlns:CAL="urn:ietf:params:xml:ns:caldav" xmlns:CARD="urn:ietf:params:xml:ns:carddav"><prop><current-user-principal /></prop></propfind>
  502. 2018-08-28 19:29:33 6 [HttpClient] --> END PROPFIND (198-byte body)
  503. 2018-08-28 19:29:33 6 [HttpClient] <-- 405 Method Not Allowed https://intothegarbagechuteflyboy.net/ (166ms)
  504. 2018-08-28 19:29:33 6 [HttpClient] Date: Tue, 28 Aug 2018 07:29:33 GMT
  505. 2018-08-28 19:29:33 6 [HttpClient] Server: Apache
  506. 2018-08-28 19:29:33 6 [HttpClient] Allow: HEAD,GET,POST,OPTIONS
  507. 2018-08-28 19:29:33 6 [HttpClient] Content-Length: 359
  508. 2018-08-28 19:29:33 6 [HttpClient] Keep-Alive: timeout=5, max=100
  509. 2018-08-28 19:29:33 6 [HttpClient] Connection: Keep-Alive
  510. 2018-08-28 19:29:33 6 [HttpClient] Content-Type: text/html; charset=iso-8859-1
  511. 2018-08-28 19:29:33 6 [HttpClient]
  512. 2018-08-28 19:29:33 6 [HttpClient] <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
  513. <html><head>
  514. <title>405 Method Not Allowed</title>
  515. </head><body>
  516. <h1>Method Not Allowed</h1>
  517. <p>The requested method GET is not allowed for the URL /index.html.</p>
  518. <p>Additionally, a 405 Method Not Allowed
  519. error was encountered while trying to use an ErrorDocument to handle the request.</p>
  520. </body></html>
  521.  
  522. 2018-08-28 19:29:33 6 [HttpClient] <-- END HTTP (359-byte body)
  523. 2018-08-28 19:29:33 6 [ui.setup.DavResourceFinder] No resource found
  524. EXCEPTION at.bitfire.dav4android.exception.HttpException: HTTP 405 Method Not Allowed
  525. at at.bitfire.dav4android.DavResource.checkStatus(DavResource.kt:283)
  526. at at.bitfire.dav4android.DavResource.checkStatus(DavResource.kt:259)
  527. at at.bitfire.dav4android.DavResource.processMultiStatus(DavResource.kt:351)
  528. at at.bitfire.dav4android.DavResource.propfind(DavResource.kt:246)
  529. at at.bitfire.davdroid.ui.setup.DavResourceFinder.getCurrentUserPrincipal(DavResourceFinder.kt:382)
  530. at at.bitfire.davdroid.ui.setup.DavResourceFinder.discoverPrincipalUrl(DavResourceFinder.kt:362)
  531. at at.bitfire.davdroid.ui.setup.DavResourceFinder.findInitialConfiguration(DavResourceFinder.kt:135)
  532. at at.bitfire.davdroid.ui.setup.DavResourceFinder.findInitialConfiguration(DavResourceFinder.kt:78)
  533. at at.bitfire.davdroid.ui.setup.DetectConfigurationFragment$ServerConfigurationLoader.loadInBackground(DetectConfigurationFragment.kt:136)
  534. at at.bitfire.davdroid.ui.setup.DetectConfigurationFragment$ServerConfigurationLoader.loadInBackground(DetectConfigurationFragment.kt:120)
  535. at android.support.v4.content.AsyncTaskLoader.onLoadInBackground(AsyncTaskLoader.java:306)
  536. at android.support.v4.content.AsyncTaskLoader$LoadTask.doInBackground(AsyncTaskLoader.java:59)
  537. at android.support.v4.content.AsyncTaskLoader$LoadTask.doInBackground(AsyncTaskLoader.java:47)
  538. at android.support.v4.content.ModernAsyncTask$2.call(ModernAsyncTask.java:138)
  539. at java.util.concurrent.FutureTask.run(FutureTask.java)
  540. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java)
  541. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java)
  542. at java.lang.Thread.run(Thread.java)
  543.  
  544.  
  545.  
  546. SOFTWARE INFORMATION
  547. Package: at.bitfire.davdroid
  548. Version: 2.0.2-gplay (243) from 15 Aug 2018
  549. Installed from: com.android.vending
  550. JB Workaround installed: no
  551.  
  552. CONNECTIVITY (at the moment)
  553. Active connection: WiFi, CONNECTED
  554.  
  555. CONFIGURATION
  556. Power saving disabled: yes
  557. android.permission.READ_CONTACTS permission: granted
  558. android.permission.WRITE_CONTACTS permission: granted
  559. android.permission.READ_CALENDAR permission: granted
  560. android.permission.WRITE_CALENDAR permission: granted
  561. org.dmfs.permission.READ_TASKS permission: granted
  562. org.dmfs.permission.WRITE_TASKS permission: granted
  563. System-wide synchronization: automatically
  564.  
  565. SQLITE DUMP
  566. android_metadata
  567. | locale |
  568. | en_GB |
  569. ----------
  570. services
  571. | _id | accountName | service | principal |
  572. ----------
  573. sqlite_sequence
  574. | name | seq |
  575. | services | 4 |
  576. | homesets | 4 |
  577. | collections | 6 |
  578. ----------
  579. homesets
  580. | _id | serviceID | url |
  581. ----------
  582. collections
  583. | _id | serviceID | url | readOnly | displayName | description | color | timezone | supportsVEVENT | supportsVTODO | sync | type | source | forceReadOnly |
  584. ----------
  585.  
  586. SYSTEM INFORMATION
  587. Android version: 6.0.1 (Phronesis.N930FXXU1BPH6.v4)
  588. Device: samsung SM-N9005 (gracelte)
  589.  
  590. --- END DEBUG INFO ---
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement