Skip to content
This repository has been archived by the owner on Jan 21, 2024. It is now read-only.

Videos not playing #173

Closed
6 tasks done
Tintedfireglass opened this issue Apr 15, 2022 · 11 comments
Closed
6 tasks done

Videos not playing #173

Tintedfireglass opened this issue Apr 15, 2022 · 11 comments
Labels
bug Something isn't working

Comments

@Tintedfireglass
Copy link

Checklist

  • I am able to reproduce the bug with the latest version.
  • I am not able to reproduce the bug with the same version of upstream NewPipe.
  • I made sure that there are no existing issues - open or closed - which I could contribute my information to.
  • I have taken the time to fill in all the required details. I understand that the bug report will be dismissed otherwise.
  • This issue contains only one bug.
  • I have read and understood the contribution guidelines.

Affected version

0.22.1 sponsorblock

Steps to reproduce the bug

  1. Open newpipe
  2. Click on any video

Expected behavior

A video should start playing

Actual behavior

But I get an error message asking me to raise a bug report and a sad face appears where the video had to play.

Screenshots/Screen recordings

Screen recording : https://media.discordapp.net/attachments/884641872008577064/964362126288379934/screen-20220415-083644.mp4

SCREENSHOT : https://media.discordapp.net/attachments/884641872008577064/964362126837837975/Screenshot_20220415-083756.png

Logs

Exception

  • User Action: requested stream
  • Request: https://www.youtube.com/watch?v=WyJDimr_BJ0
  • Content Country: US
  • Content Language: en-US
  • App Language: en_US
  • Service: YouTube
  • Version: 0.22.1
  • OS: Linux motorola/hanoip_retailnq/hanoip:11/RRI31.Q1-42-51-12/c157c:user/release-keys 11 - 30
Crash log

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.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:923)


Affected Android/Custom ROM version

Android 11

Affected device model

Motorola G60

Additional information

No response

@Tintedfireglass Tintedfireglass added the bug Something isn't working label Apr 15, 2022
@Tintedfireglass
Copy link
Author

I can provide more information if required :)

@briaguya-ai
Copy link

I also encountered this issue, but I was able to reproduce it on upstream (0.22.1 from fdroid standard repo)

My guess is it's TeamNewPipe#8202

@TacoTheDank
Copy link

Yeah this is TeamNewPipe#8202, it'll be fixed ASAP

@Tintedfireglass
Copy link
Author

Ohh looks like I had an older newpipe(upstream) version

Yeah it is an upstream bug😅

@Aurangzeb365
Copy link

Ohh looks like I had an older newpipe(upstream) version

Yeah it is an upstream bug😅

Is it fixed?

@Tintedfireglass
Copy link
Author

Tintedfireglass commented Apr 15, 2022

Ohh looks like I had an older newpipe(upstream) version

Yeah it is an upstream bug😅

Is it fixed?

It will be fixed with an emergency minor update I think as something similar happened a couple of months ago (maybe something to do with Google apis I guess I'm not sure)

Edit: upstream has posted a fixed apk on the issue

@xorbital
Copy link

Upstream version v0.22.2 now includes the necessary changes

@Aurangzeb365
Copy link

Upstream version v0.22.2 now includes the necessary changes

what about extractor?

@Aurangzeb365
Copy link

org.schabi.newpipe.extractor.playlist.PlaylistInfoItem cannot be cast to org.schabi.newpipe.extractor.stream.StreamInfoItem
i'm getting this error after update.
Can you guide?

@Atemu
Copy link

Atemu commented Apr 15, 2022

0.22.2 includes the extractor update (and little else).

We'll have to wait for @polymorphicshade to merge upstream master.

@polymorphicshade
Copy link
Owner

The latest release should have the fix implemented.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

7 participants