Can't find CalDAV or CardDAV

Hi, this is my first post. I just installed /e/ on my Moto Z2 Play and the system is working perfectly yet I can’t add my /e/ account. I fill in my email address and password in the add account menu. I didn’t fill in anything in the Use a spefic server. I click authenticate and it sits there spinning for around 5 minutes and the returns an error like “Can’t find CallDAV or CardDAV” (I’m paraphrasing since I’m running /e/ in Portuguese. Anything I can do to fix this?

Regain your privacy! Adopt /e/ the unGoogled mobile OS and online servicesphone

Welcome in the community :slight_smile:

You need to enter your email address in full and in lowercase (username@e.email).
Are you at least able to login here ?

I’m doing that. I can login from my computer just fine, I’ve imported contacts and sent email already.

I’m still getting nothing and on my PC in the same router I am able access my e account

Still having the same issue

The following is the error log:

— BEGIN DEBUG INFO —

LOGS:
2020-08-17 10:22:47 233 [foundation.e.accountmanager.ui.setup.DavResourceFinder] Finding initial carddav service configuration
2020-08-17 10:22:47 233 [foundation.e.accountmanager.ui.setup.DavResourceFinder] Checking user-given URL: https://ecloud.global/
2020-08-17 10:22:47 233 [foundation.e.accountmanager.HttpClient] --> PROPFIND https://ecloud.global/
2020-08-17 10:22:47 233 [foundation.e.accountmanager.HttpClient] Content-Type: application/xml; charset=utf-8
2020-08-17 10:22:47 233 [foundation.e.accountmanager.HttpClient] Content-Length: 290
2020-08-17 10:22:47 233 [foundation.e.accountmanager.HttpClient] Depth: 0
2020-08-17 10:22:47 233 [foundation.e.accountmanager.HttpClient]
2020-08-17 10:22:47 233 [foundation.e.accountmanager.HttpClient] <?xml version='1.0' encoding='UTF-8' ?><CARD:addressbook-description /><CARD:addressbook-home-set />
2020-08-17 10:22:47 233 [foundation.e.accountmanager.HttpClient] --> END PROPFIND (290-byte body)
2020-08-17 10:23:03 233 [foundation.e.accountmanager.HttpClient] <-- 405 https://ecloud.global/ (16587ms)
2020-08-17 10:23:03 233 [foundation.e.accountmanager.HttpClient] server: nginx
2020-08-17 10:23:03 233 [foundation.e.accountmanager.HttpClient] date: Mon, 17 Aug 2020 13:23:03 GMT
2020-08-17 10:23:03 233 [foundation.e.accountmanager.HttpClient] content-type: text/html; charset=UTF-8
2020-08-17 10:23:03 233 [foundation.e.accountmanager.HttpClient] expires: Thu, 19 Nov 1981 08:52:00 GMT
2020-08-17 10:23:03 233 [foundation.e.accountmanager.HttpClient] cache-control: no-store, no-cache, must-revalidate
2020-08-17 10:23:03 233 [foundation.e.accountmanager.HttpClient] pragma: no-cache
2020-08-17 10:23:03 233 [foundation.e.accountmanager.HttpClient] set-cookie: oc_sessionPassphrase=yfcB1UM%2FsD939YQt%2FMx23ye1OcEes0NWN%2F2ZFbE1NW78GWzHufpvs0csgrK%2F73lIlF78UDblZVPGiJP7nuNpJHWhik4VwxXSEYos20swyEt7cBoEm5LY9N4NOd09qKfd; path=/; secure; HttpOnly
2020-08-17 10:23:03 233 [foundation.e.accountmanager.HttpClient] content-security-policy: default-src ‘self’; script-src ‘self’ ‘nonce-d2dZcE9yZktIUFYxa0gxUEMrYjIwdjduVy8vaVVaT01qRWRUMTBvTnR3Zz06c1hJR2U0NnljN1lXcUV3Mlg3ekJ0YlRVREpuVkY5YnIyQlZxa0hsNXh6QT0=’; 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’;
2020-08-17 10:23:03 233 [foundation.e.accountmanager.HttpClient] set-cookie: __Host-nc_sameSiteCookielax=true; path=/; httponly;secure; expires=Fri, 31-Dec-2100 23:59:59 GMT; SameSite=lax
2020-08-17 10:23:03 233 [foundation.e.accountmanager.HttpClient] set-cookie: __Host-nc_sameSiteCookiestrict=true; path=/; httponly;secure; expires=Fri, 31-Dec-2100 23:59:59 GMT; SameSite=strict
2020-08-17 10:23:03 233 [foundation.e.accountmanager.HttpClient] set-cookie: ocvebajunw79=9d623e31e47f8f0850a4b581276c5c44; path=/; secure; HttpOnly
2020-08-17 10:23:03 233 [foundation.e.accountmanager.HttpClient] x-frame-options: SAMEORIGIN
2020-08-17 10:23:03 233 [foundation.e.accountmanager.HttpClient]
2020-08-17 10:23:03 233 [foundation.e.accountmanager.HttpClient]
2020-08-17 10:23:03 233 [foundation.e.accountmanager.HttpClient] <-- END HTTP (0-byte body)
2020-08-17 10:23:03 233 [foundation.e.accountmanager.ui.setup.DavResourceFinder] PROPFIND/OPTIONS on user-given URL failed
EXCEPTION foundation.e.dav4jvm.exception.HttpException: HTTP 405
at foundation.e.dav4jvm.DavResource.checkStatus(DavResource.kt:423)
at foundation.e.dav4jvm.DavResource.checkStatus(DavResource.kt:397)
at foundation.e.dav4jvm.DavResource.processMultiStatus(DavResource.kt:491)
at foundation.e.dav4jvm.DavResource.propfind(DavResource.kt:384)
at foundation.e.accountmanager.ui.setup.DavResourceFinder.checkUserGivenURL(DavResourceFinder.kt:181)
at foundation.e.accountmanager.ui.setup.DavResourceFinder.findInitialConfiguration(DavResourceFinder.kt:115)
at foundation.e.accountmanager.ui.setup.DavResourceFinder.findInitialConfiguration(DavResourceFinder.kt:73)
at foundation.e.accountmanager.ui.setup.DetectConfigurationFragment$DetectConfigurationModel$detectConfiguration$2.invoke(DetectConfigurationFragment.kt:83)
at foundation.e.accountmanager.ui.setup.DetectConfigurationFragment$DetectConfigurationModel$detectConfiguration$2.invoke(DetectConfigurationFragment.kt:62)
at kotlin.concurrent.ThreadsKt$thread$thread$1.run(Thread.kt:30)

2020-08-17 10:23:03 233 [foundation.e.accountmanager.HttpClient] --> PROPFIND https://ecloud.global/.well-known/carddav
2020-08-17 10:23:03 233 [foundation.e.accountmanager.HttpClient] Content-Type: application/xml; charset=utf-8
2020-08-17 10:23:03 233 [foundation.e.accountmanager.HttpClient] Content-Length: 198
2020-08-17 10:23:03 233 [foundation.e.accountmanager.HttpClient] Depth: 0
2020-08-17 10:23:03 233 [foundation.e.accountmanager.HttpClient]
2020-08-17 10:23:03 233 [foundation.e.accountmanager.HttpClient] <?xml version='1.0' encoding='UTF-8' ?>
2020-08-17 10:23:03 233 [foundation.e.accountmanager.HttpClient] --> END PROPFIND (198-byte body)
2020-08-17 10:23:04 233 [foundation.e.accountmanager.HttpClient] <-- 301 https://ecloud.global/.well-known/carddav (239ms)
2020-08-17 10:23:04 233 [foundation.e.accountmanager.HttpClient] server: nginx
2020-08-17 10:23:04 233 [foundation.e.accountmanager.HttpClient] date: Mon, 17 Aug 2020 13:23:03 GMT
2020-08-17 10:23:04 233 [foundation.e.accountmanager.HttpClient] content-type: text/html
2020-08-17 10:23:04 233 [foundation.e.accountmanager.HttpClient] content-length: 162
2020-08-17 10:23:04 233 [foundation.e.accountmanager.HttpClient] location: https://ecloud.global/remote.php/dav
2020-08-17 10:23:04 233 [foundation.e.accountmanager.HttpClient] x-content-type-options: nosniff
2020-08-17 10:23:04 233 [foundation.e.accountmanager.HttpClient] x-xss-protection: 1; mode=block
2020-08-17 10:23:04 233 [foundation.e.accountmanager.HttpClient] strict-transport-security: max-age=15768000
2020-08-17 10:23:04 233 [foundation.e.accountmanager.HttpClient] referrer-policy: same-origin
2020-08-17 10:23:04 233 [foundation.e.accountmanager.HttpClient] x-frame-options: SAMEORIGIN
2020-08-17 10:23:04 233 [foundation.e.accountmanager.HttpClient] x-robots-tag: none
2020-08-17 10:23:04 233 [foundation.e.accountmanager.HttpClient] x-download-options: noopen
2020-08-17 10:23:04 233 [foundation.e.accountmanager.HttpClient] x-permitted-cross-domain-policies: none
2020-08-17 10:23:04 233 [foundation.e.accountmanager.HttpClient]
2020-08-17 10:23:04 233 [foundation.e.accountmanager.HttpClient]

301 Moved Permanently

301 Moved Permanently


nginx

2020-08-17 10:23:04 233 [foundation.e.accountmanager.HttpClient] <-- END HTTP (162-byte body)
2020-08-17 10:23:04 233 [foundation.e.dav4jvm.DavResource] Redirected, new location = https://ecloud.global/remote.php/dav
2020-08-17 10:23:04 233 [foundation.e.accountmanager.HttpClient] --> PROPFIND https://ecloud.global/remote.php/dav
2020-08-17 10:23:04 233 [foundation.e.accountmanager.HttpClient] Content-Type: application/xml; charset=utf-8
2020-08-17 10:23:04 233 [foundation.e.accountmanager.HttpClient] Content-Length: 198
2020-08-17 10:23:04 233 [foundation.e.accountmanager.HttpClient] Depth: 0
2020-08-17 10:23:04 233 [foundation.e.accountmanager.HttpClient]
2020-08-17 10:23:04 233 [foundation.e.accountmanager.HttpClient] <?xml version='1.0' encoding='UTF-8' ?>
2020-08-17 10:23:04 233 [foundation.e.accountmanager.HttpClient] --> END PROPFIND (198-byte body)
2020-08-17 10:23:04 233 [foundation.e.accountmanager.HttpClient] <-- 401 https://ecloud.global/remote.php/dav (651ms)
2020-08-17 10:23:04 233 [foundation.e.accountmanager.HttpClient] server: nginx
2020-08-17 10:23:04 233 [foundation.e.accountmanager.HttpClient] date: Mon, 17 Aug 2020 13:23:04 GMT
2020-08-17 10:23:04 233 [foundation.e.accountmanager.HttpClient] content-type: application/xml; charset=utf-8
2020-08-17 10:23:04 233 [foundation.e.accountmanager.HttpClient] expires: Thu, 19 Nov 1981 08:52:00 GMT
2020-08-17 10:23:04 233 [foundation.e.accountmanager.HttpClient] cache-control: no-store, no-cache, must-revalidate
2020-08-17 10:23:04 233 [foundation.e.accountmanager.HttpClient] pragma: no-cache
2020-08-17 10:23:04 233 [foundation.e.accountmanager.HttpClient] content-security-policy: default-src ‘none’;
2020-08-17 10:23:04 233 [foundation.e.accountmanager.HttpClient] set-cookie: ocvebajunw79=fb60a410ec45f793f74c2dd88f5c9746; path=/; secure; HttpOnly
2020-08-17 10:23:04 233 [foundation.e.accountmanager.HttpClient] www-authenticate: Basic realm="/e/", charset=“UTF-8”
2020-08-17 10:23:04 233 [foundation.e.accountmanager.HttpClient] x-frame-options: SAMEORIGIN
2020-08-17 10:23:04 233 [foundation.e.accountmanager.HttpClient]
2020-08-17 10:23:04 233 [foundation.e.accountmanager.HttpClient] <?xml version="1.0" encoding="utf-8"?>
<d:error xmlns:d=“DAV:” xmlns:s=“http://sabredav.org/ns”>
<s:exception>Sabre\DAV\Exception\NotAuthenticated</s:exception>
<s:message>No public access to this resource., No ‘Authorization: Bearer’ header found. Either the client didn’t send one, or the server is mis-configured, Username or password was incorrect</s:message>
</d:error>

2020-08-17 10:23:04 233 [foundation.e.accountmanager.HttpClient] <-- END HTTP (379-byte body)
2020-08-17 10:23:04 233 [foundation.e.accountmanager.ui.setup.DavResourceFinder] Well-known URL detection failed
EXCEPTION foundation.e.dav4jvm.exception.UnauthorizedException: HTTP 401
at foundation.e.dav4jvm.DavResource.checkStatus(DavResource.kt:411)
at foundation.e.dav4jvm.DavResource.checkStatus(DavResource.kt:397)
at foundation.e.dav4jvm.DavResource.processMultiStatus(DavResource.kt:491)
at foundation.e.dav4jvm.DavResource.propfind(DavResource.kt:384)
at foundation.e.accountmanager.ui.setup.DavResourceFinder.getCurrentUserPrincipal(DavResourceFinder.kt:386)
at foundation.e.accountmanager.ui.setup.DavResourceFinder.findInitialConfiguration(DavResourceFinder.kt:119)
at foundation.e.accountmanager.ui.setup.DavResourceFinder.findInitialConfiguration(DavResourceFinder.kt:73)
at foundation.e.accountmanager.ui.setup.DetectConfigurationFragment$DetectConfigurationModel$detectConfiguration$2.invoke(DetectConfigurationFragment.kt:83)
at foundation.e.accountmanager.ui.setup.DetectConfigurationFragment$DetectConfigurationModel$detectConfiguration$2.invoke(DetectConfigurationFragment.kt:62)
at kotlin.concurrent.ThreadsKt$thread$thread$1.run(Thread.kt:30)

2020-08-17 10:23:04 233 [foundation.e.accountmanager.ui.setup.DavResourceFinder] No principal found at user-given URL, trying to discover
2020-08-17 10:23:04 233 [foundation.e.accountmanager.ui.setup.DavResourceFinder] Looking up SRV records for _carddavs._tcp.ecloud.global
2020-08-17 10:23:34 233 [foundation.e.accountmanager.ui.setup.DavResourceFinder] Didn’t find carddav service, trying at https://ecloud.global:443
2020-08-17 10:24:06 233 [foundation.e.accountmanager.ui.setup.DavResourceFinder] Trying to determine principal from initial context path=https://ecloud.global/.well-known/carddav
2020-08-17 10:24:06 233 [foundation.e.accountmanager.HttpClient] --> PROPFIND https://ecloud.global/.well-known/carddav
2020-08-17 10:24:06 233 [foundation.e.accountmanager.HttpClient] Content-Type: application/xml; charset=utf-8
2020-08-17 10:24:06 233 [foundation.e.accountmanager.HttpClient] Content-Length: 198
2020-08-17 10:24:06 233 [foundation.e.accountmanager.HttpClient] Depth: 0
2020-08-17 10:24:06 233 [foundation.e.accountmanager.HttpClient]
2020-08-17 10:24:06 233 [foundation.e.accountmanager.HttpClient] <?xml version='1.0' encoding='UTF-8' ?>
2020-08-17 10:24:06 233 [foundation.e.accountmanager.HttpClient] --> END PROPFIND (198-byte body)
2020-08-17 10:24:07 233 [foundation.e.accountmanager.HttpClient] <-- 301 https://ecloud.global/.well-known/carddav (931ms)
2020-08-17 10:24:07 233 [foundation.e.accountmanager.HttpClient] server: nginx
2020-08-17 10:24:07 233 [foundation.e.accountmanager.HttpClient] date: Mon, 17 Aug 2020 13:24:07 GMT
2020-08-17 10:24:07 233 [foundation.e.accountmanager.HttpClient] content-type: text/html
2020-08-17 10:24:07 233 [foundation.e.accountmanager.HttpClient] content-length: 162
2020-08-17 10:24:07 233 [foundation.e.accountmanager.HttpClient] location: https://ecloud.global/remote.php/dav
2020-08-17 10:24:07 233 [foundation.e.accountmanager.HttpClient] x-content-type-options: nosniff
2020-08-17 10:24:07 233 [foundation.e.accountmanager.HttpClient] x-xss-protection: 1; mode=block
2020-08-17 10:24:07 233 [foundation.e.accountmanager.HttpClient] strict-transport-security: max-age=15768000
2020-08-17 10:24:07 233 [foundation.e.accountmanager.HttpClient] referrer-policy: same-origin
2020-08-17 10:24:07 233 [foundation.e.accountmanager.HttpClient] x-frame-options: SAMEORIGIN
2020-08-17 10:24:07 233 [foundation.e.accountmanager.HttpClient] x-robots-tag: none
2020-08-17 10:24:07 233 [foundation.e.accountmanager.HttpClient] x-download-options: noopen
2020-08-17 10:24:07 233 [foundation.e.accountmanager.HttpClient] x-permitted-cross-domain-policies: none
2020-08-17 10:24:07 233 [foundation.e.accountmanager.HttpClient]
2020-08-17 10:24:07 233 [foundation.e.accountmanager.HttpClient]

301 Moved Permanently

301 Moved Permanently


nginx

2020-08-17 10:24:07 233 [foundation.e.accountmanager.HttpClient] <-- END HTTP (162-byte body)
2020-08-17 10:24:07 233 [foundation.e.dav4jvm.DavResource] Redirected, new location = https://ecloud.global/remote.php/dav
2020-08-17 10:24:07 233 [foundation.e.accountmanager.HttpClient] --> PROPFIND https://ecloud.global/remote.php/dav
2020-08-17 10:24:07 233 [foundation.e.accountmanager.HttpClient] Content-Type: application/xml; charset=utf-8
2020-08-17 10:24:07 233 [foundation.e.accountmanager.HttpClient] Content-Length: 198
2020-08-17 10:24:07 233 [foundation.e.accountmanager.HttpClient] Depth: 0
2020-08-17 10:24:07 233 [foundation.e.accountmanager.HttpClient]
2020-08-17 10:24:07 233 [foundation.e.accountmanager.HttpClient] <?xml version='1.0' encoding='UTF-8' ?>
2020-08-17 10:24:07 233 [foundation.e.accountmanager.HttpClient] --> END PROPFIND (198-byte body)
2020-08-17 10:24:08 233 [foundation.e.accountmanager.HttpClient] <-- 401 https://ecloud.global/remote.php/dav (1102ms)
2020-08-17 10:24:08 233 [foundation.e.accountmanager.HttpClient] server: nginx
2020-08-17 10:24:08 233 [foundation.e.accountmanager.HttpClient] date: Mon, 17 Aug 2020 13:24:08 GMT
2020-08-17 10:24:08 233 [foundation.e.accountmanager.HttpClient] content-type: application/xml; charset=utf-8
2020-08-17 10:24:08 233 [foundation.e.accountmanager.HttpClient] expires: Thu, 19 Nov 1981 08:52:00 GMT
2020-08-17 10:24:08 233 [foundation.e.accountmanager.HttpClient] cache-control: no-store, no-cache, must-revalidate
2020-08-17 10:24:08 233 [foundation.e.accountmanager.HttpClient] pragma: no-cache
2020-08-17 10:24:08 233 [foundation.e.accountmanager.HttpClient] content-security-policy: default-src ‘none’;
2020-08-17 10:24:08 233 [foundation.e.accountmanager.HttpClient] set-cookie: ocvebajunw79=90735246aee27b522793f70773da70c0; path=/; secure; HttpOnly
2020-08-17 10:24:08 233 [foundation.e.accountmanager.HttpClient] www-authenticate: Basic realm="/e/", charset=“UTF-8”
2020-08-17 10:24:08 233 [foundation.e.accountmanager.HttpClient] x-frame-options: SAMEORIGIN
2020-08-17 10:24:08 233 [foundation.e.accountmanager.HttpClient]
2020-08-17 10:24:08 233 [foundation.e.accountmanager.HttpClient] <?xml version="1.0" encoding="utf-8"?>
<d:error xmlns:d=“DAV:” xmlns:s=“http://sabredav.org/ns”>
<s:exception>Sabre\DAV\Exception\NotAuthenticated</s:exception>
<s:message>No public access to this resource., No ‘Authorization: Bearer’ header found. Either the client didn’t send one, or the server is mis-configured, Username or password was incorrect</s:message>
</d:error>

2020-08-17 10:24:08 233 [foundation.e.accountmanager.HttpClient] <-- END HTTP (379-byte body)
2020-08-17 10:24:08 233 [foundation.e.accountmanager.ui.setup.DavResourceFinder] No resource found
EXCEPTION foundation.e.dav4jvm.exception.UnauthorizedException: HTTP 401
at foundation.e.dav4jvm.DavResource.checkStatus(DavResource.kt:411)
at foundation.e.dav4jvm.DavResource.checkStatus(DavResource.kt:397)
at foundation.e.dav4jvm.DavResource.processMultiStatus(DavResource.kt:491)
at foundation.e.dav4jvm.DavResource.propfind(DavResource.kt:384)
at foundation.e.accountmanager.ui.setup.DavResourceFinder.getCurrentUserPrincipal(DavResourceFinder.kt:386)
at foundation.e.accountmanager.ui.setup.DavResourceFinder.discoverPrincipalUrl(DavResourceFinder.kt:366)
at foundation.e.accountmanager.ui.setup.DavResourceFinder.findInitialConfiguration(DavResourceFinder.kt:138)
at foundation.e.accountmanager.ui.setup.DavResourceFinder.findInitialConfiguration(DavResourceFinder.kt:73)
at foundation.e.accountmanager.ui.setup.DetectConfigurationFragment$DetectConfigurationModel$detectConfiguration$2.invoke(DetectConfigurationFragment.kt:83)
at foundation.e.accountmanager.ui.setup.DetectConfigurationFragment$DetectConfigurationModel$detectConfiguration$2.invoke(DetectConfigurationFragment.kt:62)
at kotlin.concurrent.ThreadsKt$thread$thread$1.run(Thread.kt:30)

2020-08-17 10:24:08 233 [foundation.e.accountmanager.ui.setup.DavResourceFinder] Trying to determine principal from initial context path=https://ecloud.global/
2020-08-17 10:24:08 233 [foundation.e.accountmanager.HttpClient] --> PROPFIND https://ecloud.global/
2020-08-17 10:24:08 233 [foundation.e.accountmanager.HttpClient] Content-Type: application/xml; charset=utf-8
2020-08-17 10:24:08 233 [foundation.e.accountmanager.HttpClient] Content-Length: 198
2020-08-17 10:24:08 233 [foundation.e.accountmanager.HttpClient] Depth: 0
2020-08-17 10:24:08 233 [foundation.e.accountmanager.HttpClient]
2020-08-17 10:24:08 233 [foundation.e.accountmanager.HttpClient] <?xml version='1.0' encoding='UTF-8' ?>
2020-08-17 10:24:08 233 [foundation.e.accountmanager.HttpClient] --> END PROPFIND (198-byte body)
2020-08-17 10:24:10 233 [foundation.e.accountmanager.HttpClient] <-- 405 https://ecloud.global/ (1350ms)
2020-08-17 10:24:10 233 [foundation.e.accountmanager.HttpClient] server: nginx
2020-08-17 10:24:10 233 [foundation.e.accountmanager.HttpClient] date: Mon, 17 Aug 2020 13:24:09 GMT
2020-08-17 10:24:10 233 [foundation.e.accountmanager.HttpClient] content-type: text/html; charset=UTF-8
2020-08-17 10:24:10 233 [foundation.e.accountmanager.HttpClient] expires: Thu, 19 Nov 1981 08:52:00 GMT
2020-08-17 10:24:10 233 [foundation.e.accountmanager.HttpClient] cache-control: no-store, no-cache, must-revalidate
2020-08-17 10:24:10 233 [foundation.e.accountmanager.HttpClient] pragma: no-cache
2020-08-17 10:24:10 233 [foundation.e.accountmanager.HttpClient] content-security-policy: default-src ‘self’; script-src ‘self’ ‘nonce-bDdUWmFZQWJ6cTIySUMxSWtuV0V3WXlTWVRMUHJLU2dLN3ZXenRzQmgwdz06NU1EMktMbGpvZTdWR0J3eHhpK3pwc2FoTmxUNDZ1SEhmK252aWVoMTkzUT0=’; 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’;
2020-08-17 10:24:10 233 [foundation.e.accountmanager.HttpClient] set-cookie: ocvebajunw79=cfa5d3997c8706aa0be68e579ad990b4; path=/; secure; HttpOnly
2020-08-17 10:24:10 233 [foundation.e.accountmanager.HttpClient] x-frame-options: SAMEORIGIN
2020-08-17 10:24:10 233 [foundation.e.accountmanager.HttpClient]
2020-08-17 10:24:10 233 [foundation.e.accountmanager.HttpClient]
2020-08-17 10:24:10 233 [foundation.e.accountmanager.HttpClient] <-- END HTTP (0-byte body)
2020-08-17 10:24:10 233 [foundation.e.accountmanager.ui.setup.DavResourceFinder] No resource found
EXCEPTION foundation.e.dav4jvm.exception.HttpException: HTTP 405
at foundation.e.dav4jvm.DavResource.checkStatus(DavResource.kt:423)
at foundation.e.dav4jvm.DavResource.checkStatus(DavResource.kt:397)
at foundation.e.dav4jvm.DavResource.processMultiStatus(DavResource.kt:491)
at foundation.e.dav4jvm.DavResource.propfind(DavResource.kt:384)
at foundation.e.accountmanager.ui.setup.DavResourceFinder.getCurrentUserPrincipal(DavResourceFinder.kt:386)
at foundation.e.accountmanager.ui.setup.DavResourceFinder.discoverPrincipalUrl(DavResourceFinder.kt:366)
at foundation.e.accountmanager.ui.setup.DavResourceFinder.findInitialConfiguration(DavResourceFinder.kt:138)
at foundation.e.accountmanager.ui.setup.DavResourceFinder.findInitialConfiguration(DavResourceFinder.kt:73)
at foundation.e.accountmanager.ui.setup.DetectConfigurationFragment$DetectConfigurationModel$detectConfiguration$2.invoke(DetectConfigurationFragment.kt:83)
at foundation.e.accountmanager.ui.setup.DetectConfigurationFragment$DetectConfigurationModel$detectConfiguration$2.invoke(DetectConfigurationFragment.kt:62)
at kotlin.concurrent.ThreadsKt$thread$thread$1.run(Thread.kt:30)

2020-08-17 10:24:10 233 [foundation.e.accountmanager.ui.setup.DavResourceFinder] Finding initial caldav service configuration
2020-08-17 10:24:10 233 [foundation.e.accountmanager.ui.setup.DavResourceFinder] Checking user-given URL: https://ecloud.global/
2020-08-17 10:24:10 233 [foundation.e.accountmanager.HttpClient] --> PROPFIND https://ecloud.global/
2020-08-17 10:24:10 233 [foundation.e.accountmanager.HttpClient] Content-Type: application/xml; charset=utf-8
2020-08-17 10:24:10 233 [foundation.e.accountmanager.HttpClient] Content-Length: 435
2020-08-17 10:24:10 233 [foundation.e.accountmanager.HttpClient] Depth: 1
2020-08-17 10:24:10 233 [foundation.e.accountmanager.HttpClient]
2020-08-17 10:24:10 233 [foundation.e.accountmanager.HttpClient] <?xml version='1.0' encoding='UTF-8' ?><n0:calendar-color xmlns:n0=“http://apple.com/ns/ical/” /><CAL:calendar-description /><CAL:calendar-timezone /><CAL:supported-calendar-component-set /><CAL:calendar-home-set />
2020-08-17 10:24:10 233 [foundation.e.accountmanager.HttpClient] --> END PROPFIND (435-byte body)
2020-08-17 10:24:12 233 [foundation.e.accountmanager.HttpClient] <-- 405 https://ecloud.global/ (2406ms)
2020-08-17 10:24:12 233 [foundation.e.accountmanager.HttpClient] server: nginx
2020-08-17 10:24:12 233 [foundation.e.accountmanager.HttpClient] date: Mon, 17 Aug 2020 13:24:12 GMT
2020-08-17 10:24:12 233 [foundation.e.accountmanager.HttpClient] content-type: text/html; charset=UTF-8
2020-08-17 10:24:12 233 [foundation.e.accountmanager.HttpClient] expires: Thu, 19 Nov 1981 08:52:00 GMT
2020-08-17 10:24:12 233 [foundation.e.accountmanager.HttpClient] cache-control: no-store, no-cache, must-revalidate
2020-08-17 10:24:12 233 [foundation.e.accountmanager.HttpClient] pragma: no-cache
2020-08-17 10:24:12 233 [foundation.e.accountmanager.HttpClient] content-security-policy: default-src ‘self’; script-src ‘self’ ‘nonce-VWlteVYrMk1hVWVtSDRHYUp2dWdaWlZMbTg2WmZacWx1MjEyZ056bW45Yz06SVYyZEZ0VDBCZ1RGSjdEamNxR1hBdDk0ektpdU85L0M3ejlQeCsrUzcrOD0=’; 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’;
2020-08-17 10:24:12 233 [foundation.e.accountmanager.HttpClient] set-cookie: ocvebajunw79=09f9eaff48163b0457415dc939bc81fe; path=/; secure; HttpOnly
2020-08-17 10:24:12 233 [foundation.e.accountmanager.HttpClient] x-frame-options: SAMEORIGIN
2020-08-17 10:24:12 233 [foundation.e.accountmanager.HttpClient]
2020-08-17 10:24:12 233 [foundation.e.accountmanager.HttpClient]
2020-08-17 10:24:12 233 [foundation.e.accountmanager.HttpClient] <-- END HTTP (0-byte body)
2020-08-17 10:24:12 233 [foundation.e.accountmanager.ui.setup.DavResourceFinder] PROPFIND/OPTIONS on user-given URL failed
EXCEPTION foundation.e.dav4jvm.exception.HttpException: HTTP 405
at foundation.e.dav4jvm.DavResource.checkStatus(DavResource.kt:423)
at foundation.e.dav4jvm.DavResource.checkStatus(DavResource.kt:397)
at foundation.e.dav4jvm.DavResource.processMultiStatus(DavResource.kt:491)
at foundation.e.dav4jvm.DavResource.propfind(DavResource.kt:384)
at foundation.e.accountmanager.ui.setup.DavResourceFinder.checkUserGivenURL(DavResourceFinder.kt:190)
at foundation.e.accountmanager.ui.setup.DavResourceFinder.findInitialConfiguration(DavResourceFinder.kt:115)
at foundation.e.accountmanager.ui.setup.DavResourceFinder.findInitialConfiguration(DavResourceFinder.kt:80)
at foundation.e.accountmanager.ui.setup.DetectConfigurationFragment$DetectConfigurationModel$detectConfiguration$2.invoke(DetectConfigurationFragment.kt:83)
at foundation.e.accountmanager.ui.setup.DetectConfigurationFragment$DetectConfigurationModel$detectConfiguration$2.invoke(DetectConfigurationFragment.kt:62)
at kotlin.concurrent.ThreadsKt$thread$thread$1.run(Thread.kt:30)

2020-08-17 10:24:12 233 [foundation.e.accountmanager.HttpClient] --> PROPFIND https://ecloud.global/.well-known/caldav
2020-08-17 10:24:12 233 [foundation.e.accountmanager.HttpClient] Content-Type: application/xml; charset=utf-8
2020-08-17 10:24:12 233 [foundation.e.accountmanager.HttpClient] Content-Length: 198
2020-08-17 10:24:12 233 [foundation.e.accountmanager.HttpClient] Depth: 0
2020-08-17 10:24:12 233 [foundation.e.accountmanager.HttpClient]
2020-08-17 10:24:12 233 [foundation.e.accountmanager.HttpClient] <?xml version='1.0' encoding='UTF-8' ?>
2020-08-17 10:24:12 233 [foundation.e.accountmanager.HttpClient] --> END PROPFIND (198-byte body)
2020-08-17 10:24:12 233 [foundation.e.accountmanager.HttpClient] <-- 301 https://ecloud.global/.well-known/caldav (233ms)
2020-08-17 10:24:12 233 [foundation.e.accountmanager.HttpClient] server: nginx
2020-08-17 10:24:12 233 [foundation.e.accountmanager.HttpClient] date: Mon, 17 Aug 2020 13:24:12 GMT
2020-08-17 10:24:12 233 [foundation.e.accountmanager.HttpClient] content-type: text/html
2020-08-17 10:24:12 233 [foundation.e.accountmanager.HttpClient] content-length: 162
2020-08-17 10:24:12 233 [foundation.e.accountmanager.HttpClient] location: https://ecloud.global/remote.php/dav
2020-08-17 10:24:12 233 [foundation.e.accountmanager.HttpClient] x-content-type-options: nosniff
2020-08-17 10:24:12 233 [foundation.e.accountmanager.HttpClient] x-xss-protection: 1; mode=block
2020-08-17 10:24:12 233 [foundation.e.accountmanager.HttpClient] strict-transport-security: max-age=15768000
2020-08-17 10:24:12 233 [foundation.e.accountmanager.HttpClient] referrer-policy: same-origin
2020-08-17 10:24:12 233 [foundation.e.accountmanager.HttpClient] x-frame-options: SAMEORIGIN
2020-08-17 10:24:12 233 [foundation.e.accountmanager.HttpClient] x-robots-tag: none
2020-08-17 10:24:12 233 [foundation.e.accountmanager.HttpClient] x-download-options: noopen
2020-08-17 10:24:12 233 [foundation.e.accountmanager.HttpClient] x-permitted-cross-domain-policies: none
2020-08-17 10:24:12 233 [foundation.e.accountmanager.HttpClient]
2020-08-17 10:24:12 233 [foundation.e.accountmanager.HttpClient]

301 Moved Permanently

301 Moved Permanently


nginx

2020-08-17 10:24:12 233 [foundation.e.accountmanager.HttpClient] <-- END HTTP (162-byte body)
2020-08-17 10:24:12 233 [foundation.e.dav4jvm.DavResource] Redirected, new location = https://ecloud.global/remote.php/dav
2020-08-17 10:24:12 233 [foundation.e.accountmanager.HttpClient] --> PROPFIND https://ecloud.global/remote.php/dav
2020-08-17 10:24:12 233 [foundation.e.accountmanager.HttpClient] Content-Type: application/xml; charset=utf-8
2020-08-17 10:24:12 233 [foundation.e.accountmanager.HttpClient] Content-Length: 198
2020-08-17 10:24:12 233 [foundation.e.accountmanager.HttpClient] Depth: 0
2020-08-17 10:24:12 233 [foundation.e.accountmanager.HttpClient]
2020-08-17 10:24:12 233 [foundation.e.accountmanager.HttpClient] <?xml version='1.0' encoding='UTF-8' ?>
2020-08-17 10:24:12 233 [foundation.e.accountmanager.HttpClient] --> END PROPFIND (198-byte body)
2020-08-17 10:24:16 233 [foundation.e.accountmanager.HttpClient] <-- 401 https://ecloud.global/remote.php/dav (3750ms)
2020-08-17 10:24:16 233 [foundation.e.accountmanager.HttpClient] server: nginx
2020-08-17 10:24:16 233 [foundation.e.accountmanager.HttpClient] date: Mon, 17 Aug 2020 13:24:16 GMT
2020-08-17 10:24:16 233 [foundation.e.accountmanager.HttpClient] content-type: application/xml; charset=utf-8
2020-08-17 10:24:16 233 [foundation.e.accountmanager.HttpClient] expires: Thu, 19 Nov 1981 08:52:00 GMT
2020-08-17 10:24:16 233 [foundation.e.accountmanager.HttpClient] cache-control: no-store, no-cache, must-revalidate
2020-08-17 10:24:16 233 [foundation.e.accountmanager.HttpClient] pragma: no-cache
2020-08-17 10:24:16 233 [foundation.e.accountmanager.HttpClient] content-security-policy: default-src ‘none’;
2020-08-17 10:24:16 233 [foundation.e.accountmanager.HttpClient] set-cookie: ocvebajunw79=0bf92511bab4e0173b5f33e5c0db2de6; path=/; secure; HttpOnly
2020-08-17 10:24:16 233 [foundation.e.accountmanager.HttpClient] www-authenticate: Basic realm="/e/", charset=“UTF-8”
2020-08-17 10:24:16 233 [foundation.e.accountmanager.HttpClient] x-frame-options: SAMEORIGIN
2020-08-17 10:24:16 233 [foundation.e.accountmanager.HttpClient]
2020-08-17 10:24:16 233 [foundation.e.accountmanager.HttpClient] <?xml version="1.0" encoding="utf-8"?>
<d:error xmlns:d=“DAV:” xmlns:s=“http://sabredav.org/ns”>
<s:exception>Sabre\DAV\Exception\NotAuthenticated</s:exception>
<s:message>No public access to this resource., No ‘Authorization: Bearer’ header found. Either the client didn’t send one, or the server is mis-configured, Username or password was incorrect</s:message>
</d:error>

2020-08-17 10:24:16 233 [foundation.e.accountmanager.HttpClient] <-- END HTTP (379-byte body)
2020-08-17 10:24:16 233 [foundation.e.accountmanager.ui.setup.DavResourceFinder] Well-known URL detection failed
EXCEPTION foundation.e.dav4jvm.exception.UnauthorizedException: HTTP 401
at foundation.e.dav4jvm.DavResource.checkStatus(DavResource.kt:411)
at foundation.e.dav4jvm.DavResource.checkStatus(DavResource.kt:397)
at foundation.e.dav4jvm.DavResource.processMultiStatus(DavResource.kt:491)
at foundation.e.dav4jvm.DavResource.propfind(DavResource.kt:384)
at foundation.e.accountmanager.ui.setup.DavResourceFinder.getCurrentUserPrincipal(DavResourceFinder.kt:386)
at foundation.e.accountmanager.ui.setup.DavResourceFinder.findInitialConfiguration(DavResourceFinder.kt:119)
at foundation.e.accountmanager.ui.setup.DavResourceFinder.findInitialConfiguration(DavResourceFinder.kt:80)
at foundation.e.accountmanager.ui.setup.DetectConfigurationFragment$DetectConfigurationModel$detectConfiguration$2.invoke(DetectConfigurationFragment.kt:83)
at foundation.e.accountmanager.ui.setup.DetectConfigurationFragment$DetectConfigurationModel$detectConfiguration$2.invoke(DetectConfigurationFragment.kt:62)
at kotlin.concurrent.ThreadsKt$thread$thread$1.run(Thread.kt:30)

2020-08-17 10:24:16 233 [foundation.e.accountmanager.ui.setup.DavResourceFinder] No principal found at user-given URL, trying to discover
2020-08-17 10:24:16 233 [foundation.e.accountmanager.ui.setup.DavResourceFinder] Looking up SRV records for _caldavs._tcp.ecloud.global
2020-08-17 10:24:46 233 [foundation.e.accountmanager.ui.setup.DavResourceFinder] Didn’t find caldav service, trying at https://ecloud.global:443
2020-08-17 10:25:16 233 [foundation.e.accountmanager.ui.setup.DavResourceFinder] Trying to determine principal from initial context path=https://ecloud.global/.well-known/caldav
2020-08-17 10:25:16 233 [foundation.e.accountmanager.HttpClient] --> PROPFIND https://ecloud.global/.well-known/caldav
2020-08-17 10:25:16 233 [foundation.e.accountmanager.HttpClient] Content-Type: application/xml; charset=utf-8
2020-08-17 10:25:16 233 [foundation.e.accountmanager.HttpClient] Content-Length: 198
2020-08-17 10:25:16 233 [foundation.e.accountmanager.HttpClient] Depth: 0
2020-08-17 10:25:16 233 [foundation.e.accountmanager.HttpClient]
2020-08-17 10:25:16 233 [foundation.e.accountmanager.HttpClient] <?xml version='1.0' encoding='UTF-8' ?>
2020-08-17 10:25:16 233 [foundation.e.accountmanager.HttpClient] --> END PROPFIND (198-byte body)
2020-08-17 10:25:18 233 [foundation.e.accountmanager.HttpClient] <-- 301 https://ecloud.global/.well-known/caldav (1095ms)
2020-08-17 10:25:18 233 [foundation.e.accountmanager.HttpClient] server: nginx
2020-08-17 10:25:18 233 [foundation.e.accountmanager.HttpClient] date: Mon, 17 Aug 2020 13:25:17 GMT
2020-08-17 10:25:18 233 [foundation.e.accountmanager.HttpClient] content-type: text/html
2020-08-17 10:25:18 233 [foundation.e.accountmanager.HttpClient] content-length: 162
2020-08-17 10:25:18 233 [foundation.e.accountmanager.HttpClient] location: https://ecloud.global/remote.php/dav
2020-08-17 10:25:18 233 [foundation.e.accountmanager.HttpClient] x-content-type-options: nosniff
2020-08-17 10:25:18 233 [foundation.e.accountmanager.HttpClient] x-xss-protection: 1; mode=block
2020-08-17 10:25:18 233 [foundation.e.accountmanager.HttpClient] strict-transport-security: max-age=15768000
2020-08-17 10:25:18 233 [foundation.e.accountmanager.HttpClient] referrer-policy: same-origin
2020-08-17 10:25:18 233 [foundation.e.accountmanager.HttpClient] x-frame-options: SAMEORIGIN
2020-08-17 10:25:18 233 [foundation.e.accountmanager.HttpClient] x-robots-tag: none
2020-08-17 10:25:18 233 [foundation.e.accountmanager.HttpClient] x-download-options: noopen
2020-08-17 10:25:18 233 [foundation.e.accountmanager.HttpClient] x-permitted-cross-domain-policies: none
2020-08-17 10:25:18 233 [foundation.e.accountmanager.HttpClient]
2020-08-17 10:25:18 233 [foundation.e.accountmanager.HttpClient]

301 Moved Permanently

301 Moved Permanently


nginx

2020-08-17 10:25:18 233 [foundation.e.accountmanager.HttpClient] <-- END HTTP (162-byte body)
2020-08-17 10:25:18 233 [foundation.e.dav4jvm.DavResource] Redirected, new location = https://ecloud.global/remote.php/dav
2020-08-17 10:25:18 233 [foundation.e.accountmanager.HttpClient] --> PROPFIND https://ecloud.global/remote.php/dav
2020-08-17 10:25:18 233 [foundation.e.accountmanager.HttpClient] Content-Type: application/xml; charset=utf-8
2020-08-17 10:25:18 233 [foundation.e.accountmanager.HttpClient] Content-Length: 198
2020-08-17 10:25:18 233 [foundation.e.accountmanager.HttpClient] Depth: 0
2020-08-17 10:25:18 233 [foundation.e.accountmanager.HttpClient]
2020-08-17 10:25:18 233 [foundation.e.accountmanager.HttpClient] <?xml version='1.0' encoding='UTF-8' ?>
2020-08-17 10:25:18 233 [foundation.e.accountmanager.HttpClient] --> END PROPFIND (198-byte body)
2020-08-17 10:25:25 233 [foundation.e.accountmanager.HttpClient] <-- 401 https://ecloud.global/remote.php/dav (7182ms)
2020-08-17 10:25:25 233 [foundation.e.accountmanager.HttpClient] server: nginx
2020-08-17 10:25:25 233 [foundation.e.accountmanager.HttpClient] date: Mon, 17 Aug 2020 13:25:25 GMT
2020-08-17 10:25:25 233 [foundation.e.accountmanager.HttpClient] content-type: application/xml; charset=utf-8
2020-08-17 10:25:25 233 [foundation.e.accountmanager.HttpClient] expires: Thu, 19 Nov 1981 08:52:00 GMT
2020-08-17 10:25:25 233 [foundation.e.accountmanager.HttpClient] cache-control: no-store, no-cache, must-revalidate
2020-08-17 10:25:25 233 [foundation.e.accountmanager.HttpClient] pragma: no-cache
2020-08-17 10:25:25 233 [foundation.e.accountmanager.HttpClient] content-security-policy: default-src ‘none’;
2020-08-17 10:25:25 233 [foundation.e.accountmanager.HttpClient] set-cookie: ocvebajunw79=894f0b4aeec4ed0d200f75649a4359ba; path=/; secure; HttpOnly
2020-08-17 10:25:25 233 [foundation.e.accountmanager.HttpClient] www-authenticate: Basic realm="/e/", charset=“UTF-8”
2020-08-17 10:25:25 233 [foundation.e.accountmanager.HttpClient] x-frame-options: SAMEORIGIN
2020-08-17 10:25:25 233 [foundation.e.accountmanager.HttpClient]
2020-08-17 10:25:25 233 [foundation.e.accountmanager.HttpClient] <?xml version="1.0" encoding="utf-8"?>
<d:error xmlns:d=“DAV:” xmlns:s=“http://sabredav.org/ns”>
<s:exception>Sabre\DAV\Exception\NotAuthenticated</s:exception>
<s:message>No public access to this resource., No ‘Authorization: Bearer’ header found. Either the client didn’t send one, or the server is mis-configured, Username or password was incorrect</s:message>
</d:error>

2020-08-17 10:25:25 233 [foundation.e.accountmanager.HttpClient] <-- END HTTP (379-byte body)
2020-08-17 10:25:25 233 [foundation.e.accountmanager.ui.setup.DavResourceFinder] No resource found
EXCEPTION foundation.e.dav4jvm.exception.UnauthorizedException: HTTP 401
at foundation.e.dav4jvm.DavResource.checkStatus(DavResource.kt:411)
at foundation.e.dav4jvm.DavResource.checkStatus(DavResource.kt:397)
at foundation.e.dav4jvm.DavResource.processMultiStatus(DavResource.kt:491)
at foundation.e.dav4jvm.DavResource.propfind(DavResource.kt:384)
at foundation.e.accountmanager.ui.setup.DavResourceFinder.getCurrentUserPrincipal(DavResourceFinder.kt:386)
at foundation.e.accountmanager.ui.setup.DavResourceFinder.discoverPrincipalUrl(DavResourceFinder.kt:366)
at foundation.e.accountmanager.ui.setup.DavResourceFinder.findInitialConfiguration(DavResourceFinder.kt:138)

at foundation.e.accountmanager.ui.setup.DavResourceFinder.findInitialConfiguration(DavResourceFinder.kt:80)
at foundation.e.accountmanager.ui.setup.DetectConfigurationFragment$DetectConfigurationModel$detectConfiguration$2.invoke(DetectConfigurationFragment.kt:83)
at foundation.e.accountmanager.ui.setup.DetectConfigurationFragment$DetectConfigurationModel$detectConfiguration$2.invoke(DetectConfigurationFragment.kt:62)
at kotlin.concurrent.ThreadsKt$thread$thread$1.run(Thread.kt:30)

2020-08-17 10:25:25 233 [foundation.e.accountmanager.ui.setup.DavResourceFinder] Trying to determine principal from initial context path=https://ecloud.global/
2020-08-17 10:25:25 233 [foundation.e.accountmanager.HttpClient] --> PROPFIND https://ecloud.global/
2020-08-17 10:25:25 233 [foundation.e.accountmanager.HttpClient] Content-Type: application/xml; charset=utf-8
2020-08-17 10:25:25 233 [foundation.e.accountmanager.HttpClient] Content-Length: 198
2020-08-17 10:25:25 233 [foundation.e.accountmanager.HttpClient] Depth: 0
2020-08-17 10:25:25 233 [foundation.e.accountmanager.HttpClient]
2020-08-17 10:25:25 233 [foundation.e.accountmanager.HttpClient] <?xml version='1.0' encoding='UTF-8' ?>
2020-08-17 10:25:25 233 [foundation.e.accountmanager.HttpClient] --> END PROPFIND (198-byte body)
2020-08-17 10:25:38 233 [foundation.e.accountmanager.HttpClient] <-- 405 https://ecloud.global/ (13321ms)
2020-08-17 10:25:38 233 [foundation.e.accountmanager.HttpClient] server: nginx
2020-08-17 10:25:38 233 [foundation.e.accountmanager.HttpClient] date: Mon, 17 Aug 2020 13:25:38 GMT
2020-08-17 10:25:38 233 [foundation.e.accountmanager.HttpClient] content-type: text/html; charset=UTF-8
2020-08-17 10:25:38 233 [foundation.e.accountmanager.HttpClient] expires: Thu, 19 Nov 1981 08:52:00 GMT
2020-08-17 10:25:38 233 [foundation.e.accountmanager.HttpClient] cache-control: no-store, no-cache, must-revalidate
2020-08-17 10:25:38 233 [foundation.e.accountmanager.HttpClient] pragma: no-cache
2020-08-17 10:25:38 233 [foundation.e.accountmanager.HttpClient] content-security-policy: default-src ‘self’; script-src ‘self’ ‘nonce-YlZ0bk9MWGJLZXA4bjB3TWxlRFpWNlFVRDI3eVJXTSs0Y3c5M2hpcHppYz06SGk5SWVZeWpScWtmcDMxMXdicnVNTzRuV0FqRkF5Wlp0WjRFbVN2ZHZoOD0=’; 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’;
2020-08-17 10:25:38 233 [foundation.e.accountmanager.HttpClient] set-cookie: ocvebajunw79=59b9a73353ebdc579305a24d8691b5c4; path=/; secure; HttpOnly
2020-08-17 10:25:38 233 [foundation.e.accountmanager.HttpClient] x-frame-options: SAMEORIGIN
2020-08-17 10:25:38 233 [foundation.e.accountmanager.HttpClient]
2020-08-17 10:25:38 233 [foundation.e.accountmanager.HttpClient]
2020-08-17 10:25:38 233 [foundation.e.accountmanager.HttpClient] <-- END HTTP (0-byte body)
2020-08-17 10:25:38 233 [foundation.e.accountmanager.ui.setup.DavResourceFinder] No resource found
EXCEPTION foundation.e.dav4jvm.exception.HttpException: HTTP 405
at foundation.e.dav4jvm.DavResource.checkStatus(DavResource.kt:423)
at foundation.e.dav4jvm.DavResource.checkStatus(DavResource.kt:397)
at foundation.e.dav4jvm.DavResource.processMultiStatus(DavResource.kt:491)
at foundation.e.dav4jvm.DavResource.propfind(DavResource.kt:384)
at foundation.e.accountmanager.ui.setup.DavResourceFinder.getCurrentUserPrincipal(DavResourceFinder.kt:386)
at foundation.e.accountmanager.ui.setup.DavResourceFinder.discoverPrincipalUrl(DavResourceFinder.kt:366)
at foundation.e.accountmanager.ui.setup.DavResourceFinder.findInitialConfiguration(DavResourceFinder.kt:138)
at foundation.e.accountmanager.ui.setup.DavResourceFinder.findInitialConfiguration(DavResourceFinder.kt:80)
at foundation.e.accountmanager.ui.setup.DetectConfigurationFragment$DetectConfigurationModel$detectConfiguration$2.invoke(DetectConfigurationFragment.kt:83)
at foundation.e.accountmanager.ui.setup.DetectConfigurationFragment$DetectConfigurationModel$detectConfiguration$2.invoke(DetectConfigurationFragment.kt:62)
at kotlin.concurrent.ThreadsKt$thread$thread$1.run(Thread.kt:30)

SOFTWARE INFORMATION

  • foundation.e.accountmanager 2.6.3-ose (328)
  • com.android.providers.contacts 8.1.0 (27)
  • com.android.providers.calendar 8.1.0 (27)
  • foundation.e.tasks 1.2.3-8-g676c989 (5200)
  • com.android.contacts 1.7.21 (10721)
  • foundation.e.calendar 1.0.21 (23)

CONNECTIVITY (at the moment)

  • [ Transports: WIFI Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&VALIDATED&FOREGROUND LinkUpBandwidth>=1048576Kbps LinkDnBandwidth>=1048576Kbps SignalStrength: -36]

CONFIGURATION
Power saving disabled: yes
Notifications (not blocked):
[group] sync
syncProblems: importance=3
general: importance=3
debug: importance=4
syncIoErrors: importance=1
syncWarnings: importance=2
Permissions:
READ_CONTACTS: granted
WRITE_CONTACTS: granted
READ_CALENDAR: granted
WRITE_CALENDAR: granted
READ_TASKS: granted
WRITE_TASKS: granted
ACCESS_COARSE_LOCATION: granted
System-wide synchronization: automatically

ACCOUNTS

SQLITE DUMP
android_metadata
| locale |
| pt_BR |

service
| id | accountName | authState | accountType | addressBookAccountType | type | principal |

sqlite_sequence
| name | seq |

homeset
| id | serviceId | url | privBind | displayName |

collection
| id | serviceId | type | url | privWriteContent | privUnbind | forceReadOnly | displayName | description | color | timezone | supportsVEVENT | supportsVTODO | supportsVJOURNAL | source | sync |

room_master_table
| id | identity_hash |
| 42 | 044be2cd4cd7622698b35c31c42a129a |

SYSTEM INFORMATION
Android version: 8.1.0 (lineage_albus-userdebug 8.1.0 OPM7.181205.001 816d26525b dev-keys)
Device: Motorola Moto Z2 Play (albus)

— END DEBUG INFO —

Have you setup a calendar yet? If not, do so, then use the private link from the calendar as the URL, it worked for me.

Hi there. I have the same problem as @guslanzetta … What do you call “the calendar private link”, @MichelFHa ?

@harmodio if you have created a calendar, it will appear in the list on the left hand side bar menu.

For this you can open a sub menu, where you can create/copy a private link.

What eventually solved it for me was inserting the account just as an email account first then a second time as a calendar/contacts account.