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

Crash when the user is offline (wifi off) #321

Open
alialamine opened this issue Mar 30, 2017 · 0 comments
Open

Crash when the user is offline (wifi off) #321

alialamine opened this issue Mar 30, 2017 · 0 comments

Comments

@alialamine
Copy link

alialamine commented Mar 30, 2017

The module crashes when the user is offline with the following stack trace:

Fatal Exception: java.lang.RuntimeException: Illegal callback invocation from native module. This callback type only permits a single invocation from native code.
at com.facebook.react.bridge.CallbackImpl.invoke(CallbackImpl.java:32)
at io.fullstack.firestack.FirestackAuthModule.userExceptionCallback(FirestackAuth.java:601)
at io.fullstack.firestack.FirestackAuthModule$19.onFailure(FirestackAuth.java:398)
at com.google.android.gms.tasks.zzd$1.run(Unknown Source)
at android.os.Handler.handleCallback(Handler.java:739)
at android.os.Handler.dispatchMessage(Handler.java:95)
at android.os.Looper.loop(Looper.java:234)
at android.app.ActivityThread.main(ActivityThread.java:5526)
at java.lang.reflect.Method.invoke(Method.java)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:726)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)

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

No branches or pull requests

1 participant