You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Queue up a big playlist in the background. I don't know if you also need to swipe the app off the switcher while it is playing.
Bring a video foreground.
Swipe it down to a small player, then open the playlist using the playlist icon there.
Rearrange the playlist a bit. (Probably not essential)
Press the back button. Pathologically, the app should close, ending playback and rubbishing your playlist, without a Guru Meditation. (Expected/Actual point 1)
Reopen the app from the app switcher.
This action should obtain a Guru Meditation (Expected/Actual point 2), which is probably a red herring.
Expected behavior
I expected the back button to go back to the player without incident, or when backgrounded and swiped off, to go to desktop while continuing to play.
A Guru Meditation would not be produced if so.
Actual behavior
The app closed, ending playback and rubbishing my playlist, without a guru meditation.
On reopening NewPipe, I got the attached red-herring Guru Meditation.
Screenshots/Screen recordings
No response
Logs
I hit the back button in the playlist display, and it killed my viewing session. I then opened Newpipe back up in the app switcher and got this crash.
Exception
User Action: ui error
Request: ACRA report
Content Country: FR
Content Language: fr-FR
App Language: fr_FR
Service: none
Version: 0.25.2
OS: Linux Android 11 - 30
Crash log
java.lang.NullPointerException: Attempt to invoke virtual method 'org.schabi.newpipe.player.mediaitem.MediaItemTag org.schabi.newpipe.player.Player.getCurrentMetadata()' on a null object reference
at org.schabi.newpipe.player.PlayQueueActivity.buildAudioTrackMenu(PlayQueueActivity.java:622)
at org.schabi.newpipe.player.PlayQueueActivity.onCreateOptionsMenu(PlayQueueActivity.java:108)
at android.app.Activity.onCreatePanelMenu(Activity.java:4206)
at androidx.activity.ComponentActivity.onCreatePanelMenu(ComponentActivity.java:506)
at androidx.fragment.app.FragmentActivity.onCreatePanelMenu(FragmentActivity.java:263)
at androidx.appcompat.view.WindowCallbackWrapper.onCreatePanelMenu(WindowCallbackWrapper.java:95)
at androidx.appcompat.app.AppCompatDelegateImpl$AppCompatWindowCallback.onCreatePanelMenu(AppCompatDelegateImpl.java:3122)
at androidx.appcompat.app.ToolbarActionBar.populateOptionsMenu(ToolbarActionBar.java:458)
at androidx.appcompat.app.ToolbarActionBar$1.run(ToolbarActionBar.java:58)
at android.os.Handler.handleCallback(Handler.java:938)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:223)
at android.app.ActivityThread.main(ActivityThread.java:7660)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:592)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947)
Affected Android/Custom ROM version
Android 11, LineageOS (unknown but I think 17)
Affected device model
OnePlus 7 Pro (GM1915)
Additional information
As a workaround, it could be interesting to add a function that autosaves the playing playlist, and restores it on start if it isn't empty or played-through. Somehow I suspect that'd be non-trivial however.
The text was updated successfully, but these errors were encountered:
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
0.25.2, from https://archive.newpipe.net/fdroid/repo?fingerprint=e2402c78f9b97c6c89e97db914a2751fda1d02fe2039cc0897a462bdb57e7501
Steps to reproduce the bug
Here's what I did. It may not reproduce.
Expected behavior
Actual behavior
Screenshots/Screen recordings
No response
Logs
I hit the back button in the playlist display, and it killed my viewing session. I then opened Newpipe back up in the app switcher and got this crash.
Exception
Crash log
Affected Android/Custom ROM version
Android 11, LineageOS (unknown but I think 17)
Affected device model
OnePlus 7 Pro (GM1915)
Additional information
As a workaround, it could be interesting to add a function that autosaves the playing playlist, and restores it on start if it isn't empty or played-through. Somehow I suspect that'd be non-trivial however.
The text was updated successfully, but these errors were encountered: