newhinton / Round-Sync

An android cloud file manager, powered by rclone. Visit https://roundsync.com for more information!
https://roundsync.com
GNU General Public License v3.0
1.21k stars 48 forks source link

Partial rename failed and unabe to delete partial files #205

Open mkadit opened 9 months ago

mkadit commented 9 months ago

What version of Round Sync are you using (About -> App version)?

Version: 2.2.2

What is your Android version, phone model and manufacturer?

Android 13, Vivo V29e

Which steps are required to reproduce this ### issue?

  1. Sync from a remote directory to a local directory
  2. Round Sync crashes when it encountered certain file
  3. An error occurred saying "partial rename failed" And left multiple .partial files that can't be deleted

What is your configuration (rclone.conf)?


sync_g_drive]
type = drive

[sync_g_media]
type = drive
scope = drive

[crypt_sync_g_media]
type = crypt
remote = sync_g_media:

[crypt_sync_g_drive]
type = crypt
remote = sync_g_drive:

[5d44cd8d-397c-4107-b79b-17f2b6a071e8]
type = alias
remote = /storage/emulated/0

Does the same issue also occur when using the same configuration on a PC or in Termux?

Not on pc where syncs happen all the time with no errors occurred and the partials files can be delete

I haven't tried termux due my reluctance of rooting my phone

newhinton commented 8 months ago

Do those files contain special characters? Are you able to provide an example name that does not work?