-
Notifications
You must be signed in to change notification settings - Fork 291
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
reporting 200 OK instead of 207 Multi-Status #615
Comments
Hi @pguth , It's a bit hard to tell without more information. If you received a 200 OK then this probably means there is something interesting in the response body that better describes a potential problem. You are right though that this should respond with a 207. If you can get the full HTTP response from sabre/dav I can help you further, otherwise this will be hard. |
This usually happens when you update Baikal and it shows the update message. In this case, just visit it with a browser, complete the update it at works again. |
I have started to see this error out of nowhere (baikal not updated, I'm on latest git master). It's not telling anything about pending update in the browser. Can log into admin interface normally, everything looks as expected. Using davdroid and thunderbird/lightning as clients. Can't see any errors in nginx logs. Any suggestions? |
Can you upgrade to the latest version and see if the issue persists? If it does, re-open this issue |
I upgraded to 0.5.1 and 0.5.2 with the same issue. The error on the page its trying to reach (dav.php/calendar/...)
|
Ah yes, I saw the 7.3 issue and got mixed up after a while as I had only just upgraded to PHP7 - then thought this was that. |
I currently experience a problem quite similar to owncloud/core#24041
I run the latest DavDroid with the latest baikal an get
at.bitfire.dav4android.exception.InvalidDavResponseException: Expected 207 Multi-Status, got 200 OK
from DavDroid.This could be something baikal needs to differently!?
The text was updated successfully, but these errors were encountered: