Rclone returns 2 error messages but there is only a single error event in the logs

#### What is the problem you are having with rclone?
When running the command rclone.exe check --checkers=2 --stats 10s --progress --log-file=rclone_log.txt --log-level DEBUG /path/to/files/on/local/hard/drive remote:/path the log file output displays the event 2020/10/31 18:56:50 Failed to check with 2 errors: last error was: 1 differences found

#### What is your rclone version (output from rclone version)
rclone v1.53.2

#### Which OS you are using and how many bits (eg Windows 7, 64 bit)
Microsoft Windows 10 Professional version 1909 Build 18636.1110

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

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

rclone.exe check --checkers=2 --stats 10s --progress --log-file=rclone_log.txt --log-level DEBUG /path/to/files/on/local/hard/drive remote:/path

A log from the command with the -vv flag

The log file outputs the message 2020/10/31 18:56:50 Failed to check with 2 errors: last error was: 1 differences found There is however only a single ERROR event i.e 2020/10/31 14:56:42 ERROR : media/filename SHA-1 differ. There are no other ERROR events.

Why is rclone returning a message for 2 error events when there is only one?

Please try with the latest beta once. I believe this has already been fixed in that.

Thanks @darthShadow. When you say it has been fixed, do you mean that the error is simply superfluous and can be ignored in the stable versions?

Yes, it can be ignored.

Thanks @darthShadow. Would you have an idea of when the change will make its way into the stable release?

This is for @ncw to answer.

Thanks @darthShadow.

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