-
Notifications
You must be signed in to change notification settings - Fork 4
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
Query returns 500 error #27
Comments
Hi, do you use Digest authentication with Baïkal? (it's the default). Then try switching to Basic Authentication (in the Baikal admin interface) and see if it fixes your issue. See QUIRKS.md, "Internal server error on REPORTs with digest authentication" for details. |
Could you check if the latest master solves your issue? |
It did, thank you |
I could reproduce that Baïkal would only check credentials when the query returns results, same as you experienced. Interestingly, with Nextcloud 28 using the same Sabre/DAV version authentication is required first. I reported an issue sabre-io/dav#1548 |
Have one test that runs a REPORT request on a fresh addressbook object, so that the underlying HttpClientAdapter has not negotiated the authentication scheme yet.
Fixed in 1.4.1 |
Hi there, thanks for your hard work on this client library.
I'm attempting to query a Baikal server for a single vcard based on matching email address field. This is what I have so far:
What I'm experiencing is this: when the query returns no hits, that's fine. But when I enter something like "gmail" that I know will match many vcards, I get this error:
I know the credentials are working fine, but am scratching my head at this error. Please help!
The text was updated successfully, but these errors were encountered: