You are on page 1of 2

java.lang.IllegalStateException: Fatal Exception thrown on Scheduler.Worker thread.

at rx.android.schedulers.LooperScheduler$ScheduledAction.run(SourceFile:4)
at android.os.Handler.handleCallback(Handler.java:883)
at android.os.Handler.dispatchMessage(Handler.java:100)
at android.os.Looper.loop(Looper.java:237)
at android.app.ActivityThread.main(ActivityThread.java:8167)
at java.lang.reflect.Method.invoke(Native Method)
at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:496)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1100)
Caused by: rx.exceptions.OnErrorFailedException: Error occurred when trying to
propagate error to Observer.onError
at rx.observers.SafeSubscriber._onError(SourceFile:8)
at rx.observers.SafeSubscriber.onError(SourceFile:4)
at rx.exceptions.Exceptions.throwOrReport(SourceFile:6)
at rx.observers.SafeSubscriber.onNext(SourceFile:3)
at
rx.internal.operators.OperatorObserveOn$ObserveOnSubscriber.call(SourceFile:8)
at rx.android.schedulers.LooperScheduler$ScheduledAction.run(SourceFile:1)
... 7 more
Caused by: rx.exceptions.CompositeException: 2 exceptions occurred.
... 13 more
Caused by: rx.exceptions.CompositeException$CompositeExceptionCausalChain: Chain of
Causes for CompositeException In Order Received =>
at o.vv5.ˏ(SourceFile:3)
at o.vv5.uncaughtException(SourceFile:2)
at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:1073)
at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:1068)
at rx.android.schedulers.LooperScheduler$ScheduledAction.run(SourceFile:7)
... 7 more
Caused by: java.lang.IllegalStateException: Default FirebaseApp is not initialized
in this process com.snaptube.premium. Make sure to call
FirebaseApp.initializeApp(Context) first.
at o.n53.ʽ(SourceFile:5)
at o.j73.ˊ(SourceFile:1)
at o.e76.ᐝ(SourceFile:6)
at o.wx6.‫(ﹳ‬SourceFile:12)
at o.wx6.ˌ(SourceFile:1)
at o.px6.call(Unknown Source:8)
at rx.internal.util.ActionSubscriber.onNext(SourceFile:1)
at rx.observers.SafeSubscriber.onNext(SourceFile:2)
at
rx.internal.operators.OperatorObserveOn$ObserveOnSubscriber.call(SourceFile:8)
at rx.android.schedulers.LooperScheduler$ScheduledAction.run(SourceFile:1)
... 7 more
Caused by: java.lang.IllegalStateException: Default FirebaseApp is not initialized
in this process com.snaptube.premium. Make sure to call
FirebaseApp.initializeApp(Context) first.
at o.n53.ʽ(SourceFile:5)
at o.j73.ˊ(SourceFile:1)
at o.e76.ᐝ(SourceFile:6)
at o.wx6.‫(ﹳ‬SourceFile:12)
at o.wx6.ˍ(SourceFile:2)
at o.ox6.call(Unknown Source:10)
at rx.internal.util.ActionSubscriber.onError(SourceFile:1)
at rx.observers.SafeSubscriber._onError(SourceFile:2)
at rx.observers.SafeSubscriber.onError(SourceFile:4)
at rx.exceptions.Exceptions.throwOrReport(SourceFile:6)
at rx.observers.SafeSubscriber.onNext(SourceFile:3)
... 9 more

You might also like