Rclone show directory not found, but when I specific its parent directory, it appear

When I use rclone lsd "Remote:/Bluray/Anime" its show all its directory.
2019/11/28 15:22:36 NOTICE: [U3-Web] Dororo 2019 [WEB 1080p AVC E-AC-3] : Encrypts to "abcdAFJFDK123292883fjksjskhfkshfsti454303"

But when I use rclone lsd "Remote:/Bluray/Anime/[U3-Web] Dororo 2019 [WEB 1080p AVC E-AC-3]" -vv

Same with rclone size 'Remote:/Bluray/Anime/[U3-Web] Dororo 2019 [WEB 1080p AVC E-AC-3]"

It show me
ERROR : : error listing: directory not found
Failed to lsd with 2 errors: last error was: directory not found.

I'm pretty sure the folder is still there.
When I use lsd for other folder in the same directory, it show the right things.

Which cloud storage system are you using? (eg Google Drive)

Google Drive

Which OS you are using and how many bits (eg Windows 7, 64 bit)

Windows 10 64

rclone Version

1.50.1

It looks like there is a trailing space on the end of the file name from this log, so try

rclone lsd "Remote:/Bluray/Anime/[U3-Web] Dororo 2019 [WEB 1080p AVC E-AC-3] " -vv
1 Like

Thanks this solved my problem, you again saved my life.

I have another question about this, but is for "rclone browser" why rclone browser can show the folder, but can't expand or get size , download, upload when there is a trailing space on the end of the file name ?

I would guess that is a bug in rclone browser...

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.