RClone Command Hangs After Update to 1.56.0

What is the problem you are having with rclone?

The command hangs after the last line below and never completes. It hangs at the "canonical" line.

What is your rclone version (output from rclone version)

RClone Ver. 1.56.0 (via copy and pasting binary to /usr/local/bin)

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

Google Drive via Google Workspace Enterprise Plus

The command you were trying to run (eg rclone copy /tmp remote:tmp)

rclone mount gdrive-media-crypt: ~/gdrive-local --allow-other --fast-list --daemon --dir-cache-time 6h --poll-interval 10s --umask 002 --vfs-cache-mode full --vfs-cache-max-size 100G --vfs-cache-max-age 6h --vfs-read-ahead 2G -vv

The rclone config contents with secrets removed.

[putio]
type = putio
token = {"access_token":"redacted","expiry":"0001-01-01T00:00:00Z"}

[gdrive-media]
type = drive
client_id = redacted
client_secret = redacted
scope = drive
root_folder_id = redacted
token = {"access_token":"redacted","token_type":"Bearer","refresh_token":"reacted","expiry":"2021-08-13T12:44:50.884014-04:00"}

[gdrive-media-crypt]
type = crypt
remote = gdrive-media:/media
filename_encryption = standard
directory_name_encryption = true
password = redacted

A log from the command with the -vv flag

2021/09/01 13:35:07 DEBUG : rclone: Version "v1.56.0" starting with parameters ["rclone" "mount" "gdrive-media-crypt:" "/Users/tstraub/gdrive-local" "--allow-other" "--fast-list" "--daemon" "--dir-cache-time" "6h" "--poll-interval" "10s" "--umask" "002" "--vfs-cache-mode" "full" "--vfs-cache-max-size" "100G" "--vfs-cache-max-age" "6h" "--vfs-read-ahead" "2G" "-vv"]
2021/09/01 13:35:07 DEBUG : Creating backend with remote "gdrive-media-crypt:"
2021/09/01 13:35:07 DEBUG : Using config file from "/Users/tstraub/.config/rclone/rclone.conf"
2021/09/01 13:35:07 DEBUG : Creating backend with remote "gdrive-media:/media"
2021/09/01 13:35:08 DEBUG : fs cache: renaming cache item "gdrive-media:/media" to be canonical "gdrive-media:media"

If you hit the search box, there is a known bug with --daemon on 1.56.

You can use a beta version or roll back.

That's what I get for Googling rather than the search box in the forum. I have 1.54 backed up, so I'll roll back.

Thank you @Animosity022 , as always, for the help

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