-
Notifications
You must be signed in to change notification settings - Fork 10
Description
When log in into the android app, the content of opencloud is shown. When opening the app again, I got an error "sync failed".
Locking at the log file it says:
Message: IllegalArgumentException: Trying to create a OCFile with a non valid remote path: https://<REDACTED>/dav/spaces/0c36b3fe-1820-4bd0-a009-6ab3a147c1cb$fe9033b4-7473-49e3-97c8-e31ffb6de4ef/ Stacktrace: java.lang.IllegalArgumentException: Trying to create a OCFile with a non valid remote path: https://cloud.wenz.family/dav/spaces/0c36b3fe-1820-4bd0-a009-6ab3a147c1cb$fe9033b4-7473-49e3-97c8-e31ffb6de4ef/ at eu.opencloud.android.lib.resources.files.RemoteFile.<init>(RemoteFile.kt:81) at eu.opencloud.android.lib.resources.files.RemoteFile.<init>(RemoteFile.kt:63) at eu.opencloud.android.lib.resources.files.RemoteFile$Companion.getRemoteFileFromDav(RemoteFile.kt:106) at eu.opencloud.android.lib.resources.files.ReadRemoteFolderOperation.run(ReadRemoteFolderOperation.kt:75) at eu.opencloud.android.lib.common.operations.RemoteOperation.runOperation(RemoteOperation.java:264) at eu.opencloud.android.lib.common.operations.RemoteOperation.execute(RemoteOperation.java:229)
Which information do you need to fix the issue?
Kind regards