-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Fullscreen no work #10609
Comments
Does this happen in a fresh profile of Newpipe? Try reinstalling it and see. |
Hello, I am also experiencing such issue in my Android TV v11. NewPipe just installed. As soon as I trigger a full screen mode the video stops with an error message. |
Is it the exact same error? Otherwise you'll have to open a new issue. |
This issue has been automatically closed because there has been no response to our request for more information from the original author. With only the information that is currently in the issue, we don't have enough information to take action. Please reach out if you have or find the answers we need so that we can investigate further. |
Checklist
Affected version
25.2
Steps to reproduce the bug
1 search video
2 click video
3 click Play
4 click fullscreen/rotate screen
5 crash
Expected behavior
No response
Actual behavior
No response
Screenshots/Screen recordings
No response
Logs
java.lang.IllegalArgumentException: serviceId is NO_SERVICE_ID
at org.schabi.newpipe.util.ExtractorHelper.checkServiceId(ExtractorHelper.java:74)
at org.schabi.newpipe.util.ExtractorHelper.suggestionsFor(ExtractorHelper.java:105)
at org.schabi.newpipe.fragments.list.search.SearchFragment.getRemoteSuggestionsObservable(SearchFragment.java:728)
at org.schabi.newpipe.fragments.list.search.SearchFragment.lambda$initSuggestionObserver$13(SearchFragment.java:759)
at org.schabi.newpipe.fragments.list.search.SearchFragment.$r8$lambda$pBDX-0z_WT5AfgQUUvGxZ1y-jHc(SearchFragment.java:0)
at org.schabi.newpipe.fragments.list.search.SearchFragment$$ExternalSyntheticLambda13.apply(R8$$SyntheticClass:0)
at io.reactivex.rxjava3.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver.onNext(ObservableSwitchMap.java:112)
at io.reactivex.rxjava3.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver$DelayErrorInnerObserver.onNext(ObservableConcatMap.java:500)
at io.reactivex.rxjava3.observers.SerializedObserver.onNext(SerializedObserver.java:114)
at io.reactivex.rxjava3.internal.operators.observable.ObservableDebounceTimed$DebounceTimedObserver.emit(ObservableDebounceTimed.java:156)
at io.reactivex.rxjava3.internal.operators.observable.ObservableDebounceTimed$DebounceEmitter.run(ObservableDebounceTimed.java:181)
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:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
at java.lang.Thread.run(Thread.java:1012)
Affected Android/Custom ROM version
Android13
Affected device model
Realme8
Additional information
No response
The text was updated successfully, but these errors were encountered: