phpbg / easysync

Synchronize your android phone/tablet with your DAV server, the easy way.
MIT License
105 stars 6 forks source link

Not all files synchronized, stuck at 50% #32

Closed LM1LC3N7 closed 6 months ago

LM1LC3N7 commented 8 months ago

Describe the bug I setup the app between multiple user profile in Android. Nextcloud is used to host and allow sync between all these profiles. From the first profile, I configured the app to send multiple folders (Documents, Ringstones). On the second profile, I want to first download files from nextcloud as they don't exist on the internal memory, and then send any new files to nextcloud again. So basically, two way sync tasks. But on the second profile, even by manually starting a sync task, I never reach the 100% and never get my remote files to be downloaded.

IMG_20240324_223835

Smartphone (please complete the following information):

LM1LC3N7 commented 8 months ago

I read again the readme and all folder in want to sync are on the list:

Only one is missing (not supported): .seebackup

phpbg commented 8 months ago

Hi, can you manage to get some logs with adb logcat?

vkamydo commented 7 months ago

I was seeing same behavior, and in adb logcat there were sync errors from the WebDAV server (http 413 in my case). To fix that I had to increase client_max_body_size option in nginx. Would be nice if the app could show an error somewhere in the UI when that happens.

phpbg commented 7 months ago

I was seeing same behavior, and in adb logcat there were sync errors from the WebDAV server (http 413 in my case). To fix that I had to increase client_max_body_size option in nginx. Would be nice if the app could show an error somewhere in the UI when that happens.

Thanks for your feedback, good idea. I'll implement a notification on server failures

LM1LC3N7 commented 7 months ago

Thanks @vkamydo and sorry @phpbg I was not able to gather logs.

phpbg commented 6 months ago

Fix released in coming v1.9