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

Seemingly random videos say 'Video not available' #6910

Closed
4 tasks done
F7-Trianth opened this issue Aug 12, 2021 · 1 comment · Fixed by TeamNewPipe/NewPipeExtractor#713
Closed
4 tasks done

Seemingly random videos say 'Video not available' #6910

F7-Trianth opened this issue Aug 12, 2021 · 1 comment · Fixed by TeamNewPipe/NewPipeExtractor#713
Labels
bug Issue is related to a bug requires extractor change This issue requires a change to the extractor youtube Service, https://www.youtube.com/

Comments

@F7-Trianth
Copy link

F7-Trianth commented Aug 12, 2021

Checklist

Steps to reproduce the bug

Actual behavior

Video takes an unusually long time to load, and ultimately, does not. This occurs with seemingly random videos, including new videos, and videos I have already watched on newpipe in a previous version. The included example is just one of the many disconnected and connected videos this happens to; there's a few more in the same playlist, even. It is entirely consistent through closing the app, restarting the phone, and reinstalling newpipe entirely. It occurs regardless of the status of my internet connection.

Expected behavior

Expected video to play.

Screenshots/Screen recordings

https://dl.dropboxusercontent.com/s/oyihke00desr3ai/Screenshot_20210812-004028.png?dl=0

Logs

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:194)
	at org.schabi.newpipe.extractor.stream.StreamInfo.getInfo(StreamInfo.java:72)
	at org.schabi.newpipe.extractor.stream.StreamInfo.getInfo(StreamInfo.java:64)
	at org.schabi.newpipe.util.ExtractorHelper.lambda$getStreamInfo$3(ExtractorHelper.java:116)
	at org.schabi.newpipe.util.-$$Lambda$ExtractorHelper$YTHJjScxCJNO1LTCqs3IKy35iyY.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:614)
	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)

Device info

  • Android version/Custom ROM version: 10, software version q720qm20f
  • Device model: LM-q720qm
@F7-Trianth F7-Trianth added the bug Issue is related to a bug label Aug 12, 2021
@AudricV AudricV changed the title Seemingly random videos say 'video not availible' Seemingly random videos say 'Video not available' Aug 13, 2021
@AudricV
Copy link
Member

AudricV commented Aug 13, 2021

It has been fixed with the 0.21.8 version, now available on F-Droid, by using in addition of the WEB YouTube client, the ANDROID YouTube client (which has no "protections" of streaming URLs) (to get video and audio formats).

Please do not close the issue, something still needs to be fixed (some regular expressions in NewPipe Extractor) to parse again the formats returned on the WEB client.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue is related to a bug requires extractor change This issue requires a change to the extractor youtube Service, https://www.youtube.com/
Projects
None yet
2 participants