You have been right. Posteo verified that the error is caused by the broken event. After I have removed the event synchronization works now.
Thanks for your support!
!(english below)!
technische Daten:
Hallo Davdroid-Forum,
so ähnlich wie hier habe ich ein Problem mit der Ressourcen-Erkennung.
Bei der Einrichtung meldet die Ressourcen-Erkennung lediglich:
“Es konnte weder ein CalDAV- noch ein CardDAV-Dienst gefunden werden.”
Auch das entsprechende Tutorial half nicht wirklich weiter.
Wo klemmt’s hier?
Das Fehlerprotokoll bei fpaste befindet sich hier
Danke schonmal für eure Hilfe
----------------english version----------------------
Hello Forum,
Like this one i still have a problem with the dav-droid ressource detection.
I always get this well known error message:
“Es konnte weder ein CalDAV- noch ein CardDAV-Dienst gefunden werden.”
Also, the Tutorial wasn’t really helpful. I followed it bit by bit and it still isn’t working.
you can find the error protocoll at fpaste here
Hello,
As you can see in the logs, the server did not accept your username/password:
<d:error xmlns:d="DAV:" xmlns:s="http://sabredav.org/ns">
<s:exception>Sabre_DAV_Exception_NotAuthenticated</s:exception>
<s:message>Username or password does not match</s:message>
</d:error>
Are you sure your credentials are correct? Are there any special characters? Maybe you can try with ASCII only characters.
Yes i saw that, the thing is i double, triple, quadruple checked the username and password and it still gives me an error message.
My email adress goes like that: name.lastname@posteo.net
i tried every combination:
base-url:
name:
Still the same error message
@lucky_slevin Well I can’t do anything when the server responds with this message… I have just checked with our test account @posteo.de and there’s an invalid TLS certificate, but when accepting the certificate, everything works as expected.
You can try with your browser: open https://posteo.de:8443 in the (Desktop or mobile) browser and enter your credentials. When they’re accepted, you will see:
<d:error><s:exception>Sabre_DAV_Exception_NotImplemented</s:exception><s:message>GET is only implemented on File objects</s:message></d:error>
Otherwise, you’ll see the Sabre_DAV_Exception_NotAuthenticate
error.
What happens when you visit https://posteo.de:8443 with your browser (which one?) and enter your credentials?
@rfc2822 said in Ressourcen-Erkennung findet CalDAV/CardDAV Dienste nicht/ … doen't find CalDAV/CardDAV Services (Galaxy S7, Android 8.0, posteo.de):
…
What happens when you visit https://posteo.de:8443 with your browser (which one?) and enter your credentials?
<d:error><s:exception>Sabre_DAV_Exception_NotImplemented</s:exception><s:message>GET is only implemented on File objects</s:message></d:error>
Regardless of that error message, i feel frickin’ dumb right know.
The true reason for that error message was, that i wrote my login name always Name.Lastname instead of name.lastename.
It is very important that you put in the name all lowercase, no matter if your posteo-adress contains upper cases or not!
@rfc2822: Can you please mark this thread as solved, so that other users don’t run into the same mistakes like i did. Thanks for your help.
@lucky_slevin Thanks for sharing the solution!
@rfc2822 Thanks for taking your time.