This release is a canary release intended to be used for testing.
Changes in this versions
This version is a bugfix release for some issues discovered with the previous canary build.
Database update to v9 (also in previous version)
This version updates the server settings database to v9 to add a new column to the Backup table.
The database tool can downgrade without data loss (assuming that external configs were not loaded).
Detailed list of changes:
Fixed issue with invariant formatting causing crashes during backup
Added Administrator permissions to data folders on Windows
Fixed an issue with the āTest connectionā button after passwords are masked
ngclient changes:
Updated localizations
Updated API calls to support masked passwords for test connection
Iām unable to select files to restore in ver. 102 and 103. I had to āUse old UIā in both which allowed select files? I didnāt try to restore files in ver. 101ā¦
What happens step by step? Ultimately a select is a left click, and file name goes bold.
Working for me in this release, testing Windows 10 backup in Edge or Firefox browser.
If you open browser developer tools (often on F12 key), I think the versions are from the list-filesets, and the list folder show the folders and the contents of first folder.
You can check to see if requests seem to be made and answered, while waiting for devs.
If this is a āDirect restoreā or anything other than a plain old Restore from job, please say.
Fixed my issue on Windows, thanks but now on Debian machine I canāt run a repair.
The operation Repair has failed => You have attempted to change a passphrase to an existing backup, which is not supported. Please configure a new clean backup if you want to change the passphrase.
ErrorID: PassphraseChangeNotSupported
You have attempted to change a passphrase to an existing backup, which is not supported. Please configure a new clean backup if you want to change the passphrase.
Return code: 100
The password got redacted, so I tried entering it but it said the same. I switched to the old GUI and it worked fine.
BTW, any chance that Repair could be a standard command now without needing to go through the command-line menu? I canāt be alone in needing to do this almost daily as my installations gradually fixes past backup data?
Compared to 2.1.2.0_beta_2025-08-20, job logs tend to go missing instead of giving error, which of course makes it harder for users to debug, especially since GUI goes to a job log instead of server log which usually has the error. On occasion, thereās nothing there either.
I had some networking trouble this morning, and a whole lot of B2 failures made no job log.
My note is about destination-side errors such as timeout, down server, bad password, etc. Tested a variety of types, but not systematically. I canāt speak for treatment of other errors.
Is this a new thing with 2.1.1.100+ ?
If so, it might be related to the database update, where it rolls back a transaction and loosing the logs in the process.
Test 2.1.0.125_canary_2025-07-15:
Disconnect Wi-Fi and try B2 backup Verify files.
Red error popup:
No such host is known. (api.backblazeb2.com:443)
No job log.
About --> Show log --> Stored has error (twice):
Oct 3, 2025 8:09 AM: Error in worker
Oct 3, 2025 8:09 AM: Failed while executing Verify "HP4 clone 12 Backblaze B2" (id: 1)
2.1.1.103 just did an unwanted log loss on what is not a destination accessibility error.
Found 1 remote files that are not recorded in local storage. This can be caused by having two backups sharing a destination folder which is not supported. It can also be caused by restoring an old database. If you are certain that only one backup uses the folder and you have the most updated version of the database, you can use repair to delete the unknown files.
and this made no job log, but did make the double server log entry, somewhat uselessly, because it doesnāt name that file. Iām digging in profiling log, but what users keep those?
EDIT 1:
2.1.0.120_canary_2025-06-24 makes a log, shown specially in ngax, less so in ngclient:
āFound 1 remote files that are not recorded in local storageā looks like a dblock delete from compact that failed, but got Deleted State anyway. DeleteGraceTimer held for 2 hours with
Profiling log view of failure-treated-as-success (?) is like below. I option to allow 0 retries.
2025-10-02 08:42:27 -04 - [Profiling-Timer.Begin-Duplicati.Library.Main.Backend.Handler-RemoteOperationDelete]: Starting - RemoteOperationDelete
2025-10-02 08:42:27 -04 - [Information-Duplicati.Library.Main.BasicResults-BackendEvent]: Backend event: Delete - Started: duplicati-bd8f02cd24a9f4793b93bff20f0d6a3a4.dblock.zip.aes (9.92 MiB)
2025-10-02 08:42:27 -04 - [Verbose-Duplicati.Library.Main.NetworkTrafficLogger.Http-RequestStart]: [System.Net.Http] Event: RequestStart
scheme : https
host : api001.backblazeb2.com
port : 443
pathAndQuery : /b2api/v1/b2_delete_file_version
versionMajor : 1
versionMinor : 1
versionPolicy : 0
2025-10-02 08:42:27 -04 - [Verbose-Duplicati.Library.Main.NetworkTrafficLogger.Http-RequestHeadersStart]: [System.Net.Http] Event: RequestHeadersStart
connectionId : 126
2025-10-02 08:42:27 -04 - [Verbose-Duplicati.Library.Main.NetworkTrafficLogger.Http-RequestHeadersStop]: [System.Net.Http] Event: RequestHeadersStop
2025-10-02 08:42:27 -04 - [Verbose-Duplicati.Library.Main.NetworkTrafficLogger.Http-RequestContentStart]: [System.Net.Http] Event: RequestContentStart
2025-10-02 08:42:27 -04 - [Verbose-Duplicati.Library.Main.NetworkTrafficLogger.Http-RequestContentStop]: [System.Net.Http] Event: RequestContentStop
contentLength : 210
2025-10-02 08:42:27 -04 - [Verbose-Duplicati.Library.Main.NetworkTrafficLogger.Http-ConnectionClosed]: [System.Net.Http] Event: ConnectionClosed
versionMajor : 1
versionMinor : 1
connectionId : 126
2025-10-02 08:42:27 -04 - [Verbose-Duplicati.Library.Main.NetworkTrafficLogger.Http-RequestFailed]: [System.Net.Http] Event: RequestFailed
exceptionMessage : An error occurred while sending the request.
2025-10-02 08:42:27 -04 - [Verbose-Duplicati.Library.Main.NetworkTrafficLogger.Http-RequestFailedDetailed]: [System.Net.Http] Event: RequestFailedDetailed
exception : System.Net.Http.HttpRequestException: An error occurred while sending the request.
---> System.Net.Http.HttpIOException: The response ended prematurely. (ResponseEnded)
at System.Net.Http.HttpConnection.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnection.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.DiagnosticsHandler.SendAsyncCore(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at Microsoft.Extensions.Http.Logging.LoggingHttpMessageHandler.<SendCoreAsync>g__Core|4_0(HttpRequestMessage request, Boolean useAsync, CancellationToken cancellationToken)
at Microsoft.Extensions.Http.Logging.LoggingScopeHttpMessageHandler.<SendCoreAsync>g__Core|4_0(HttpRequestMessage request, Boolean useAsync, CancellationToken cancellationToken)
at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
2025-10-02 08:42:27 -04 - [Verbose-Duplicati.Library.Main.NetworkTrafficLogger.Http-RequestStop]: [System.Net.Http] Event: RequestStop
statusCode : -1
2025-10-02 08:42:27 -04 - [Profiling-Timer.Finished-Duplicati.Library.Main.Backend.Handler-RemoteOperationDelete]: RemoteOperationDelete took 0:00:00:00.377
2025-10-02 08:42:27 -04 - [Retry-Duplicati.Library.Main.Backend.Handler-RetryDelete]: Operation Delete with file duplicati-bd8f02cd24a9f4793b93bff20f0d6a3a4.dblock.zip.aes attempt 1 of 0 failed with message: An error occurred while sending the request.
System.Net.Http.HttpRequestException: An error occurred while sending the request.
---> System.Net.Http.HttpIOException: The response ended prematurely. (ResponseEnded)
at System.Net.Http.HttpConnection.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnection.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.DiagnosticsHandler.SendAsyncCore(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at Microsoft.Extensions.Http.Logging.LoggingHttpMessageHandler.<SendCoreAsync>g__Core|4_0(HttpRequestMessage request, Boolean useAsync, CancellationToken cancellationToken)
at Microsoft.Extensions.Http.Logging.LoggingScopeHttpMessageHandler.<SendCoreAsync>g__Core|4_0(HttpRequestMessage request, Boolean useAsync, CancellationToken cancellationToken)
at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
at Duplicati.Library.JsonWebHelperHttpClient.GetResponseAsync(HttpRequestMessage req, HttpCompletionOption httpCompletionOption, CancellationToken cancellationToken)
at Duplicati.Library.JsonWebHelperHttpClient.GetResponseAsync(HttpRequestMessage req, HttpCompletionOption httpCompletionOption, CancellationToken cancellationToken)
at Duplicati.Library.JsonWebHelperHttpClient.ReadJsonResponseAsync[T](HttpRequestMessage req, CancellationToken cancellationToken)
at Duplicati.Library.JsonWebHelperHttpClient.GetJsonDataAsync[T](String url, CancellationToken cancellationToken, Action`1 setup)
at Duplicati.Library.JsonWebHelperHttpClient.PostAndGetJsonDataAsync[T](String url, Object item, CancellationToken cancellationToken)
at Duplicati.Library.Backend.Backblaze.B2.<>c__DisplayClass34_1.<<DeleteAsync>b__1>d.MoveNext()
--- End of stack trace from previous location ---
at Duplicati.Library.Utility.Utility.WithTimeout[T](TimeSpan timeout, CancellationToken token, Func`2 func)
at Duplicati.Library.Backend.Backblaze.B2.DeleteAsync(String remotename, CancellationToken cancellationToken)
at Duplicati.Library.Main.Backend.BackendManager.DeleteOperation.ExecuteAsync(IBackend backend, CancellationToken cancelToken)
at Duplicati.Library.Main.Backend.BackendManager.DeleteOperation.ExecuteAsync(IBackend backend, CancellationToken cancelToken)
at Duplicati.Library.Main.Backend.BackendManager.Handler.Execute[TResult](PendingOperation`1 op, CancellationToken cancellationToken)
at Duplicati.Library.Main.Backend.BackendManager.Handler.Execute(PendingOperationBase op, CancellationToken cancellationToken)
at Duplicati.Library.Main.Backend.BackendManager.Handler.ExecuteWithRetry(PendingOperationBase op, CancellationToken cancellationToken)
2025-10-02 08:42:27 -04 - [Information-Duplicati.Library.Main.BasicResults-BackendEvent]: Backend event: Delete - Failed: duplicati-bd8f02cd24a9f4793b93bff20f0d6a3a4.dblock.zip.aes (9.92 MiB)
2025-10-02 08:42:27 -04 - [Profiling-Timer.Begin-Duplicati.Library.Main.Backend.Handler-RemoteOperationDelete]: Starting - RemoteOperationDelete
2025-10-02 08:42:27 -04 - [Information-Duplicati.Library.Main.BasicResults-BackendEvent]: Backend event: Delete - Started: duplicati-i95857d83f8594464a0b02dbb7c00c37d.dindex.zip.aes (5.34 KiB)
Bottom line is the dindex file for the dblock, which deleted OK. The dblock didnāt delete.
In RemoteOperation table, Data column for dblock delete is not usual NULL but a stack
System.Net.Http.HttpRequestException: An error occurred while sending the request.
---> System.Net.Http.HttpIOException: The response ended prematurely. (ResponseEnded)
at System.Net.Http.HttpConnection.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnection.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.DiagnosticsHandler.SendAsyncCore(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at Microsoft.Extensions.Http.Logging.LoggingHttpMessageHandler.<SendCoreAsync>g__Core|4_0(HttpRequestMessage request, Boolean useAsync, CancellationToken cancellationToken)
at Microsoft.Extensions.Http.Logging.LoggingScopeHttpMessageHandler.<SendCoreAsync>g__Core|4_0(HttpRequestMessage request, Boolean useAsync, CancellationToken cancellationToken)
at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
at Duplicati.Library.JsonWebHelperHttpClient.GetResponseAsync(HttpRequestMessage req, HttpCompletionOption httpCompletionOption, CancellationToken cancellationToken)
at Duplicati.Library.JsonWebHelperHttpClient.GetResponseAsync(HttpRequestMessage req, HttpCompletionOption httpCompletionOption, CancellationToken cancellationToken)
at Duplicati.Library.JsonWebHelperHttpClient.ReadJsonResponseAsync[T](HttpRequestMessage req, CancellationToken cancellationToken)
at Duplicati.Library.JsonWebHelperHttpClient.GetJsonDataAsync[T](String url, CancellationToken cancellationToken, Action`1 setup)
at Duplicati.Library.JsonWebHelperHttpClient.PostAndGetJsonDataAsync[T](String url, Object item, CancellationToken cancellationToken)
at Duplicati.Library.Backend.Backblaze.B2.<>c__DisplayClass34_1.<<DeleteAsync>b__1>d.MoveNext()
--- End of stack trace from previous location ---
at Duplicati.Library.Utility.Utility.WithTimeout[T](TimeSpan timeout, CancellationToken token, Func`2 func)
at Duplicati.Library.Backend.Backblaze.B2.DeleteAsync(String remotename, CancellationToken cancellationToken)
at Duplicati.Library.Main.Backend.BackendManager.DeleteOperation.ExecuteAsync(IBackend backend, CancellationToken cancelToken)
EDIT 1:
Isnāt it a bug if a failed B2 delete is considered a success? I wonder if a failed B2 put can be too, which may explain the missing files thatās been seen (grasping at straws, I know).
EDIT 2:
I didnāt actually go look at how my puts went that morning, but network was VERY flaky, which certainly contributed to a bunch of mess. Iām reporting only the bad result that I got.
System.TimeoutException: The operation has timed out. at Duplicati.Library.Utility.Utility.WithTimeout[T](TimeSpan timeout, CancellationToken token, Func`2 func) at Duplicati.Library.Backend.MicrosoftGraphBackend.DeleteAsync(String remotename, CancellationToken cancelToken) at Duplicati.Library.Main.Backend.BackendManager.DeleteOperation.ExecuteAsync(IBackend backend, CancellationToken cancelToken)
EDIT 1:
I forgot to say that test is a yesterdayās release, not 2.1.1.103. Turns out itās 2.0.2.1 Beta.
EDIT 2:
DeleteGraceTime was 10:17:39 AM. Turned off no-backend-verification to run Verify files
Above run deleted the row, but next one found the error. Presumably order of operations.
2025-10-04 12:21:11 -04 - [Warning-Duplicati.Library.Main.Operation.FilelistProcessor-ExtraUnknownFile]: Extra unknown file: duplicati-20251004T141438Z.dlist.zip
2025-10-04 12:21:11 -04 - [Error-Duplicati.Library.Main.Operation.FilelistProcessor-ExtraRemoteFiles]: Found 1 remote files that are not recorded in local storage. This can be caused by having two backups sharing a destination folder which is not supported. It can also be caused by restoring an old database. If you are certain that only one backup uses the folder and you have the most updated version of the database, you can use repair to delete the unknown files.
As more evidence that the missing log issue is fortunately not in 2.0.2.1 Beta release, logs:
Testing only up through the delete-without-network, then looking at Remotevolume table,
2.0.2.0 Beta shows the same issue
2.1.0.5 is OK (maybe). Database is
Remotevolume is
ID
OperationID
Name
Type
Size
Hash
State
VerificationCount
DeleteGraceTime
4
4
duplicati-20251004T165301Z.dlist.zip
Files
664
Deleting
0
0
RemoteOperation has no entry for the delete. Try looking for a delete in the profiling log:
2025-10-04 12:54:50 -04 - [Profiling-Timer.Begin-Duplicati.Library.Main.BackendManager-RemoteOperationDelete]: Starting - RemoteOperationDelete
2025-10-04 12:54:50 -04 - [Information-Duplicati.Library.Main.BasicResults-BackendEvent]: Backend event: Delete - Started: duplicati-20251004T165301Z.dlist.zip (664 bytes)
2025-10-04 12:55:22 -04 - [Profiling-Timer.Finished-Duplicati.Library.Main.BackendManager-RemoteOperationDelete]: RemoteOperationDelete took 0:00:00:31.043
2025-10-04 12:55:22 -04 - [Retry-Duplicati.Library.Main.BackendManager-RetryDelete]: Operation Delete with file duplicati-20251004T165301Z.dlist.zip attempt 1 of 0 failed with message: Failed to authorize using the OAuth service: No such host is known. (duplicati-oauth-handler.appspot.com:443). If the problem persists, try generating a new authid token from: https://duplicati-oauth-handler.appspot.com?type=onedrivev2
Duplicati.Library.Interface.UserInformationException: Failed to authorize using the OAuth service: No such host is known. (duplicati-oauth-handler.appspot.com:443). If the problem persists, try generating a new authid token from: https://duplicati-oauth-handler.appspot.com?type=onedrivev2
---> System.Net.WebException: No such host is known. (duplicati-oauth-handler.appspot.com:443)
---> System.Net.Http.HttpRequestException: No such host is known. (duplicati-oauth-handler.appspot.com:443)
---> System.Net.Sockets.SocketException (11001): No such host is known.
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
at System.Net.Sockets.Socket.<ConnectAsync>g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at System.Net.HttpWebRequest.<>c__DisplayClass219_0.<<CreateHttpClient>b__1>d.MoveNext()
--- End of stack trace from previous location ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(QueueItem queueItem)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
at System.Net.HttpWebRequest.SendRequest(Boolean async)
at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)
--- End of inner exception stack trace ---
at Duplicati.Library.Utility.AsyncHttpRequest.AsyncWrapper.GetResponseOrStream()
at Duplicati.Library.Utility.AsyncHttpRequest.GetResponse()
at Duplicati.Library.JSONWebHelper.GetResponse(AsyncHttpRequest req, Object requestdata)
at Duplicati.Library.JSONWebHelper.ReadJSONResponse[T](AsyncHttpRequest req, Object requestdata)
at Duplicati.Library.JSONWebHelper.ReadJSONResponse[T](HttpWebRequest req, Object requestdata)
at Duplicati.Library.OAuthHelper.GetTokenResponse[T]()
at Duplicati.Library.OAuthHelper.get_AccessToken()
--- End of inner exception stack trace ---
at Duplicati.Library.OAuthHelper.get_AccessToken()
at Duplicati.Library.OAuthHttpMessageHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken)
at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
at Duplicati.Library.Backend.MicrosoftGraphBackend.DeleteAsync(String remotename, CancellationToken cancelToken)
at Duplicati.Library.Main.BackendManager.DoDeleteAsync(FileEntryItem item, CancellationToken cancellationToken)
at Duplicati.Library.Utility.Utility.Await(Task task)
at Duplicati.Library.Main.BackendManager.ThreadRun()
2025-10-04 12:55:22 -04 - [Information-Duplicati.Library.Main.BasicResults-BackendEvent]: Backend event: Delete - Failed: duplicati-20251004T165301Z.dlist.zip (664 bytes)
2025-10-04 12:55:22 -04 - [Information-Duplicati.Library.Main.BackendManager-DeleteFileFailed]: Failed to delete file duplicati-20251004T165301Z.dlist.zip, testing if file exists
2025-10-04 12:55:22 -04 - [Warning-Duplicati.Library.Main.BackendManager-DeleteFileFailure]: Failed to recover from error deleting file duplicati-20251004T165301Z.dlist.zip
System.NullReferenceException: Object reference not set to an instance of an object.
at Duplicati.Library.Main.BackendManager.ThreadRun()
2025-10-04 12:55:22 -04 - [Profiling-Timer.Begin-Duplicati.Library.Main.Database.ExtensionMethods-ExecuteNonQuery]: Starting - ExecuteNonQuery: PRAGMA optimize
2025-10-04 12:55:22 -04 - [Profiling-Timer.Finished-Duplicati.Library.Main.Database.ExtensionMethods-ExecuteNonQuery]: ExecuteNonQuery: PRAGMA optimize took 0:00:00:00.000
2025-10-04 12:55:22 -04 - [Profiling-Timer.Finished-Duplicati.Library.Main.Controller-RunDelete]: Running Delete took 0:00:00:31.475
2025-10-04 12:55:22 -04 - [Error-Duplicati.Library.Main.Controller-FailedOperation]: The operation Delete has failed with error: Failed to authorize using the OAuth service: No such host is known. (duplicati-oauth-handler.appspot.com:443). If the problem persists, try generating a new authid token from: https://duplicati-oauth-handler.appspot.com?type=onedrivev2
Duplicati.Library.Interface.UserInformationException: Failed to authorize using the OAuth service: No such host is known. (duplicati-oauth-handler.appspot.com:443). If the problem persists, try generating a new authid token from: https://duplicati-oauth-handler.appspot.com?type=onedrivev2
---> System.Net.WebException: No such host is known. (duplicati-oauth-handler.appspot.com:443)
---> System.Net.Http.HttpRequestException: No such host is known. (duplicati-oauth-handler.appspot.com:443)
---> System.Net.Sockets.SocketException (11001): No such host is known.
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
at System.Net.Sockets.Socket.<ConnectAsync>g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at System.Net.HttpWebRequest.<>c__DisplayClass219_0.<<CreateHttpClient>b__1>d.MoveNext()
--- End of stack trace from previous location ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(QueueItem queueItem)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
at System.Net.HttpWebRequest.SendRequest(Boolean async)
at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)
--- End of inner exception stack trace ---
at Duplicati.Library.Utility.AsyncHttpRequest.AsyncWrapper.GetResponseOrStream()
at Duplicati.Library.Utility.AsyncHttpRequest.GetResponse()
at Duplicati.Library.JSONWebHelper.GetResponse(AsyncHttpRequest req, Object requestdata)
at Duplicati.Library.JSONWebHelper.ReadJSONResponse[T](AsyncHttpRequest req, Object requestdata)
at Duplicati.Library.JSONWebHelper.ReadJSONResponse[T](HttpWebRequest req, Object requestdata)
at Duplicati.Library.OAuthHelper.GetTokenResponse[T]()
at Duplicati.Library.OAuthHelper.get_AccessToken()
--- End of inner exception stack trace ---
at Duplicati.Library.Main.BackendManager.WaitForComplete(LocalDatabase db, IDbTransaction transation)
at Duplicati.Library.Main.Operation.DeleteHandler.DoRun(LocalDeleteDatabase db, IDbTransaction& transaction, Boolean hasVerifiedBackend, Boolean forceCompact, BackendManager sharedManager)
at Duplicati.Library.Main.Operation.DeleteHandler.Run()
at Duplicati.Library.Main.Controller.<Delete>b__20_0(DeleteResults result)
at Duplicati.Library.Main.Controller.RunAction[T](T result, String[]& paths, IFilter& filter, Action`1 method)
Commandline output shows the idea, plus an extra error that Iām hoping isnāt interfering:
Deleting file duplicati-20251004T165301Z.dlist.zip (664 bytes) ...
Failed to recover from error deleting file duplicati-20251004T165301Z.dlist.zip => Object reference not set to an instance of an object.
The operation Delete has failed with error: Failed to authorize using the OAuth service: No such host is known. (duplicati-oauth-handler.appspot.com:443). If the problem persists, try generating a new authid token from: https://duplicati-oauth-handler.appspot.com?type=onedrivev2 => Failed to authorize using the OAuth service: No such host is known. (duplicati-oauth-handler.appspot.com:443). If the problem persists, try generating a new authid token from: https://duplicati-oauth-handler.appspot.com?type=onedrivev2
ErrorID: OAuthLoginError
Failed to authorize using the OAuth service: No such host is known. (duplicati-oauth-handler.appspot.com:443). If the problem persists, try generating a new authid token from: https://duplicati-oauth-handler.appspot.com?type=onedrivev2
Return code: 100
Remotevolume in 2.1.0.5 looks how I was thinking newer Beta should look, Deleting.
Conclusion so far is that this looks like a regression, but feedback about it is welcomed.
EDIT 4:
While waiting discussion somewhere, I filed an issue because this is impacting the Beta.
Sorry, didnāt check if this is reported and or fixed already. It seems that compact fails with internal locking issue. This happens repeatedly. Just with ordinary local compaction task, which should have no problems whatsoever to run.
Version: - 2.1.1.103_canary_2025-09-25
The operation Compact has failed => SQLite Error 5: ādatabase is lockedā.
Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 5: ādatabase is lockedā.at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db)at Microsoft.Data.Sqlite.SqliteDataReader.NextResult()at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader(CommandBehavior behavior)at Duplicati.Library.Main.Database.ExtensionMethods.ExecuteScalarInt64Async(SqliteCommand self, Boolean writeLog, String cmd, Dictionary2 values, Int64 defaultvalue, CancellationToken cancellationToken) at Duplicati.Library.Main.Database.LocalDatabase.CreateLocalDatabaseAsync(SqliteConnection connection, String operation, LocalDatabase dbnew, CancellationToken token) at Duplicati.Library.Main.Database.LocalDatabase.CreateLocalDatabaseAsync(SqliteConnection connection, String operation, LocalDatabase dbnew, CancellationToken token) at Duplicati.Library.Main.Database.LocalDatabase.CreateLocalDatabaseAsync(String path, String operation, Boolean shouldclose, LocalDatabase db, CancellationToken token) at Duplicati.Library.Main.Operation.VacuumHandler.RunAsync() at Duplicati.Library.Main.Operation.CompactHandler.RunAsync(IBackendManager backendManager) at Duplicati.Library.Main.Operation.CompactHandler.RunAsync(IBackendManager backendManager) at Duplicati.Library.Utility.Utility.Await(Task task) at Duplicati.Library.Main.Controller.RunAction[T](T result, String[]& paths, IFilter& filter, Func3 method)at Duplicati.Library.Main.Controller.RunAction[T](T result, Func3 method) at Duplicati.Library.Main.Controller.Compact() at Duplicati.CommandLine.Commands.Compact(TextWriter outwriter, Action1 setup, List1 args, Dictionary2 options, IFilter filter)at Duplicati.CommandLine.Program.ParseCommandLine(TextWriter outwriter, Action1 setup, Boolean& verboseErrors, String[] args) at Duplicati.CommandLine.Program.RunCommandLine(TextWriter outwriter, TextWriter errwriter, Action1 setup, String args)
Iāll add two extra details:
āthreshold=0 - And it failed interestingly exactly when it should have been ready.
Could have been also one of those quirks where duplicati leaves processes / locks lingering.
Iāll get back to this if it happens repeatedly in future.