After getting a file mismatch in a version (75), I decided to just delete that version and call it a day.
I executed a commandline delete with the only option being:
–version=75
This resulted in a timeout. I read somewhere that SSL/TLS could be responsible for communications issues, so I added a line to limit to Tls12, but that didn’t change anything.
The overall Message is:
“Operation List with file attempt 1 of 5 failed with message: Object reference not set to an instance of an object.”
All five attempts fail.
{"ClassName":"System.NullReferenceException","Message":"Object reference not set to an instance of an object.","Data":null,"InnerException":null,"HelpURL":null,"StackTraceString":" at Duplicati.Library.Utility.FileBackedList`1.Add(T value)\r\n at Duplicati.Server.WebServer.RESTMethods.CommandLine.LogWriter.WriteLine(String value)\r\n at Duplicati.CommandLine.ConsoleOutput.BackendEvent(BackendActionType action, BackendEventType type, String path, Int64 size)\r\n at Duplicati.Library.Main.MultiMessageSink.BackendEvent(BackendActionType action, BackendEventType type, String path, Int64 size)\r\n at Duplicati.Library.Main.BasicResults.AddBackendEvent(BackendActionType action, BackendEventType type, String path, Int64 size)\r\n at Duplicati.Library.Main.BasicResults.AddBackendEvent(BackendActionType action, BackendEventType type, String path, Int64 size)\r\n at Duplicati.Library.Main.BackendManager.DoList(FileEntryItem item)\r\n at Duplicati.Library.Main.BackendManager.ThreadRun()","RemoteStackTraceString":null,"RemoteStackIndex":0,"ExceptionMethod":"8\nAdd\nDuplicati.Library.Utility, Version=2.0.4.23, Culture=neutral, PublicKeyToken=null\nDuplicati.Library.Utility.FileBackedList`1\nVoid Add(T)","HResult":-2147467261,"Source":"Duplicati.Library.Utility","WatsonBuckets":null}
This is on a Windows server with B2 as the Backend Cloud Storage Service. I am not smart enough to figure out what this means, but it feels like the B2 is timing out.
Thanks,
|<