ucmateofficial / ucmate_bugs

Report Ucmate Bugs
1 stars 0 forks source link

Sorry, that should not have happened. Guru Meditation #2

Closed yoko-id closed 1 year ago

yoko-id commented 1 year ago

Exception

org.schabi.newpipe.extractor.stream.StreamInfo$StreamExtractException: Could not get any stream. See error variable to get further details.
    at org.schabi.newpipe.extractor.stream.StreamInfo.extractStreams(StreamInfo.java:26)
    at org.schabi.newpipe.util.ExtractorHelper$$ExternalSyntheticLambda1.call(R8$$SyntheticClass:46)
    at io.reactivex.rxjava3.internal.operators.single.SingleFromCallable.subscribeActual(SingleFromCallable.java:4)
    at io.reactivex.rxjava3.core.Single.subscribe(Single.java:4)
    at io.reactivex.rxjava3.internal.operators.single.SingleDoOnSuccess.subscribeActual(Unknown Source:7)
    at io.reactivex.rxjava3.core.Single.subscribe(Single.java:4)
    at io.reactivex.rxjava3.internal.operators.maybe.MaybeFromSingle.subscribeActual(Unknown Source:7)
    at io.reactivex.rxjava3.core.Maybe.subscribe(Maybe.java:4)
    at io.reactivex.rxjava3.internal.operators.maybe.MaybeConcatArray$ConcatMaybeObserver.drain(MaybeConcatArray.java:20)
    at io.reactivex.rxjava3.internal.operators.maybe.MaybeConcatArray$ConcatMaybeObserver.request(MaybeConcatArray.java:3)
    at io.reactivex.rxjava3.internal.operators.flowable.FlowableElementAtMaybe$ElementAtSubscriber.onSubscribe(FlowableElementAtMaybe.java:4)
    at io.reactivex.rxjava3.internal.operators.maybe.MaybeConcatArray.subscribeActual(MaybeConcatArray.java:2)
    at io.reactivex.rxjava3.core.Flowable.subscribe(Flowable.java:8)
    at io.reactivex.rxjava3.internal.operators.flowable.FlowableElementAtMaybe.subscribeActual(Unknown Source:9)
    at io.reactivex.rxjava3.core.Maybe.subscribe(Maybe.java:4)
    at io.reactivex.rxjava3.internal.operators.maybe.MaybeToSingle.subscribeActual(Unknown Source:8)
    at io.reactivex.rxjava3.core.Single.subscribe(Single.java:4)
    at io.reactivex.rxjava3.internal.operators.single.SingleSubscribeOn$SubscribeOnObserver.run(Unknown Source:2)
    at io.reactivex.rxjava3.core.Scheduler$DisposeTask.run(Scheduler.java:2)
    at io.reactivex.rxjava3.internal.schedulers.ScheduledRunnable.run(ScheduledRunnable.java:2)
    at io.reactivex.rxjava3.internal.schedulers.ScheduledRunnable.call(Unknown Source:0)
    at java.util.concurrent.FutureTask.run(FutureTask.java:266)
    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.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:920)