jamesmontemagno / InAppBillingPlugin

Cross-platform In App Billing Plugin for .NET
MIT License
650 stars 153 forks source link

<GetAppReceiptAsync>d__3.MoveNext () #273

Closed BillyMartin1964 closed 2 years ago

BillyMartin1964 commented 4 years ago

Worked great for years, but many of my users are suddenly getting hit by this error:

System.Runtime.ExceptionServices ExceptionDispatchInfo.Throw () f:\dd\ndp\fxcore\CoreRT\src\System.Private.CoreLib\src\System\Runtime\ExceptionServices\ExceptionDispatchInfo.cs at 63:13 System.Runtime.CompilerServices TaskAwaiter.ThrowForNonSuccess (Task task) f:\dd\ndp\fxcore\CoreRT\src\System.Private.CoreLib\shared\System\Runtime\CompilerServices\TaskAwaiter.cs at 186:25 System.Runtime.CompilerServices TaskAwaiter.HandleNonSuccessAndDebuggerNotification (Task task) f:\dd\ndp\fxcore\CoreRT\src\System.Private.CoreLib\shared\System\Runtime\CompilerServices\TaskAwaiter.cs at 154:48 System.Runtime.CompilerServices TaskAwaiter.ValidateEnd (Task task) f:\dd\ndp\fxcore\CoreRT\src\System.Private.CoreLib\shared\System\Runtime\CompilerServices\TaskAwaiter.cs at 125:17 Plugin.InAppBilling.CurrentAppMock

d__3.MoveNext () System.Runtime.ExceptionServices ExceptionDispatchInfo.Throw () f:\dd\ndp\fxcore\CoreRT\src\System.Private.CoreLib\src\System\Runtime\ExceptionServices\ExceptionDispatchInfo.cs at 63:13 System.Runtime.CompilerServices TaskAwaiter.ThrowForNonSuccess (Task task) f:\dd\ndp\fxcore\CoreRT\src\System.Private.CoreLib\shared\System\Runtime\CompilerServices\TaskAwaiter.cs at 186:25 System.Runtime.CompilerServices TaskAwaiter.HandleNonSuccessAndDebuggerNotification (Task task) f:\dd\ndp\fxcore\CoreRT\src\System.Private.CoreLib\shared\System\Runtime\CompilerServices\TaskAwaiter.cs at 154:48 System.Runtime.CompilerServices TaskAwaiter.ValidateEnd (Task task) f:\dd\ndp\fxcore\CoreRT\src\System.Private.CoreLib\shared\System\Runtime\CompilerServices\TaskAwaiter.cs at 125:17 Plugin.InAppBilling.InAppBillingImplementation d__8.MoveNext () System.Runtime.ExceptionServices ExceptionDispatchInfo.Throw () f:\dd\ndp\fxcore\CoreRT\src\System.Private.CoreLib\src\System\Runtime\ExceptionServices\ExceptionDispatchInfo.cs at 63:13 System.Runtime.CompilerServices TaskAwaiter.ThrowForNonSuccess (Task task) f:\dd\ndp\fxcore\CoreRT\src\System.Private.CoreLib\shared\System\Runtime\CompilerServices\TaskAwaiter.cs at 186:25 System.Runtime.CompilerServices TaskAwaiter.HandleNonSuccessAndDebuggerNotification (Task task) f:\dd\ndp\fxcore\CoreRT\src\System.Private.CoreLib\shared\System\Runtime\CompilerServices\TaskAwaiter.cs at 154:48 System.Runtime.CompilerServices TaskAwaiter.ValidateEnd (Task task) f:\dd\ndp\fxcore\CoreRT\src\System.Private.CoreLib\shared\System\Runtime\CompilerServices\TaskAwaiter.cs at 125:17 Yatzy.Services.YatzyIAP d__1.MoveNext ()
BillyMartin1964 commented 4 years ago

Not sure what's going on. I now have over a hundred users who have experienced this issue.

jamesmontemagno commented 3 years ago

Billy did you figure out what was going on. I have never seen this.

BillyMartin1964 commented 3 years ago

No. totally lost on this bug.

jamesmontemagno commented 2 years ago

Unable to reproduce.