You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
java.io.IOException: Command failed with exit code 2. Expected 0.
at [email protected]/org.cryptomator.frontend.webdav.mount.ProcessUtil.assertExitValue(ProcessUtil.java:25)
at [email protected]/org.cryptomator.frontend.webdav.mount.LinuxGioMounter$MountBuilderImpl.mount(LinuxGioMounter.java:97)
... 13 more
Caused by: java.io.IOException: Stderr output: gio: dav://localhost:42427/lsLoxEBKL0GZ: Message is already in session queue
at [email protected]/org.cryptomator.frontend.webdav.mount.ProcessUtil.assertExitValue(ProcessUtil.java:23)
LinuxGioMounter fails to mount in some cases:
@infeo found this possibly related upstream bug in gvfs: https://gitlab.gnome.org/GNOME/gvfs/-/issues/630. Looks like a trailing slash in the URL may make the difference. However I am not sure, this really changed:
With webdav-nio-adapter version 1.2.8 (Cryptomator 1.6.17) this was the implementation:
webdav-nio-adapter/src/main/java/org/cryptomator/frontend/webdav/mount/LinuxGioMounter.java
Lines 41 to 42 in b69f45d
With webdav-nio-adapter version 2.0.0 (Cryptomator 1.7.0) it doesn't look any different:
webdav-nio-adapter/src/main/java/org/cryptomator/frontend/webdav/mount/LinuxGioMounter.java
Lines 91 to 94 in 6feec9f
The text was updated successfully, but these errors were encountered: