- Notifications
You must be signed in to change notification settings - Fork 444
Closed
Labels
Description
I tried to run the Invite sample and received the following error when sending an invite:
System.AggregateException: Exception of type 'System.AggregateException' was thrown. ----------------- Firebase.FirebaseException: UnityEngine.DebugLogHandler:Internal_Log(LogType, String, Object) UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[]) UnityEngine.Logger:Log(LogType, Object) UnityEngine.Debug:Log(Object) UnityEngine.MonoBehaviour:print(Object) (at /Users/builduser/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineMonoBehaviourBindings.gen.cs:107) UIHandler:DebugLog(String) (at E:\airgc3\unity\quickstart-unity\invites\testapp\Assets\TestApp\UIHandler.cs:136) UIHandler:HandleSentInvite(Task`1) (at E:\airgc3\unity\quickstart-unity\invites\testapp\Assets\TestApp\UIHandler.cs:123) System.Threading.Tasks.<ContinueWith>c__AnonStorey0:<>m__0(Task) System.Threading.Tasks.<ContinueWith>c__AnonStorey2:<>m__0(Task) System.Threading.Tasks.<ContinueWith>c__AnonStorey1:<>m__0() System.Threading.Tasks.Task:<immediateExecutor>m__1(Action) System.Threading.Tasks
Also, when I tried to create a dynamic link on the Firebase console manually and clicked the link to open the app, it crashes with the following error:
D/firebase: (InvitesClass) getInvitation:onResult:Status{statusCode=SUCCESS, resolution=null} D/Unity: (InvitesClass) getInvitation:onResult:Status{statusCode=SUCCESS, resolution=null}: 0 at ./artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp:42 (17408, 0, 0) I/Unity: (InvitesClass) getInvitation:onResult:Status{statusCode=SUCCESS, resolution=null} UnityEngine.DebugLogHandler:Internal_Log(LogType, String, Object) UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[]) UnityEngine.Logger:Log(LogType, Object) UnityEngine.Debug:Log(Object) Firebase.FirebaseHandler:LogMessage(LogLevel, String) (Filename: ./artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42) --------- beginning of crash A/libc: Fatal signal 11 (SIGSEGV), code 1, fault addr 0x0 in tid 9716 (irg.test)