I’m using Duplicati (since six weeks 2.1.0.106_canary_2025-01-11, before one of the betas) for multiple years now as part of a Docker stack (on a Raspberry 5) to backup my smarthome on a Google Drive. Never a problem with backing up or restoring.
Now, for the first time (unfortunately in a really important situation), a restore stops (to be precise: “slows down to complete halt”) with the error message
Volume count in SleepableDictionarys volume table is not zero: 14726 Volumes: -1, 85, 87, 89, 91, 130, 132, 138, 140, 169, 171, 173, 177, 208, 215, 220, 237, 239, 241, 243, 245, 255, 257, 263, 265, 267, 269, 271, 291, 293, 295, 321, 323
.
It also shows:
Block count in SleepableDictionarys block table is not zero: 14726
And
Error during file processing
System.NotSupportedException: Stream does not support reading.
at System.IO.FileStream.ReadAsync(Byte[] buffer, Int32 offset, Int32 count, CancellationToken cancellationToken)
at System.IO.Stream.ReadAsync(Byte[] buffer, Int32 offset, Int32 count)
at Duplicati.Library.Main.Operation.Restore.FileProcessor.<>c__DisplayClass1_0.<<Run>b__0>d.MoveNext()
--- End of stack trace from previous location ---
at CoCoL.AutomationExtensions.RunTask[T](T channels, Func`2 method, Boolean catchRetiredExceptions)
I did not find anything on that message. Does anyone have an idea on what this means and how I can fix it?