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

App crashes when playing Playlist and going to Home Screen #11395

Closed
6 tasks done
OldGuyInTheClub opened this issue Aug 3, 2024 · 4 comments
Closed
6 tasks done

App crashes when playing Playlist and going to Home Screen #11395

OldGuyInTheClub opened this issue Aug 3, 2024 · 4 comments
Labels
duplicate Issue or discussion is a duplicate of an existing issue or discussion

Comments

@OldGuyInTheClub
Copy link

OldGuyInTheClub commented Aug 3, 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.2

Steps to reproduce the bug

  1. Go to a Channel with Playlists
  2. Select a Playlist
  3. Select Play All
  4. Go to home screen
  5. App crashes with "Sorry that should not have happened. Guru Meditation."

Expected behavior

In prior versions I've been able to start a playlist and then switch to home screen or other apps without a problem.

Actual behavior

Reproducible crash. "Sorry that should not have happened. Guru Meditation."

Screenshots/Screen recordings

No response

Logs

Exception

  • User Action: ui error
  • Request: ACRA report
  • Content Country: US
  • Content Language: en-US
  • App Language: en_US
  • Service: none
  • Version: 0.27.2
  • OS: Linux Android 12 - 31
Crash log

java.lang.RuntimeException: Parcelable encountered IOException writing serializable object (name = org.schabi.newpipe.extractor.channel.ChannelInfo)
at android.os.Parcel.writeSerializable(Parcel.java:2178)
at android.os.Parcel.writeValue(Parcel.java:1944)
at android.os.Parcel.writeArrayMapInternal(Parcel.java:1036)
at android.os.BaseBundle.writeToParcelInner(BaseBundle.java:1620)
at android.os.Bundle.writeToParcel(Bundle.java:1304)
at android.os.Parcel.writeBundle(Parcel.java:1105)
at android.os.Parcel.writeValue(Parcel.java:1862)
at android.os.Parcel.writeArrayMapInternal(Parcel.java:1036)
at android.os.BaseBundle.writeToParcelInner(BaseBundle.java:1620)
at android.os.Bundle.writeToParcel(Bundle.java:1304)
at android.os.Parcel.writeBundle(Parcel.java:1105)
at android.os.Parcel.writeValue(Parcel.java:1862)
at android.os.Parcel.writeArrayMapInternal(Parcel.java:1036)
at android.os.BaseBundle.writeToParcelInner(BaseBundle.java:1620)
at android.os.Bundle.writeToParcel(Bundle.java:1304)
at android.os.Parcel.writeBundle(Parcel.java:1105)
at android.os.Parcel.writeValue(Parcel.java:1862)
at android.os.Parcel.writeArrayMapInternal(Parcel.java:1036)
at android.os.BaseBundle.writeToParcelInner(BaseBundle.java:1620)
at android.os.Bundle.writeToParcel(Bundle.java:1304)
at android.os.Parcel.writeBundle(Parcel.java:1105)
at android.os.Parcel.writeValue(Parcel.java:1862)
at android.os.Parcel.writeArrayMapInternal(Parcel.java:1036)
at android.os.BaseBundle.writeToParcelInner(BaseBundle.java:1620)
at android.os.Bundle.writeToParcel(Bundle.java:1304)
at android.os.Parcel.writeBundle(Parcel.java:1105)
at android.os.Parcel.writeValue(Parcel.java:1862)
at android.os.Parcel.writeArrayMapInternal(Parcel.java:1036)
at android.os.BaseBundle.writeToParcelInner(BaseBundle.java:1620)
at android.os.Bundle.writeToParcel(Bundle.java:1304)
at android.os.Parcel.writeBundle(Parcel.java:1105)
at android.os.Parcel.writeValue(Parcel.java:1862)
at android.os.BaseBundle.dumpStats(BaseBundle.java:1690)
at android.os.BaseBundle.dumpStats(BaseBundle.java:1727)
at android.app.servertransaction.PendingTransactionActions$StopInfo.run(PendingTransactionActions.java:150)
at android.os.Handler.handleCallback(Handler.java:938)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loopOnce(Looper.java:226)
at android.os.Looper.loop(Looper.java:313)
at android.app.ActivityThread.main(ActivityThread.java:8663)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:567)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1135)
Caused by: [java.io](http://java.io/).NotSerializableException: [org.schabi.newpipe.extractor.services](http://org.schabi.newpipe.extractor.services/).youtube.extractors.YoutubeChannelExtractor
at [java.io](http://java.io/).ObjectOutputStream.writeObject0(ObjectOutputStream.java:1240)
at [java.io](http://java.io/).ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1604)
at [java.io](http://java.io/).ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1565)
at [java.io](http://java.io/).ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1488)
at [java.io](http://java.io/).ObjectOutputStream.writeObject0(ObjectOutputStream.java:1234)
at [java.io](http://java.io/).ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1604)
at [java.io](http://java.io/).ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1565)
at [java.io](http://java.io/).ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1488)
at [java.io](http://java.io/).ObjectOutputStream.writeObject0(ObjectOutputStream.java:1234)
at [java.io](http://java.io/).ObjectOutputStream.writeObject(ObjectOutputStream.java:354)
at java.util.ArrayList.writeObject(ArrayList.java:762)
at java.lang.reflect.Method.invoke(Native Method)
at [java.io](http://java.io/).ObjectStreamClass.invokeWriteObject(ObjectStreamClass.java:1036)
at [java.io](http://java.io/).ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1552)
at [java.io](http://java.io/).ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1488)
at [java.io](http://java.io/).ObjectOutputStream.writeObject0(ObjectOutputStream.java:1234)
at [java.io](http://java.io/).ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1604)
at [java.io](http://java.io/).ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1565)
at [java.io](http://java.io/).ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1488)
at [java.io](http://java.io/).ObjectOutputStream.writeObject0(ObjectOutputStream.java:1234)
at [java.io](http://java.io/).ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1604)
at [java.io](http://java.io/).ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1565)
at [java.io](http://java.io/).ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1488)
at [java.io](http://java.io/).ObjectOutputStream.writeObject0(ObjectOutputStream.java:1234)
at [java.io](http://java.io/).ObjectOutputStream.writeObject(ObjectOutputStream.java:354)
at android.os.Parcel.writeSerializable(Parcel.java:2173)
... 42 more


Affected Android/Custom ROM version

Android 12 One UI 4.1

Affected device model

Samsung Galxy S10+ SM-G975U1

Additional information

Due Diligence:
Searched on is:issue Playlist and looked at current posts tied to v0.27.2

Very similar to #11375 but this issue was closed without an answer so I did not try to add on to it. There was also a duplicate tag applied at some point but I could not see which issue it was duplicating.

Sort of similar to #11278 but in my case I don't have to go to fullscreen, return to playlist mode, or swipe to cause the crash.

Clearing Metadata did not solve the issue.

Other hits were either different problems and/or tied to older versions.

@OldGuyInTheClub OldGuyInTheClub added bug Issue is related to a bug needs triage Issue is not yet ready for PR authors to take up labels Aug 3, 2024
@ShareASmile
Copy link
Collaborator

Duplicate of #11356

@ShareASmile ShareASmile marked this as a duplicate of #11356 Aug 3, 2024
@ShareASmile ShareASmile added template ignored The user didn't follow the template/instructions (or removed them) duplicate Issue or discussion is a duplicate of an existing issue or discussion and removed bug Issue is related to a bug needs triage Issue is not yet ready for PR authors to take up labels Aug 3, 2024
@OldGuyInTheClub
Copy link
Author

Ok but I thought I followed the template. To me it wasn't clear that 11356 applied since it was not tied to playlists. My setup only fails on playlists, not one-off videos.

@opusforlife2
Copy link
Collaborator

If the crash report is exactly the same, it's better to err on the side of caution, and leave a comment on an existing issue with your own specific variation of the bug. If it turns out to be a different bug entirely, then someone will ask for a separate issue to be opened.

@opusforlife2 opusforlife2 removed the template ignored The user didn't follow the template/instructions (or removed them) label Aug 3, 2024
@OldGuyInTheClub
Copy link
Author

Ok, thanks. I'll follow this in future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate Issue or discussion is a duplicate of an existing issue or discussion
Projects
None yet
Development

No branches or pull requests

3 participants