Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.Net SDK with Augusta reader causes crashes #19

Open
tygar45 opened this issue Aug 7, 2019 · 0 comments
Open

.Net SDK with Augusta reader causes crashes #19

tygar45 opened this issue Aug 7, 2019 · 0 comments

Comments

@tygar45
Copy link

tygar45 commented Aug 7, 2019

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()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant