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

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

Open
vadim-tsedrik opened this issue May 28, 2015 · 2 comments

Comments

@vadim-tsedrik
Copy link

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.d__18.MoveNext()"

@davidknaack
Copy link
Contributor

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

vadim-tsedrik added a commit to vadim-tsedrik/keen-sdk-net that referenced this issue Jul 22, 2015
@iturpablo
Copy link

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.d__18.MoveNext()

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

No branches or pull requests

3 participants