Curl: (23) Failed writing body (0 != 5921)

Hello,

When attempting to install rclone on my raspberry pi with the command curl https://rclone.org/install.sh | sudo bash, I get the below line of text followed by the error mentioned in the subject line:

  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  4526  100  4526    0     0  18176      0 --:--:-- --:--:-- --:--:-- 18176
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100    15  100    15    0     0     58      0 --:--:-- --:--:-- --:--:--    58
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0 10.5M    0  5921    0     0  22259      0  0:08:14 --:--:--  0:08:14 22259
curl: (23) Failed writing body (0 != 5921)

Any help would be appreciated!

Try separating this into two parts - does that help?

 curl https://rclone.org/install.sh > install.sh
sudo bash install.sh

If that doesn't work, then download https://downloads.rclone.org/v1.51.0/rclone-v1.51.0-linux-arm.zip and install as here: https://rclone.org/install/#linux-installation-from-precompiled-binary

1 Like

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