-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
[Bug]: Cannot delete tasks (...object with URI ...-deleted.ics already exists...) #37577
Comments
cc @raimund-schluessler I suppose this is a server issue and not a tasks issue, correct? |
Yes, this is a server issue. The Tasks app is not involved here. It sounds like an issue that I thought was fixed. Tasks got moved into the trash bin and blocked moving them back into the list. Not sure why they cannot be deleted though. |
Update: Emptying the task trash bin from the web UI fixed the problem. :) Should I keep this issue opened? |
The error comes from this bit of code: server/apps/dav/lib/CalDAV/CalDavBackend.php Lines 1507 to 1512 in 32e8605
It would have been interesting to see the output of a query like
I agree that the multiple We append the suffix server/apps/dav/lib/CalDAV/CalDavBackend.php Lines 1492 to 1505 in 32e8605
server/apps/dav/lib/CalDAV/CalDavBackend.php Lines 1547 to 1555 in 32e8605
That makes sense (for the most part), given the error, but not sure how your old tasks ended up in that state. I'll close this since it's been a year and we haven't had further reports here. Don't hesitate to report if you see it come up anew. |
Bug description
I cannot delete some tasks through the webUI / dav sync.
Error message:
A calendar object with URI 02c84c0f-940b-4a61-a08c-7ea4cc5401df-deleted.ics already exists in calendar 10, therefore this object can't be moved into the trashbin
Steps to reproduce
Unfortunately I could not reproduce the issue with new tasks.
Only some older tasks (created in NC 25) which have been moved across multiple lists behave like this.
Expected behavior
The task should be deleted without any problem. :)
Installation method
None
Nextcloud Server version
26
Operating system
Debian/Ubuntu
PHP engine version
None
Web server
Apache (supported)
Database engine version
MariaDB
Is this bug present after an update or on a fresh install?
Updated to a major version (ex. 22.2.3 to 23.0.1)
Are you using the Nextcloud Server Encryption module?
None
What user-backends are you using?
Configuration report
No response
List of activated Apps
Nextcloud Signing status
No response
Nextcloud Logs
No response
Additional info
Running the following query I got the result below:
I found the URIs above a little bit strange.
Maybe it's related to #34375.
In NC 25 I did not face any similar issue. (except the lack of ability to move tasks across lists)
The text was updated successfully, but these errors were encountered: