Rclone rc operations/movefile command error

I'm running rclone rc server using command

rclone rcd --rc-no-auth --drive-server-side-across-configs

its working fine all commands working, but incase of this particular command where i want to move one file im getting error this is the command i used:

rclone rc operations/movefile --json '{ "srcFs": "/root/aria2/" , "srcRemote": "Goblin.Slayer.Goblin's.Crown.2020.1080p.BluRay.10-Bit.Dual-Audio.TrueHD.x265-iAHD.mkv", "dstFs": "uploads:/", "dstRemote": "Goblin.Slayer.Goblin's.Crown.2020.1080p.BluRay.10-Bit.Dual-Audio.TrueHD.x265-iAHD.mkv", "_async": true }'

but i keep getting this error

"error": "Didn't find key \"dstRemote\" in input",

My rclone verison:

rclone v1.54.1
- os/arch: linux/amd64
- go version: go1.15.8

That's generally happens when the help template is deleted.

We'd love to assist, but all the edible details that are needed have not been shared :frowning:

Looks like your command is wrong, but not sure what it should be as your rclone.conf is missing.

If you run rclone rcd with the -vv flags, it will show the incoming rc commands. You'll probably be able to spot what is wrong from that log - if not post it here.

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