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

Sync error for upload from Android {"errorType":"RuntimeException"} in pushLocalChanges() #2308

Open
5 of 6 tasks
Treasurestorer opened this issue Jul 28, 2024 · 4 comments
Open
5 of 6 tasks
Labels

Comments

@Treasurestorer
Copy link

This issue respects the following points:

Describe the bug

  1. Change a note via the Android app, then a sync error comes up. Syncing from Cloud to Android device works.

Expected behavior

Changing notes should automatically sync without errors

Notes Android version

4.3.1

Notes server version

4.10.1

Nextcloud Android version

3.29.2

Nextcloud version

29.0.8

Device

Samsung Galaxy A40

Android Version

11

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.4.177-25902526(A405FNXXU4CWC3)
OS API Level: 30
Device: a40
Manufacturer: samsung
Model (and Product): SM-A405FN (a40eea)

---

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

	at it.niedermann.owncloud.notes.persistence.NotesServerSyncTask.pushLocalChanges(NotesServerSyncTask.java:151)
	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:923)


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:923)

@Treasurestorer
Copy link
Author

Also happens with my Samsung Tab A8 (Android 14).

It seems the issue appeared after updating Nextcloud Hub / Notes App on server, so maybe Nextcloud Notes App v4.3.1 is not compatible with Notes server version v4.10.1?

@Treasurestorer
Copy link
Author

Uninstalling + Re-installing Nextcloud Notes App didn't help

@Riccardocasoli

This comment was marked as off-topic.

@joshtrichards

This comment was marked as resolved.

@joshtrichards joshtrichards changed the title Sync error for upload from Android Sync error for upload from Android {"errorType":"RuntimeException"} in pushLocalChanges() Aug 8, 2024
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

3 participants