2fast-team / 2fast

Two-Factor Authenticator Supporting TOTP (Windows 10 & Android, iOS, Linux and macOS App)
https://2fast-app.de
GNU General Public License v3.0
421 stars 43 forks source link

Server execution failed (Exception from HRESULT: 0x80080005) #20

Closed pheelbrett closed 5 months ago

pheelbrett commented 2 years ago

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)

jp-weber commented 2 years ago

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
kingsersch commented 2 years ago

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.d42.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.d38.MoveNext() + 0x125

jp-weber commented 2 years ago

@kingsersch do you use the newest app version 1.1.0?

When did you get the exception? Is this reproducible?