In a setup with OpenCloud connected through WebDav integration, uploading a document from the tablet always fails with a 500, while browsing and downloading work fine.
Environment
rmfakecloud: v0.0.31 on Dockerhub
WebDAV backend: OpenCloud (opencloud-eu), endpoint remote.php/webdav, authenticated with an App Token
Device: reMarkable Paper Pro Move
Behavior
When uploading a file to the WebDav integration, the transfer fails silently.
rmfakecloud logs show level=error msg="Connect https://<host>/remote.php/webdav/: 204"
Proposed fix
When bumping gowebdav version to latest (0.13.0) and rebulding the image, everything works fine:
go get github.com/studio-b12/gowebdav@master && go mod tidy
(Original issue from gowebdav: studio-b12/gowebdav#84 and associated fix: studio-b12/gowebdav#85)
In a setup with OpenCloud connected through WebDav integration, uploading a document from the tablet always fails with a 500, while browsing and downloading work fine.
Environment
rmfakecloud: v0.0.31 on Dockerhub
WebDAV backend: OpenCloud (opencloud-eu), endpoint remote.php/webdav, authenticated with an App Token
Device: reMarkable Paper Pro Move
Behavior
When uploading a file to the WebDav integration, the transfer fails silently.
rmfakecloud logs show
level=error msg="Connect https://<host>/remote.php/webdav/: 204"Proposed fix
When bumping gowebdav version to latest (0.13.0) and rebulding the image, everything works fine:
go get github.com/studio-b12/gowebdav@master && go mod tidy(Original issue from gowebdav: studio-b12/gowebdav#84 and associated fix: studio-b12/gowebdav#85)