Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Android notes app does not sync notes with server #2393

Open
4 of 6 tasks
ratermir opened this issue Sep 25, 2024 · 2 comments
Open
4 of 6 tasks

Android notes app does not sync notes with server #2393

ratermir opened this issue Sep 25, 2024 · 2 comments
Labels

Comments

@ratermir
Copy link

This issue respects the following points:

Describe the bug

  1. change existing note or add new note then save it (exit note by the arrow at the left top corner) or refresh list of notes
  2. after approx. 5 sec I get the error message "Syncronization failed" (my language is Czec, this is my translation of the message so it can be inaccurate)
  3. note is not saved on the server

Expected behavior

Note is saved on the server

Notes Android version

4.3.1

Notes server version

4.11.0

Nextcloud Android version

3.29.2

Nextcloud version

29.0

Device

Honor 9X

Android Version

10

App Store

  • Google Play Store
  • F-Droid
  • Huawei App Gallery

Stacktrace

App Version: 4.3.1
App Version Code: 40030192
App Flavor: play

Files App Version Code: 30290290 (PROD)

---

OS Version: 4.14.116(10.0.0.224C432)
OS API Level: 29
Device: HWJSN-H
Manufacturer: HUAWEI
Model (and Product): JSN-L21 (JSN-L21)

---

java.lang.Exception: {"errorType":"RuntimeException"}

	at it.niedermann.owncloud.notes.persistence.NotesServerSyncTask.pushLocalChanges(NotesServerSyncTask.java:164)
	at it.niedermann.owncloud.notes.persistence.NotesServerSyncTask.run(NotesServerSyncTask.java:100)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:462)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
	at java.lang.Thread.run(Thread.java:929)

@ratermir ratermir added the bug label Sep 25, 2024
@ratermir
Copy link
Author

I removed account in the Notes app and added it again; notes were downloaded from the server (probably - because they apeared in the notes list as they are on the server; but they could be cached - i can't decide it), but then behaviour was as described in the bug.

@gagio
Copy link

gagio commented Oct 18, 2024

Works now for me!

Had same problem with NC Client Android 3.30.0.
I tested both:
Changes in a note on Android are synced to Nextcloud (Webinterface)
But changes in a note on Nextcloud (Webinterface) are NOT synced to Android Notes.
After deleting the NC Client Android and installing it again it works. Don't now why.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants