Closed js1251 closed 3 months ago
Now it just said that I made a mistake and my key has already been redeemed
Issue was caused by https://github.com/js1251/bspProtect-support/issues/62. Server did successfully process this specific request and redeemed the license. The client application was then no longer accessible (timed out) to send the protected data.
Customer license was unredeemed after fix was in place
Fixed with 1.0.40
An error occurred in the software. @js1251 will reach out to you soon. Updates will be posted here.
Request timed out. TaskCanceledException: A task was canceled. Stack Trace: at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at client_protection.BspProtection.BspProtector.d47.MoveNext()
at client_protection.BspProtection.BspProtector.d__47.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at client_protection.BspProtection.BspProtector.d 44.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at client_application.MVVM.ViewModel.ProtectionTab.RunViewModel.Process()
at client_application.MVVM.ViewModel.BaseViewModel.ProcessHelper(Object sender, DoWorkEventArgs args)
at System.ComponentModel.BackgroundWorker.OnDoWork(DoWorkEventArgs e)
at System.ComponentModel.BackgroundWorker.WorkerThreadStart(Object argument)