I have (had) an issue while loading the GUI on my Windows PC. It would sit for about 30 seconds while it threw this error continuously until it crashed:
Feb 7, 2018 1:03 AM: UsageReporter failed
{"ClassName":"System.Net.WebException","Message":"The remote server returned an
error: (500) Internal Server Error.","Data":null,"InnerException":null,"HelpURL":null,"StackTraceString":"
at Duplicati.Library.Utility.AsyncHttpRequest.AsyncWrapper.GetResponseOrStream()\r\n at
Duplicati.Library.Utility.AsyncHttpRequest.GetResponse()\r\n at
Duplicati.Library.UsageReporter.ReportSetUploader.<>c.<<Run>b__2_0>d.MoveNext()","RemoteStackTraceString":null,
"RemoteStackIndex":0,"ExceptionMethod":"8\nGetResponseOrStream\nDuplicati.Library.Utility, Version=2.0.2.1, Culture=neutral,
PublicKeyToken=8bfe994a39631a7b\nDuplicati.Library.Utility.AsyncHttpRequest+AsyncWrapper\nSystem.Object GetResponseOrStream()",
"HResult":-2146233079,"Source":"Duplicati.Library.Utility","WatsonBuckets":null}
The issue is very similar to this post, and I fixed it the same way (disabling error reporting.) I am almost 100% certain this is caused by a new addition to my home network: an Unbound-based DNS server with an extensive blacklist, and the domain used for reporting might have made the list accidentally. I believe it is the only real change to my setup that could cause this error. Is there a particular domain that Duplicati uses for reporting? If so, I can remove it from under the shadow of my shiny new banhammer and let it run as normal.