Server execution failed (Exception from HRESULT: 0x80080005)
Verison 1.0.9.0
Windows 10 Home 21H2 OS Build - 19044.1706 64 Bit 32.0 GB Ram Intel Core i7-6700K CPU @ 4.00 GHz
Server execution failed (Exception from HRESULT: 0x80080005)
Can you fill out the steps to reproduce, with that you get the error?
## Steps to Reproduce
<!-- Being able to reproduce the problem in the app, really stream-lines the whole process in being able to discover, resolve, and validate bug fixes. -->
Steps to reproduce the behavior:
1. Given the following environment
2. Go to '...'
3. Click on '....'
4. Scroll down to '....'
5. See error
A Task's exception(s) were not observed either by Waiting on the Task or accessing its Exception property. As a result, the unobserved exception was rethrown by the finalizer thread. (Object reference not set to an instance of an object.)
System.NullReferenceException: Object reference not set to an instance of an object. at Project2FA.UWP.Services.DataService.<StartService>d__42.MoveNext() + 0x2ab --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() + 0x21 at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task) + 0x70 at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task) + 0x38 at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task) + 0x17 at System.Runtime.CompilerServices.TaskAwaiter.GetResult() + 0xb at Project2FA.UWP.ViewModels.AccountCodePageViewModel.<StartTOTPLogic>d__38.MoveNext() + 0x125
@kingsersch do you use the newest app version 1.1.0?
When did you get the exception? Is this reproducible?