-
-
Notifications
You must be signed in to change notification settings - Fork 153
Description
This issue respects the following points:
- I have read the FAQ
- I have searched for existing issues
- The issue affects the Notes Android app, neither the Notes server app nor the Nextcloud Android app.
Describe the bug
When loading the app most of the times an error message appears (see below).
Sometimes also the error appears that rich editing mode could not be loaded.
Also I found I have different content in text mode and rich mode on my shopping list, so now some things I am thinking my bag ;)
Thank you for the App!
Expected behavior
No synchronization error.
Notes Android version
33.0.0
Notes server version
4.13.1
Nextcloud Android version
33.0.1
Nextcloud version
32.0.5
Device
Google Pixel 5
Android Version
13
App Store
- Google Play Store
- F-Droid
- Huawei App Gallery
Stacktrace
App Version: 33.0.0
App Version Code: 330000090
App Flavor: fdroid
Files App Version Code: 30290290 (PROD)
OS Version: 4.19.269-gdb4810fe97f0(eng.root.20260312.135224)
OS API Level: 33
Device: redfin
Manufacturer: Google
Model (and Product): Pixel 5 (redfin)
java.lang.Exception: {"errorType":"OCP\Lock\ManuallyLockedException"}
[com.nextcloud.android.sso.InputStreamBinder.processRequestV2(InputStreamBinder.java:440), com.nextcloud.android.sso.InputStreamBinder.performNextcloudRequestAndBodyStreamV2(InputStreamBinder.java:113), com.nextcloud.android.sso.InputStreamBinder.performNextcloudRequestV2(InputStreamBinder.java:96), com.nextcloud.android.sso.aidl.IInputStreamService$Stub.onTransact(IInputStreamService.java:110), android.os.Binder.execTransactInternal(Binder.java:1280), android.os.Binder.execTransact(Binder.java:1244)]
at it.niedermann.owncloud.notes.persistence.NotesServerSyncTask.pushLocalChanges(NotesServerSyncTask.java:150)
at it.niedermann.owncloud.notes.persistence.NotesServerSyncTask.run(NotesServerSyncTask.java:99)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:463)
at java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1137)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:637)
at java.lang.Thread.run(Thread.java:1012)