You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an app that i built with th In-Person SDK. I used the chipper 2 emv reader for a year then I decided to upgrade to the Augusta reader now my app crashes randomly sometimes when having trouble reading a card, here is the crash report. Any help or insight would be appreciated.:
Application: POS.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.Threading.Tasks.TaskCanceledException
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(System.Threading.Tasks.Task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(System.Threading.Tasks.Task)
at System.Windows.Threading.DispatcherOperation.Wait(System.TimeSpan)
at System.Windows.Threading.Dispatcher.InvokeImpl(System.Windows.Threading.DispatcherOperation, System.Threading.CancellationToken, System.TimeSpan)
at System.Windows.Threading.Dispatcher.Invoke(System.Action, System.Windows.Threading.DispatcherPriority, System.Threading.CancellationToken, System.TimeSpan)
at System.Windows.Threading.Dispatcher.Invoke(System.Action)
at POS.MainWindow.transactionCompleted(AuthorizeNet.Api.Contracts.V1.createTransactionResponse, Boolean, System.String, ANetEmvDesktopSdk.ErrorResponse)
at ANetEmvDesktopSdk.SDK.SdkLauncher.ANetEmvDesktopSdk.WalkerReader.WalkerCardReaderActivityListener.didFailTranaction(ANetEmvDesktopSdk.ErrorResponse)
at ANetEmvDesktopSdk.Transaction.AugustaCardListenerInBackground.notifyListenerAndStop()
at ANetEmvDesktopSdk.Transaction.AugustaCardListenerInBackground.onError(IDTechSDK.RETURN_CODE, IDTechSDK.DeviceState)
at ANetEmvDesktopSdk.AugustaBase.AugustaCardListenerBase.MessageCallBack(IDTechSDK.IDT_DEVICE_Types, IDTechSDK.DeviceState, Byte[], IDTechSDK.IDTTransactionData, IDTechSDK.EMV_Callback, IDTechSDK.RETURN_CODE)
at IDTechSDK.IDT_Device.__sendCallback(System.Object)
at IDTechSDK.IDT_Device+<>c__DisplayClass142_0.<_sendCallback>b__0()
at System.Threading.ThreadHelper.ThreadStart_Context(System.Object)
at System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object)
at System.Threading.ThreadHelper.ThreadStart()
The text was updated successfully, but these errors were encountered:
I have an app that i built with th In-Person SDK. I used the chipper 2 emv reader for a year then I decided to upgrade to the Augusta reader now my app crashes randomly sometimes when having trouble reading a card, here is the crash report. Any help or insight would be appreciated.:
Application: POS.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.Threading.Tasks.TaskCanceledException
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(System.Threading.Tasks.Task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(System.Threading.Tasks.Task)
at System.Windows.Threading.DispatcherOperation.Wait(System.TimeSpan)
at System.Windows.Threading.Dispatcher.InvokeImpl(System.Windows.Threading.DispatcherOperation, System.Threading.CancellationToken, System.TimeSpan)
at System.Windows.Threading.Dispatcher.Invoke(System.Action, System.Windows.Threading.DispatcherPriority, System.Threading.CancellationToken, System.TimeSpan)
at System.Windows.Threading.Dispatcher.Invoke(System.Action)
at POS.MainWindow.transactionCompleted(AuthorizeNet.Api.Contracts.V1.createTransactionResponse, Boolean, System.String, ANetEmvDesktopSdk.ErrorResponse)
at ANetEmvDesktopSdk.SDK.SdkLauncher.ANetEmvDesktopSdk.WalkerReader.WalkerCardReaderActivityListener.didFailTranaction(ANetEmvDesktopSdk.ErrorResponse)
at ANetEmvDesktopSdk.Transaction.AugustaCardListenerInBackground.notifyListenerAndStop()
at ANetEmvDesktopSdk.Transaction.AugustaCardListenerInBackground.onError(IDTechSDK.RETURN_CODE, IDTechSDK.DeviceState)
at ANetEmvDesktopSdk.AugustaBase.AugustaCardListenerBase.MessageCallBack(IDTechSDK.IDT_DEVICE_Types, IDTechSDK.DeviceState, Byte[], IDTechSDK.IDTTransactionData, IDTechSDK.EMV_Callback, IDTechSDK.RETURN_CODE)
at IDTechSDK.IDT_Device.__sendCallback(System.Object)
at IDTechSDK.IDT_Device+<>c__DisplayClass142_0.<_sendCallback>b__0()
at System.Threading.ThreadHelper.ThreadStart_Context(System.Object)
at System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object)
at System.Threading.ThreadHelper.ThreadStart()
The text was updated successfully, but these errors were encountered: