Invoke of 1.70.0 Complains of "echo" Not Found

What is the problem you are having with rclone?

Upon command invoke, example "rclone --version", 2 messages are emitted: 1.) "Failed to transform" trying to invoke "echo", 2.) Access attempted to a file "stories/The Quick Brown Fox!.txt" fails

Nonetheless, rclone does output the expected --version info.

Run the command 'rclone version' and share the full output of the command.

C:>rclone --version
2025/06/17 15:44:52 ERROR : Failed to transform: : error running command "echo stories": exec: "echo": executable file not found in %PATH%
2025/06/17 15:44:52 ERROR : stories/The Quick Brown Fox!.txt: number of path segments must match: stories/The Quick Brown Fox!.txt (1), (0)
rclone v1.70.0

  • os/version: Microsoft Windows 11 Pro 24H2 24H2 (64 bit)
  • os/kernel: 10.0.26120.4441 (x86_64)
  • os/type: windows
  • os/arch: amd64
  • go/version: go1.24.4
  • go/linking: static
  • go/tags: cmount

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

With the command above, none.
In normal use, my rclone.conf describes mounts for my personal Google Drive

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

rclone --version

The rclone config contents with secrets removed.

# %USERPROFILE%\.config\rclone\rclone.conf - specifies rclone remotes & settings
# $Id:$
# This file MUST remain READ-WRITE: rclone reads and updates it with access
# tokens.  Use "ci -l" to remain writable!
# This file is read by the rclone.exe command line for credentials and user
# identification, allowing remote (Cloud) service access.  The section title
# (for example: [JamesDavidHoward-GoogleDrive], less the enclosing brackets)
# is used as the "remote:" name in the following command examples:
# list-remote directories:
# > rclone lsd JamesDavidHoward-GoogleDrive:
# a "mount" example to a not-yet-used drive letter:
# > rclone mount JamesDavidHoward-GoogleDrive: G:
# or to a pathname (with the leaf dir name "GoogD" NOT pre-existing):
# > rclone mount JamesDavidHoward-GoogleDrive: C:\Users\jdhoward\mnt\CDrive
[JamesDavidHoward-GoogleDrive]
type = drive
client_id = 621986495259-538f1nfr6an3he4ptxxxxx?????xxxxxkb5m.apps.googleusercontent.com
client_secret = R6bABRGXxxxx???xxxhbuOpMU
scope = drive
root_folder_id = 0ACjcLC1mkxSSUk9PVA
token = {"access_token":"ya29.a0AS3H6NyPVRx1w0eFO83CnWjMl1SsY8-08mmKznnAxezzzzxxwwyyyyppddddn9zMoD2EqNrxcrU-DCvXKAfgTZeX5nkOnDoYvy13cKOxdTSZzp5v_0z9YaCzlu8KAYuZlIgkcfdF-uLvIJ745yv5xMu2eQKp_iAyWl6xcsm9QaCgYKAUkSARMSFQHGX2MioFn3cLBPpa_xv7Qxpemhifmd0178","token_type":"Bearer","refresh_token":"1//06eL53eMW6g6_CgYIARAAGAYSNwF-L9IrK_lgA1Z1auOgyw5oqitmvisnjfgjeTA0LORdAu5zYyRKDG4_a4afe-YdPSs9-L3mHs","expiry":"2025-06-17T16:04:07.2171692-07:00"}

A log from the command with the -vv flag

C:>rclone -vv --version
2025/06/17 16:03:22 ERROR : Failed to transform: : error running command "echo stories": exec: "echo": executable file not found in %PATH%
2025/06/17 16:03:22 ERROR : stories/The Quick Brown Fox!.txt: number of path segments must match: stories/The Quick Brown Fox!.txt (1),  (0)
2025/06/17 16:03:22 DEBUG : rclone: Version "v1.70.0" starting with parameters ["rclone" "-vv" "--version"]
rclone v1.70.0
- os/version: Microsoft Windows 11 Pro 24H2 24H2 (64 bit)
- os/kernel: 10.0.26120.4441 (x86_64)
- os/type: windows
- os/arch: amd64
- go/version: go1.24.4
- go/linking: static
- go/tags: cmount
1 Like

welcome to the forum,

windows: i can confirm there is an issue.
linux: seems to work as expected.

3 Likes

@AlvordSky, can confirm working as expected on freebsd 14.2

Confirming also, Windows 11, Onedrive, same issue, same program versions. Is that "Quick Brown fox .." some kind of internal test string or what?

1 Like

v1.71.0-beta.8793.7852f2c23.fix-convmv-error on branch fix-convmv-error (uploaded in 15-30 mins)

I'll put this into a v1.70.1 very soon but if you could check it works for you that would be great.

1 Like

seems to be working

2025/06/18 09:24:16 DEBUG : rclone: Version "v1.71.0-beta.8793.7852f2c23.fix-convmv-error" starting with parameters ["d:\\files\\rclone\\exe\\windows\\beta\\rclone-v1.71.0-beta.8793.7852f2c23.fix-convmv-error-windows-amd64\\rclone.exe" "version" "-vv"]
rclone v1.71.0-beta.8793.7852f2c23.fix-convmv-error
- os/version: Microsoft Windows 11 Pro 24H2 24H2 (64 bit)
- os/kernel: 10.0.26100.4349 (x86_64)
- os/type: windows
- os/arch: amd64
- go/version: go1.24.4
- go/linking: static
- go/tags: cmount
2025/06/18 09:24:16 DEBUG : rclone: Version "v1.71.0-beta.8793.7852f2c23.fix-convmv-error" finishing with parameters ["d:\\files\\rclone\\exe\\windows\\beta\\rclone-v1.71.0-beta.8793.7852f2c23.fix-convmv-error-windows-amd64\\rclone.exe" "version" "-vv"]
2 Likes

This is now fixed in v1.70.1 :slight_smile:

1 Like