Hello, I’ve been battling with this for a while, I’m still very new to all of this, it was working initially, but started failing out of the blue. Not sure why.. Your help and guidance would be greatly appreciated
I’m using built-in rclone this is the error below
[EFAULT] Errors: 1 (retrying may help) Checks: 35646 / 35646, 100%, Listed 77952 Elapsed time: 5m15.7s 2026/01/18 21:31:58 NOTICE: Failed to sync: art work (11.22)/Refs: error updating metadata: EOF
What is the problem you are having with rclone?
Run the command 'rclone version' and share the full output of the command.
rclone v1.72.1
os/version: debian 12.11 (64 bit)
os/kernel: 6.12.33-production+truenas (x86_64)
os/type: linux
os/arch: amd64
go/version: go1.25.5
go/linking: static
go/tags: none
Which cloud storage system are you using? (eg Google Drive)
The command you were trying to run (eg rclone copy /tmp remote:tmp)
Hi Ed, thank you for your response, I can’t find a debug option in the ui, I did try some other things and got these outputs as shown below, in 3 different instances
2026/01/20 23:03:43 ERROR : Attempt 1/3 failed with 1 errors and: ix/art work (11.22)/Graphics/Stores/ Time/adrequestwarrenshalftimeevent: error updating metadata: EOF
2026/01/20 23:08:24 ERROR : Attempt 2/3 failed with 1 errors and: ix/art work (11.22)/Graphics/Stores/Time/adrequestwarrenshalftimeevent: error updating metadata: UnknownError: 500 INTERNAL SERVER ERROR
2026/01/20 23:12:17 ERROR : Attempt 3/3 failed with 1 errors and: ix/art work (11.22)/Graphics/Stores/Time/adrequestwarrenshalftimeevent: error updating metadata: EOF Transferred: 0 B / 0 B, -, 0 B/s, ETA - Errors: 1 (retrying may help) Checks: 30834 / 30834, 100%, Listed 68331 Elapsed time: 12m47.9s
2026/01/20 23:12:17 NOTICE: Failed to sync: ix/art work (11.22)/Graphics/Stores/ Time/adrequestwarrenshalftimeevent: error updating metadata: EOF
\[EFAULT\] Errors: 1 (retrying may help) Checks: 30807 / 30807, 100%, Listed 68262 Elapsed time: 7m46.2s 2026/01/20 23:43:28 NOTICE: Failed to sync: art work (11.22)/Graphics/Stores/Food/fwurgentadrequestsamplingsession: error updating metadata: EOF
Hi @smeredith is it possible for you to share a log when you’re receiving this error with DEBUG enabled? Or if you can share instructions on how to reproduce the problem that would also work.
@Dizzy the 500 server error also means it could be a problem with OneDrive, at the moment we can’t reproduce the problem so hopefully Steven can enlighten us with what his set up is then we can hopefully get to the bottom of it.
@smeredith if you could add --low-level-retries 1 --retries 1 -vv --dump bodies and paste the HTTP transaction which fails so the REQUEST and RESPONSE (you can match them up with the hex numbers) that would be really useful.
A "500 Internal Server Error" looks very much like a Microsoft bug.
If rclone is sending the wrong parameters it should be a 400 error of some kind.
This used to work and I checked the docs - they haven't changed - so I think we have to wait for Microsoft to fix the problem.
I have had success in the past reporting Onedrive issues here: GitHub · Where software is built - though we'd need a reasonably reliable way of reproducing the problem.