mixpanel/mixpanel-unity

NullReferenceException during DoFlush in v3.0.1

GoatHunter opened this issue · 1 comments

Hi,
We're seeing this exception happening quite a lot to some of our users (around 100~ times per each user).

OS: Android v7.1.1
Device: Galaxy Tab A 8.0 (SM-T350)

Crash Stack Trace:

NullReferenceException · Object reference not set to an instance of an object.

<00000000000000000000000000000000> mixpanel.Value.Write(System.IO.StringWriter writer, System.Boolean includeTypeInfo)
<00000000000000000000000000000000> mixpanel.Value.ToString()
<00000000000000000000000000000000> mixpanel.Controller+<SendData>d__16.MoveNext()
<00000000000000000000000000000000> UnityEngine.SetupCoroutine.InvokeMoveNext(System.Collections.IEnumerator enumerator, System.IntPtr returnValueAddress)
<00000000000000000000000000000000> mixpanel.Controller.DoFlush()
<00000000000000000000000000000000> mixpanel.Controller+<WaitAndFlush>d__14.MoveNext()
<00000000000000000000000000000000> UnityEngine.SetupCoroutine.InvokeMoveNext(System.Collections.IEnumerator enumerator, System.IntPtr returnValueAddress)
unknown mixpanel.Controller:DoFlush()
unknown mixpanel.<WaitAndFlush>d__14:MoveNext()unknown UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)

Please address this issue, thanks!

hi @GoatHunter , we have released v3.0.2 which should fix this issue. I'm closing this issue now, please feel free to reopen if the problem still exists.