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

Release v0.25.2 (please TEST!) #10284

Closed
1 task done
TobiGr opened this issue Jul 31, 2023 · 6 comments · Fixed by #10283
Closed
1 task done

Release v0.25.2 (please TEST!) #10284

TobiGr opened this issue Jul 31, 2023 · 6 comments · Fixed by #10283

Comments

@TobiGr
Copy link
Member

TobiGr commented Jul 31, 2023

Testing for regressions

Debug APK (GH Actions): NewPipe_v0.25.2_RC1.zip

Please report only regressions (i.e. new issues) here, not issues that were already present in previous releases!

TODO

  • Merge weblate

App changelog

New

Improved

Fixed

Localization

Development

NewPipe Extractor changelog

New

Improved

Fixed

Development

@TobiGr TobiGr mentioned this issue Jul 31, 2023
1 task
@TobiGr TobiGr linked a pull request Jul 31, 2023 that will close this issue
1 task
@AudricV AudricV changed the title NewPipe version 0.25.2 (994) Release v0.25.2 (please TEST!) Jul 31, 2023
@ghost
Copy link

ghost commented Aug 1, 2023

Exception

Crash log

org.schabi.newpipe.extractor.exceptions.ParsingException: Could not get banner
 at org.schabi.newpipe.extractor.services.youtube.extractors.YoutubeChannelExtractor.lambda$getBannerUrl$10(YoutubeChannelExtractor.java:285)
 at org.schabi.newpipe.extractor.services.youtube.extractors.YoutubeChannelExtractor$$ExternalSyntheticLambda8.get(Unknown Source:0)
 at j$.util.Optional.orElseThrow(Optional.java:408)
 at org.schabi.newpipe.extractor.services.youtube.extractors.YoutubeChannelExtractor.getBannerUrl(YoutubeChannelExtractor.java:285)
 at org.schabi.newpipe.extractor.channel.ChannelInfo.getInfo(ChannelInfo.java:83)
 at org.schabi.newpipe.extractor.channel.ChannelInfo.getInfo(ChannelInfo.java:55)
 at org.schabi.newpipe.util.ExtractorHelper.lambda$getChannelInfo$4(ExtractorHelper.java:127)
 at org.schabi.newpipe.util.ExtractorHelper$$ExternalSyntheticLambda5.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:4855)
 at io.reactivex.rxjava3.internal.operators.single.SingleDoOnSuccess.subscribeActual(SingleDoOnSuccess.java:35)
 at io.reactivex.rxjava3.core.Single.subscribe(Single.java:4855)
 at io.reactivex.rxjava3.internal.operators.maybe.MaybeFromSingle.subscribeActual(MaybeFromSingle.java:41)
 at io.reactivex.rxjava3.core.Maybe.subscribe(Maybe.java:5377)
 at io.reactivex.rxjava3.internal.operators.maybe.MaybeConcatArray$ConcatMaybeObserver.drain(MaybeConcatArray.java:153)
 at io.reactivex.rxjava3.internal.operators.maybe.MaybeConcatArray$ConcatMaybeObserver.request(MaybeConcatArray.java:78)
 at io.reactivex.rxjava3.internal.operators.flowable.FlowableElementAtMaybe$ElementAtSubscriber.onSubscribe(FlowableElementAtMaybe.java:66)
 at io.reactivex.rxjava3.internal.operators.maybe.MaybeConcatArray.subscribeActual(MaybeConcatArray.java:42)
 at io.reactivex.rxjava3.core.Flowable.subscribe(Flowable.java:16013)
 at io.reactivex.rxjava3.internal.operators.flowable.FlowableElementAtMaybe.subscribeActual(FlowableElementAtMaybe.java:36)
 at io.reactivex.rxjava3.core.Maybe.subscribe(Maybe.java:5377)
 at io.reactivex.rxjava3.internal.operators.maybe.MaybeToSingle.subscribeActual(MaybeToSingle.java:46)
 at io.reactivex.rxjava3.core.Single.subscribe(Single.java:4855)
 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:264)
 at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:307)
 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1137)
 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:637)
 at java.lang.Thread.run(Thread.java:1012)


@layingback
Copy link

Tested 25.2 on 2 videos stuck @ 1:19, including 1 which would not respond to Force Stop workaround. Both perfect. Thx! (Firestick 4K)

@Stypox Stypox closed this as completed Aug 2, 2023
@Stypox Stypox unpinned this issue Aug 2, 2023
@disconnect5852
Copy link

Still not works, on xiaomi mi tv. I open a video, it plays, switch to full screen= error. Then always error until i reboot the device.
Model: MITV-AYFRO
Kernel version: 5.4.210-android12-9-g041469a404b2-ab1407 #1 Thu Jun 15 21:14:30 CST 2023
Android TV OS-build: RTTO.211222.001.1407 release-keys

@TobiGr
Copy link
Member Author

TobiGr commented Aug 3, 2023

Did you disable media tunneling in the ExoPlayer settings?

@disconnect5852
Copy link

Did you disable media tunneling in the ExoPlayer settings?

i see, now it works! Mostly :)

@TobiGr
Copy link
Member Author

TobiGr commented Aug 4, 2023

@disconnect5852 That's good to hear. Please install this APK. Go to settings > debug and use "Show device id" and post the model id here so we can ensure that media tunneling is disabled by default for the device model. It should differ from the model name you posted above, because the Android internal model names do not contain hyphens.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants