2fast icon indicating copy to clipboard operation
2fast copied to clipboard

Server execution failed (Exception from HRESULT: 0x80080005)

Open pheelbrett opened this issue 3 years ago • 3 comments

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)

pheelbrett avatar May 29 '22 04:05 pheelbrett

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

jp-weber avatar May 30 '22 17:05 jp-weber

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 avatar Jun 12 '22 08:06 kingsersch

@kingsersch do you use the newest app version 1.1.0?

When did you get the exception? Is this reproducible?

jp-weber avatar Jun 12 '22 08:06 jp-weber