Skip to content

Fix compatibility with radicale >= 3.5.5#360

Open
Xiretza wants to merge 1 commit intoetesync:masterfrom
Xiretza:fix-upload-return-old-object
Open

Fix compatibility with radicale >= 3.5.5#360
Xiretza wants to merge 1 commit intoetesync:masterfrom
Xiretza:fix-upload-return-old-object

Conversation

@Xiretza
Copy link
Contributor

@Xiretza Xiretza commented Nov 19, 2025

href_mapper.save(force_insert=True)

return self._get(href)
return (self._get(href), item)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This breaks it for older radicale though, right?

I hate it so much that radicale keeps on breaking things and that we keep on needing to upgrade because deps for this are managed on the distro level.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bump

@clerie
Copy link

clerie commented Dec 25, 2025

This resolves the following error message for me:

[ERROR] An exception occurred during PUT request on '/xxxx/xxxx/xxxx.ics': cannot unpack non-iterable EteSyncItem object

EteSync DAV version: 0.35.1
Radicale version: 3.5.9

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants