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

[2.0.1] Fatal Exception on com.patloew.rxfit.SingleResultCallBack.get #6

Open
skawue opened this issue Nov 2, 2017 · 1 comment
Open

Comments

@skawue
Copy link

skawue commented Nov 2, 2017

Hello everybody!

I have some problem with this library (v2.0.1). I cannot reproduce this error on my devices but it happens on many of my clients' devices.

Fabric shows me this:

#0. Crashed: main: 0 0 0x0000000000000000
       at io.reactivex.plugins.RxJavaPlugins.isFailOnNonBlockingScheduler(Unknown Source)
       at io.reactivex.internal.operators.single.SingleCreate$Emitter.onSuccess(Unknown Source)
       at com.patloew.rxfit.SingleResultCallBack.get(Unknown Source)
       at com.google.android.gms.internal.zzbcs.handleMessage(Unknown Source)
       at android.os.Handler.dispatchMessage(Handler.java:102)
       at android.os.Looper.loop(Looper.java:154)
       at android.app.ActivityThread.main(ActivityThread.java:6776)
       at java.lang.reflect.Method.invoke(Method.java)
       at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1520)
       at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1410)

--

Fatal Exception: io.b.c.f: com.patloew.rxfit.t: Status{statusCode=The connection to Google Play services was lost, resolution=null}
       at io.reactivex.plugins.RxJavaPlugins.isFailOnNonBlockingScheduler(Unknown Source)
       at io.reactivex.internal.operators.single.SingleCreate$Emitter.onSuccess(Unknown Source)
       at com.patloew.rxfit.SingleResultCallBack.get(Unknown Source)
       at com.google.android.gms.internal.zzbcs.handleMessage(Unknown Source)
       at android.os.Handler.dispatchMessage(Handler.java:102)
       at android.os.Looper.loop(Looper.java:154)
       at android.app.ActivityThread.main(ActivityThread.java:6776)
       at java.lang.reflect.Method.invoke(Method.java)
       at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1520)
       at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1410)
Caused by com.patloew.rxfit.t: Status{statusCode=The connection to Google Play services was lost, resolution=null}
       at com.patloew.rxfit.SingleResultCallBack.get(Unknown Source)
       at com.google.android.gms.internal.zzbcs.handleMessage(Unknown Source)
       at android.os.Handler.dispatchMessage(Handler.java:102)
       at android.os.Looper.loop(Looper.java:154)
       at android.app.ActivityThread.main(ActivityThread.java:6776)
       at java.lang.reflect.Method.invoke(Method.java)
       at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1520)
       at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1410)

Now I am reading about RxJavaPlugins.setErrorHandler(). Is it a problem?

Thank you for any help!

@skawue skawue changed the title Fatal Exception on com.patloew.rxfit.SingleResultCallBack.get [2.0.1] Fatal Exception on com.patloew.rxfit.SingleResultCallBack.get Nov 2, 2017
@justin-000
Copy link

I'm seeing the same crash as well for several users.

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

2 participants