You are on page 1of 2

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

Add
`onError` handling.
at rx.internal.schedulers.ScheduledAction.run(:5)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:462)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledT
hreadPoolExecutor.java:301)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
at java.lang.Thread.run(Thread.java:923)
Caused by: rx.exceptions.OnErrorNotImplementedException: Only the original thread
that created a view hierarchy can touch its views.
at rx.internal.util.InternalObservableUtils$c.ˊ(:1)
at rx.internal.util.InternalObservableUtils$c.call(:1)
at o.cma.onError(:1)
at o.sna.ˋ(:2)
at o.sna.onError(:4)
at o.cja.ʻ(:2)
at o.sna.onNext(:3)
at o.uja$a.onNext(:3)
at o.vja$a.onNext(:2)
at o.uja$a.onNext(:3)
at rx.subjects.PublishSubject$PublishSubjectProducer.onNext(:4)
at rx.subjects.PublishSubject$PublishSubjectState.onNext(:2)
at rx.subjects.PublishSubject.onNext(:1)
at rx.internal.operators.NotificationLite.ˊ(:7)
at o.tna.onNext(:21)
at o.ioa.onNext(:1)
at com.wandoujia.base.utils.RxBus.send(:1)
at o.n66.ᵗ(:6)
at o.n66.ˈ(:8)
at o.n66.ʿ(:1)
at o.o66$h.ˋ(:1)
at o.o66$h.ˊ(:1)
at o.o66$i0.call(:3)
at o.xja.ˊ(:3)
at o.xja.call(:1)
at o.nia.ᕽ(:2)
at rx.internal.operators.OperatorMerge$d.ʾ(:7)
at rx.internal.operators.OperatorMerge$d.onNext(:1)
at o.zja$a.onNext(:2)
at o.zja$a.onNext(:2)
at o.zja$a.onNext(:2)
at o.zka$a.onNext(:1)
at rx.internal.producers.SingleDelayedProducer.ˊ(:2)
at rx.internal.producers.SingleDelayedProducer.setValue(:5)
at o.xja.ˊ(:3)
at o.xja.call(:1)
at o.nia.ᕽ(:2)
at o.zka$a.call(:4)
at o.qla$b$a.call(:2)
at rx.internal.schedulers.ScheduledAction.run(:2)
... 6 more
Caused by: android.view.ViewRootImpl$CalledFromWrongThreadException: Only the
original thread that created a view hierarchy can touch its views.
at android.view.ViewRootImpl.checkThread(ViewRootImpl.java:10750)
at android.view.ViewRootImpl.requestLayout(ViewRootImpl.java:2209)
at android.view.View.requestLayout(View.java:27055)
at android.view.View.requestLayout(View.java:27055)
at me.imid.swipebacklayout.lib.SwipeBackLayout.requestLayout(:2)
at android.view.View.requestLayout(View.java:27055)
at android.view.View.requestLayout(View.java:27055)
at android.view.View.requestLayout(View.java:27055)
at android.view.View.requestLayout(View.java:27055)
at android.view.View.requestLayout(View.java:27055)
at android.view.View.requestLayout(View.java:27055)
at android.view.View.requestLayout(View.java:27055)
at android.view.View.requestLayout(View.java:27055)
at androidx.core.widget.NestedScrollView.requestLayout(:2)
at android.view.View.requestLayout(View.java:27055)
at android.view.View.requestLayout(View.java:27055)
at android.view.View.setFlags(View.java:17525)
at android.view.View.setVisibility(View.java:12466)
at com.snaptube.plugin.extension.ins.view.LoadingView.ˋ(:1)
at
com.snaptube.plugin.extension.nonlifecycle.root.ChooseFormatFragment$e.ˋ(:6)
at
com.snaptube.plugin.extension.nonlifecycle.root.ChooseFormatFragment$e.ˊ(:1)
at o.vq6$a.ˊ(:3)
at o.vq6.ˋ(:3)
at o.vq6.ˏ(:2)
at o.vq6.ʻ(:2)
at o.bs6.ᵔ(:6)
at o.bs6.ˑ(:1)
at o.bs6$b$a.ˊ(:3)
at o.bs6$b$a.call(:1)
at o.cma.onNext(:1)
at o.sna.onNext(:2)
... 39 more

You might also like