-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
CalDAV PUT requests on ics fails on NC11 #2552
Comments
cc @rullzer Mind diving into this? :bigeyes: |
Very much appreciated! 🙇♂️ |
Ok so I can't really reproduce it. Did you update the submodules? |
Yes, ~/Web/nextcloud/3rdparty$ git pull origin master
Von https://github.com/owncloud/3rdparty
* branch master -> FETCH_HEAD
Already up-to-date. I now checked out Now I get this, even when I only do a GET-request to http://localhost:8081/remote.php/caldav/calendars/admin: <?xml version="1.0" encoding="utf-8"?>
<d:error xmlns:d="DAV:" xmlns:s="http://sabredav.org/ns">
<s:sabredav-version>3.2.0</s:sabredav-version>
<s:exception>Sabre\DAV\Exception\NotFound</s:exception>
<s:message>Principal with name users not found</s:message>
</d:error> Log: So could you |
I now reinstalled NC from git in a new folder with new mysql database and new app installs and still got the same error. |
Can you post exact steps at what you send to the server? Just so I can verify properly. Basically I have your ics file And do:
|
Even GET gives me the error since I'm using Nexcloud's 3rdparty repository: $ curl -u admin:admin http://localhost:8081/remote.php/caldav/calendars/admin
<?xml version="1.0" encoding="utf-8"?>
<d:error xmlns:d="DAV:" xmlns:s="http://sabredav.org/ns">
<s:sabredav-version>3.2.0</s:sabredav-version>
<s:exception>Sabre\DAV\Exception\NotFound</s:exception>
<s:message>Principal with name users not found</s:message>
</d:error> |
You were using
... which means I can write an other version of my ical generator for the updated sabre library. :( |
The new (dav) urls where added in 9 already. |
Are both urls supposed to work the same way? Because I didn't get the parser errors with oC and NC10... |
@anonimou0, thank you for mentioning. I ran it with |
Mmm maybe this was caused by #2649 |
Sounds a lot like it, thanks a lot @rullzer! I will test the PR tomorrow! |
I commented directly at #2653. |
Just updated from 10.0.2 to 11. Everything seemed fine until I noticed my calendars were out of sync. Looking into the logs I found the following entries:
I rolled back to 10, but this can not be the final saying on the topic, can it? I use nginx 1.10.2 + PHP 7.0.14 + mysql Ver 15.1 Distrib 10.1.19-MariaDB. Thanks for your help (hopefully). |
Will be fixed in 11.0.1 |
Awesome, thank you @LukasReschke and @rullzer! |
@pbek email me your address so we can get you a t-shirt :D |
Wow, what an awesome x-mas / after x-mas present! Thanks a lot! I will wear it with pride! |
Steps to reproduce
ocdev server --port 8081
and create some tasks with the tasks appExpected behaviour
The task is updated on the server.
Actual behaviour
I got back above error message
Server configuration
Ubuntu Linux 16.04
Apache
SQLite
PHP 7.0.8-0ubuntu0.16.04.3
NC 11 beta 2 (from git), updated from previous NC install
Log output
The text was updated successfully, but these errors were encountered: