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

crash (stack trace included) #11068

Closed
5 of 6 tasks
dolmen opened this issue May 12, 2024 · 3 comments
Closed
5 of 6 tasks

crash (stack trace included) #11068

dolmen opened this issue May 12, 2024 · 3 comments

Comments

@dolmen
Copy link

dolmen commented May 12, 2024

Checklist

  • I am able to reproduce the bug with the latest version given here: CLICK THIS LINK.
  • I made sure that there are no existing issues - open or closed - which I could contribute my information to.
  • I have read the FAQ and my problem isn't listed.
  • 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.27.0

Steps to reproduce the bug

Guru meditation while playing video.

Expected behavior

No response

Actual behavior

No response

Screenshots/Screen recordings

No response

Logs

{"user_action":"ui error","request":"ACRA report","content_language":"fr-FR","content_country":"FR","app_language":"fr_FR","service":"none","package":"org.schabi.newpipe","version":"0.27.0","os":"Linux Android 13 - 33","time":"2024-05-12 22:42","exceptions":["java.lang.RuntimeException: Unable to stop service org.schabi.newpipe.player.PlayerService@bd7f150: java.lang.NullPointerException: Attempt to invoke virtual method 'void com.google.android.exoplayer2.ext.mediasession.MediaSessionConnector.setCustomActionProviders(com.google.android.exoplayer2.ext.mediasession.MediaSessionConnector$CustomActionProvider[])' on a null object reference\n\tat android.app.ActivityThread.handleStopService(ActivityThread.java:4970)\n\tat android.app.ActivityThread.-$$Nest$mhandleStopService(Unknown Source:0)\n\tat android.app.ActivityThread$H.handleMessage(ActivityThread.java:2336)\n\tat android.os.Handler.dispatchMessage(Handler.java:106)\n\tat android.os.Looper.loopOnce(Looper.java:240)\n\tat android.os.Looper.loop(Looper.java:351)\n\tat android.app.ActivityThread.main(ActivityThread.java:8377)\n\tat java.lang.reflect.Method.invoke(Native Method)\n\tat com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:584)\n\tat com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1013)\nCaused by: java.lang.NullPointerException: Attempt to invoke virtual method 'void com.google.android.exoplayer2.ext.mediasession.MediaSessionConnector.setCustomActionProviders(com.google.android.exoplayer2.ext.mediasession.MediaSessionConnector$CustomActionProvider[])' on a null object reference\n\tat org.schabi.newpipe.player.mediasession.MediaSessionPlayerUi.updateMediaSessionActions(MediaSessionPlayerUi.java:215)\n\tat org.schabi.newpipe.player.mediasession.MediaSessionPlayerUi.onMetadataChanged(MediaSessionPlayerUi.java:282)\n\tat org.schabi.newpipe.player.Player.lambda$updateMetadataWith$22(Player.java:1801)\n\tat org.schabi.newpipe.player.Player.$r8$lambda$6LL1ynLVHUrHxxol0bvWL1Rn_TU(Player.java:0)\n\tat org.schabi.newpipe.player.Player$$ExternalSyntheticLambda47.accept(R8$$SyntheticClass:0)\n\tat j$.util.AbstractList$RandomAccessSpliterator.forEachRemaining(Unknown Source:19)\n\tat j$.util.stream.ReferencePipeline$Head.forEachOrdered(Unknown Source:10)\n\tat org.schabi.newpipe.player.ui.PlayerUiList.call(PlayerUiList.java:88)\n\tat org.schabi.newpipe.player.Player.updateMetadataWith(Player.java:1801)\n\tat org.schabi.newpipe.player.Player.lambda$onEvents$13(Player.java:1293)\n\tat org.schabi.newpipe.player.Player.$r8$lambda$5dalatdJw7zsnq99HOZvtSHTxZo(Player.java:0)\n\tat org.schabi.newpipe.player.Player$$ExternalSyntheticLambda37.accept(R8$$SyntheticClass:0)\n\tat j$.util.Optional.ifPresent(Unknown Source:4)\n\tat org.schabi.newpipe.player.Player.lambda$onEvents$14(Player.java:1287)\n\tat org.schabi.newpipe.player.Player.$r8$lambda$67JZJPUrqqIwv2qPVBiXIeF-1Rs(Player.java:0)\n\tat org.schabi.newpipe.player.Player$$ExternalSyntheticLambda9.accept(R8$$SyntheticClass:0)\n\tat j$.util.Optional.ifPresent(Unknown Source:4)\n\tat org.schabi.newpipe.player.Player.onEvents(Player.java:1265)\n\tat com.google.android.exoplayer2.ExoPlayerImpl.lambda$new$0(ExoPlayerImpl.java:266)\n\tat com.google.android.exoplayer2.ExoPlayerImpl.$r8$lambda$FaN7Odt_OJn5xWFlmhnR2OmiNMg(ExoPlayerImpl.java:0)\n\tat com.google.android.exoplayer2.ExoPlayerImpl$$ExternalSyntheticLambda1.invoke(R8$$SyntheticClass:0)\n\tat com.google.android.exoplayer2.util.ListenerSet$ListenerHolder.release(ListenerSet.java:320)\n\tat com.google.android.exoplayer2.util.ListenerSet.remove(ListenerSet.java:183)\n\tat com.google.android.exoplayer2.ExoPlayerImpl.removeListener(ExoPlayerImpl.java:1641)\n\tat org.schabi.newpipe.player.Player.destroyPlayer(Player.java:573)\n\tat org.schabi.newpipe.player.Player.destroy(Player.java:600)\n\tat org.schabi.newpipe.player.PlayerService.cleanup(PlayerService.java:150)\n\tat org.schabi.newpipe.player.PlayerService.onDestroy(PlayerService.java:145)\n\tat android.app.ActivityThread.handleStopService(ActivityThread.java:4950)\n\t... 9 more\n"],"user_comment":""}

Affected Android/Custom ROM version

No response

Affected device model

No response

Additional information

No response

@dolmen dolmen added bug Issue is related to a bug needs triage Issue is not yet ready for PR authors to take up labels May 12, 2024
@dolmen
Copy link
Author

dolmen commented May 12, 2024

Looks like #11066.

@opusforlife2
Copy link
Collaborator

Fill the template properly.

@opusforlife2 opusforlife2 added template ignored The user didn't follow the template/instructions (or removed them) waiting for author If the author doesn't respond, the issue will be auto-closed. Otherwise the label will be removed. labels May 15, 2024
Copy link

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.

@opusforlife2 opusforlife2 removed bug Issue is related to a bug template ignored The user didn't follow the template/instructions (or removed them) waiting for author If the author doesn't respond, the issue will be auto-closed. Otherwise the label will be removed. needs triage Issue is not yet ready for PR authors to take up labels May 31, 2024
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

No branches or pull requests

2 participants