Trying this on my Debian 12 laptop that runs KDE Plasma. I first stopped and removed the 2.0.7.100 version (using apt purge
). I then installed the GUI deb packaged.
When I attempt to start the new version with my previous sqlite databases present, it crashes:
Newtonsoft.Json.JsonSerializationException: Error getting value from 'UpdateDownloadLink' on 'Duplicati.Server.Serializable.ServerStatus'.
---> System.NullReferenceException: Object reference not set to an instance of an object.
at Duplicati.Library.AutoUpdater.UpdateInfo.GetGenericUpdatePageUrl(String packageTypeId)
at Duplicati.Library.AutoUpdater.UpdateInfo.GetUpdateUrls(String packageTypeId)
at Duplicati.Server.Serializable.ServerStatus.get_UpdateDownloadLink()
at Newtonsoft.Json.Serialization.ExpressionValueProvider.GetValue(Object target)
--- End of inner exception stack trace ---
at Newtonsoft.Json.Serialization.ExpressionValueProvider.GetValue(Object target)
at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)
at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)
at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeValue(JsonWriter writer, Object value, JsonContract valueContract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerProperty)
at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)
at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)
at Newtonsoft.Json.JsonSerializer.Serialize(JsonWriter jsonWriter, Object value)
at Duplicati.Server.Serialization.Serializer.SerializeJsonAsync(TextWriter tw, Object o, Boolean preventDispose)
at Duplicati.Server.WebServer.BodyWriter.<>c__DisplayClass8_0.<<WriteJsonObject>b__0>d.MoveNext()
--- End of stack trace from previous location ---
at Duplicati.Server.WebServer.BodyWriter.WriteJsonObject(Object o)
at Duplicati.Server.WebServer.BodyWriter.OutputOK(Object result)
at Duplicati.Server.WebServer.RESTMethods.RequestInfo.OutputOK(Object item)
at Duplicati.Server.WebServer.RESTMethods.ServerState.GET(String key, RequestInfo info)
at Duplicati.Server.WebServer.RESTHandler.DoProcess(RequestInfo info, String method, String module, String key)
Request error: System.Net.WebException: The remote server returned an error: (500) Error.
at Duplicati.Library.Utility.AsyncHttpRequest.AsyncWrapper.GetResponseOrStream()
at Duplicati.Library.Utility.AsyncHttpRequest.GetResponse()
at Duplicati.GUI.TrayIcon.HttpServerConnection.PerformRequestInternal[T](String method, String endpoint, Dictionary`2 queryparams)
at Duplicati.GUI.TrayIcon.HttpServerConnection.PerformRequest[T](String method, String urlfragment, Dictionary`2 queryparams)
at Duplicati.GUI.TrayIcon.HttpServerConnection.UpdateStatus()
at Duplicati.GUI.TrayIcon.HttpServerConnection..ctor(Uri server, String password, Boolean saltedpassword, PasswordSource passwordSource, Boolean disableTrayIconLogin, Dictionary`2 options)
at Duplicati.GUI.TrayIcon.Program.StartTray(String[] _args, Dictionary`2 options, HostedInstanceKeeper hosted, String password, Boolean saltedpassword)
Newtonsoft.Json.JsonSerializationException: Error getting value from 'UpdateDownloadLink' on 'Duplicati.Server.Serializable.ServerStatus'.
---> System.NullReferenceException: Object reference not set to an instance of an object.
at Duplicati.Library.AutoUpdater.UpdateInfo.GetGenericUpdatePageUrl(String packageTypeId)
at Duplicati.Library.AutoUpdater.UpdateInfo.GetUpdateUrls(String packageTypeId)
at Duplicati.Server.Serializable.ServerStatus.get_UpdateDownloadLink()
at Newtonsoft.Json.Serialization.ExpressionValueProvider.GetValue(Object target)
--- End of inner exception stack trace ---
at Newtonsoft.Json.Serialization.ExpressionValueProvider.GetValue(Object target)
at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)
at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)
at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeValue(JsonWriter writer, Object value, JsonContract valueContract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerProperty)
at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)
at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)
at Newtonsoft.Json.JsonSerializer.Serialize(JsonWriter jsonWriter, Object value)
at Duplicati.Server.Serialization.Serializer.SerializeJsonAsync(TextWriter tw, Object o, Boolean preventDispose)
at Duplicati.Server.WebServer.BodyWriter.<>c__DisplayClass8_0.<<WriteJsonObject>b__0>d.MoveNext()
--- End of stack trace from previous location ---
at Duplicati.Server.WebServer.BodyWriter.WriteJsonObject(Object o)
at Duplicati.Server.WebServer.BodyWriter.OutputOK(Object result)
at Duplicati.Server.WebServer.RESTMethods.RequestInfo.OutputOK(Object item)
at Duplicati.Server.WebServer.RESTMethods.ServerState.GET(String key, RequestInfo info)
at Duplicati.Server.WebServer.RESTHandler.DoProcess(RequestInfo info, String method, String module, String key)
Request error: System.Net.WebException: The remote server returned an error: (500) Error.
at Duplicati.Library.Utility.AsyncHttpRequest.AsyncWrapper.GetResponseOrStream()
at Duplicati.Library.Utility.AsyncHttpRequest.GetResponse()
at Duplicati.GUI.TrayIcon.HttpServerConnection.PerformRequestInternal[T](String method, String endpoint, Dictionary`2 queryparams)
at Duplicati.GUI.TrayIcon.HttpServerConnection.PerformRequest[T](String method, String urlfragment, Dictionary`2 queryparams)
at Duplicati.GUI.TrayIcon.HttpServerConnection.UpdateStatus()
at Duplicati.GUI.TrayIcon.HttpServerConnection..ctor(Uri server, String password, Boolean saltedpassword, PasswordSource passwordSource, Boolean disableTrayIconLogin, Dictionary`2 options)
at Duplicati.GUI.TrayIcon.Program.StartTray(String[] _args, Dictionary`2 options, HostedInstanceKeeper hosted, String password, Boolean saltedpassword)
Newtonsoft.Json.JsonSerializationException: Error getting value from 'UpdateDownloadLink' on 'Duplicati.Server.Serializable.ServerStatus'.
---> System.NullReferenceException: Object reference not set to an instance of an object.
at Duplicati.Library.AutoUpdater.UpdateInfo.GetGenericUpdatePageUrl(String packageTypeId)
at Duplicati.Library.AutoUpdater.UpdateInfo.GetUpdateUrls(String packageTypeId)
at Duplicati.Server.Serializable.ServerStatus.get_UpdateDownloadLink()
at Newtonsoft.Json.Serialization.ExpressionValueProvider.GetValue(Object target)
--- End of inner exception stack trace ---
at Newtonsoft.Json.Serialization.ExpressionValueProvider.GetValue(Object target)
at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)
at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)
at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeValue(JsonWriter writer, Object value, JsonContract valueContract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerProperty)
at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)
at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)
at Newtonsoft.Json.JsonSerializer.Serialize(JsonWriter jsonWriter, Object value)
at Duplicati.Server.Serialization.Serializer.SerializeJsonAsync(TextWriter tw, Object o, Boolean preventDispose)
at Duplicati.Server.WebServer.BodyWriter.<>c__DisplayClass8_0.<<WriteJsonObject>b__0>d.MoveNext()
--- End of stack trace from previous location ---
at Duplicati.Server.WebServer.BodyWriter.WriteJsonObject(Object o)
at Duplicati.Server.WebServer.BodyWriter.OutputOK(Object result)
at Duplicati.Server.WebServer.RESTMethods.RequestInfo.OutputOK(Object item)
at Duplicati.Server.WebServer.RESTMethods.ServerState.GET(String key, RequestInfo info)
at Duplicati.Server.WebServer.RESTHandler.DoProcess(RequestInfo info, String method, String module, String key)
Request error: System.Net.WebException: The remote server returned an error: (500) Error.
at Duplicati.Library.Utility.AsyncHttpRequest.AsyncWrapper.GetResponseOrStream()
at Duplicati.Library.Utility.AsyncHttpRequest.GetResponse()
at Duplicati.GUI.TrayIcon.HttpServerConnection.PerformRequestInternal[T](String method, String endpoint, Dictionary`2 queryparams)
at Duplicati.GUI.TrayIcon.HttpServerConnection.PerformRequest[T](String method, String urlfragment, Dictionary`2 queryparams)
at Duplicati.GUI.TrayIcon.HttpServerConnection.UpdateStatus()
at Duplicati.GUI.TrayIcon.HttpServerConnection..ctor(Uri server, String password, Boolean saltedpassword, PasswordSource passwordSource, Boolean disableTrayIconLogin, Dictionary`2 options)
at Duplicati.GUI.TrayIcon.Program.StartTray(String[] _args, Dictionary`2 options, HostedInstanceKeeper hosted, String password, Boolean saltedpassword)
If I remove the ~/.config/Duplicati folder and try starting it, it gets a bit farther in that it opens my web browser at the Duplicati server url, but then it crashes with this error:
Unexpected error: System.IO.FileNotFoundException: The resource avares://Duplicati.GUI.TrayIcon.Implementation, Version=2.0.8.106, Culture=neutral, PublicKeyToken=null/Assets/icons/linux/context-menu-open.png could not be found.
at Avalonia.Platform.StandardAssetLoader.OpenAndGetAssembly(Uri uri, Uri baseUri)
at Avalonia.Platform.StandardAssetLoader.Open(Uri uri, Uri baseUri)
at Avalonia.Platform.AssetLoader.Open(Uri uri, Uri baseUri)
at Duplicati.GUI.TrayIcon.AvaloniaRunner.LoadBitmap(String iconName)
at Duplicati.GUI.TrayIcon.AvaloniaMenuItem.UpdateIcon()
at Duplicati.GUI.TrayIcon.AvaloniaMenuItem.GetNativeItem()
at Duplicati.GUI.TrayIcon.AvaloniaApp.SetMenu(IEnumerable`1 menuItems)
at Duplicati.GUI.TrayIcon.AvaloniaRunner.Run(String[] args, Action postInit)
at Duplicati.GUI.TrayIcon.TrayIconBase.Init(String[] args)
at Duplicati.GUI.TrayIcon.AvaloniaRunner.Init(String[] args)
at Duplicati.GUI.TrayIcon.Program.StartTray(String[] _args, Dictionary`2 options, HostedInstanceKeeper hosted, String password, Boolean saltedpassword)