TeamNewPipe / NewPipe

A libre lightweight streaming front-end for Android.
https://newpipe.net
GNU General Public License v3.0
31.72k stars 3.09k forks source link

newpipe crasht any more #8802

Closed weinic closed 2 years ago

weinic commented 2 years ago

Checklist

Affected version

0.23.1

Steps to reproduce the bug

  1. Search for a Video
  2. Play video
  3. Fail can't play video

Expected behavior

No response

Actual behavior

No response

Screenshots/Screen recordings

No response

Logs

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:188)
    at org.schabi.newpipe.extractor.stream.StreamInfo.getInfo(StreamInfo.java:82)
    at org.schabi.newpipe.extractor.stream.StreamInfo.getInfo(StreamInfo.java:73)
    at org.schabi.newpipe.util.ExtractorHelper.lambda$getStreamInfo$3(ExtractorHelper.java:118)
    at org.schabi.newpipe.util.ExtractorHelper.$r8$lambda$YTHJjScxCJNO1LTCqs3IKy35iyY(Unknown Source:0)
    at org.schabi.newpipe.util.ExtractorHelper$$ExternalSyntheticLambda6.call(Unknown Source:4)
    at io.reactivex.rxjava3.internal.operators.single.SingleFromCallable.subscribeActual(SingleFromCallable.java:43)
    at io.reactivex.rxjava3.core.Single.subscribe(Single.java:4813)
    at io.reactivex.rxjava3.internal.operators.single.SingleDoOnSuccess.subscribeActual(SingleDoOnSuccess.java:35)
    at io.reactivex.rxjava3.core.Single.subscribe(Single.java:4813)
    at io.reactivex.rxjava3.internal.operators.single.SingleSubscribeOn$SubscribeOnObserver.run(SingleSubscribeOn.java:89)
    at io.reactivex.rxjava3.core.Scheduler$DisposeTask.run(Scheduler.java:644)
    at io.reactivex.rxjava3.internal.schedulers.ScheduledRunnable.run(ScheduledRunnable.java:65)
    at io.reactivex.rxjava3.internal.schedulers.ScheduledRunnable.call(ScheduledRunnable.java:56)
    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:919)


Affected Android/Custom ROM version

No response

Affected device model

No response

Additional information

No response

TDavLinguist commented 2 years ago

You're using an old version. Download 0.23.2, released 2 days ago. This specific bug has been patched.

bb1 commented 2 years ago

You're using an old version. Download 0.23.2, released 2 days ago. This specific bug has been patched.

Interesting. Looks like the update check does not yet know this update.

EDIT: Just now I noticed that the update notification isn't a popular but a system notification. Anyway thanks for the awesome product.

AudricV commented 2 years ago

Anyway thanks for the awesome product.

NewPipe is not a product, it is a free software.

  • [x] I made sure that there are no existing issues - open or closed - which I could contribute my information to.

Duplicate of #8760. Please search (better, with different keywords?) for duplicates the next time you want to open an issue. Thank you.

weinic commented 2 years ago

You're using an old version. Download 0.23.2, released 2 days ago. This specific bug has been patched.

Ok

but the new version is not yet on fdroid 🙈 Then I still have to wait

Thank you