keen-sdk-net icon indicating copy to clipboard operation
keen-sdk-net copied to clipboard

Windows Phone 8.1 client. KeenClient.AddEventAsync crashes app in airplane mode.

Open vadim-tsedrik opened this issue 10 years ago • 2 comments
trafficstars

Hi there. When i set phone to the airplane mode keenClient crashes application with unhandled exception. Call stack if it helps: "System.AggregateException: 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. at unknown location

Aggregated Exception [0]: Microsoft.CSharp.RuntimeBinder.RuntimeBinderException: Cannot perform runtime binding on a null reference at Microsoft.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at Microsoft.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccess(Task task) at Microsoft.Runtime.CompilerServices.ConfiguredTaskAwaitable.ConfiguredTaskAwaiter.GetResult() at Keen.Core.KeenClient.<AddEventAsync>d__18.MoveNext()"

vadim-tsedrik avatar May 28 '15 13:05 vadim-tsedrik

Hi! Thanks for the report! I'll take a look and let you know what I find.

davidknaack avatar May 28 '15 15:05 davidknaack

Hi, I am having troubles with your library with the same error in the version 0.3.11, do you have any information about it?

Thank you soo much

same error: Microsoft.CSharp.RuntimeBinder.RuntimeBinderExceptionNewtonsoft.Json.Linq.JObject' does not contain a definition forSelectToken' Microsoft.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) Microsoft.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccess(Task task) Microsoft.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task) Microsoft.Runtime.CompilerServices.ConfiguredTaskAwaitable.ConfiguredTaskAwaiter.GetResult() Keen.Core.KeenClient.<AddEventAsync>d__18.MoveNext()

iturpablo avatar Feb 03 '16 17:02 iturpablo