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

[android] Newpipe crashes after opening channel avatar #11692

Closed
6 tasks done
kuroigg opened this issue Nov 10, 2024 · 0 comments
Closed
6 tasks done

[android] Newpipe crashes after opening channel avatar #11692

kuroigg opened this issue Nov 10, 2024 · 0 comments
Labels
duplicate Issue or discussion is a duplicate of an existing issue or discussion template ignored The user didn't follow the template/instructions (or removed them)

Comments

@kuroigg
Copy link

kuroigg commented Nov 10, 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 youtube channel's about section.
  2. Click on avatars

Expected behavior

Newpipe shouldn't crash.

Actual behavior

It crashes after i open the avatar in the browser.

Screenshots/Screen recordings

avatarerror.mp4

Logs

{"user_action":"ui error","request":"ACRA report","content_language":"en-GB","content_country":"IN","app_language":"en","service":"none","package":"org.schabi.newpipe","version":"0.27.2","os":"Linux samsung/m33xins/m33x:14/UP1A.231005.007/M336BUXXU5DWK6:user/release-keys 14 - 34","time":"2024-11-10 14:56","exceptions":["android.os.BadParcelableException: Parcelable encountered IOException writing serializable object (name = org.schabi.newpipe.extractor.channel.ChannelInfo)\n\tat android.os.Parcel.writeSerializable(Parcel.java:2809)\n\tat android.os.Parcel.writeValue(Parcel.java:2575)\n\tat android.os.Parcel.writeValue(Parcel.java:2374)\n\tat android.os.Parcel.writeArrayMapInternal(Parcel.java:1310)\n\tat android.os.BaseBundle.writeToParcelInner(BaseBundle.java:1843)\n\tat android.os.Bundle.writeToParcel(Bundle.java:1389)\n\tat android.os.Parcel.writeBundle(Parcel.java:1379)\n\tat android.os.Parcel.writeValue(Parcel.java:2491)\n\tat android.os.Parcel.writeValue(Parcel.java:2381)\n\tat android.os.Parcel.writeArrayMapInternal(Parcel.java:1310)\n\tat android.os.BaseBundle.writeToParcelInner(BaseBundle.java:1843)\n\tat android.os.Bundle.writeToParcel(Bundle.java:1389)\n\tat android.os.Parcel.writeBundle(Parcel.java:1379)\n\tat android.os.Parcel.writeValue(Parcel.java:2491)\n\tat android.os.Parcel.writeValue(Parcel.java:2381)\n\tat android.os.Parcel.writeArrayMapInternal(Parcel.java:1310)\n\tat android.os.BaseBundle.writeToParcelInner(BaseBundle.java:1843)\n\tat android.os.Bundle.writeToParcel(Bundle.java:1389)\n\tat android.os.Parcel.writeBundle(Parcel.java:1379)\n\tat android.os.Parcel.writeValue(Parcel.java:2491)\n\tat android.os.Parcel.writeValue(Parcel.java:2381)\n\tat android.os.Parcel.writeArrayMapInternal(Parcel.java:1310)\n\tat android.os.BaseBundle.writeToParcelInner(BaseBundle.java:1843)\n\tat android.os.Bundle.writeToParcel(Bundle.java:1389)\n\tat android.os.Parcel.writeBundle(Parcel.java:1379)\n\tat android.os.Parcel.writeValue(Parcel.java:2491)\n\tat android.os.Parcel.writeValue(Parcel.java:2381)\n\tat android.os.Parcel.writeArrayMapInternal(Parcel.java:1310)\n\tat android.os.BaseBundle.writeToParcelInner(BaseBundle.java:1843)\n\tat android.os.Bundle.writeToParcel(Bundle.java:1389)\n\tat android.os.Parcel.writeBundle(Parcel.java:1379)\n\tat android.os.Parcel.writeValue(Parcel.java:2491)\n\tat android.os.Parcel.writeValue(Parcel.java:2381)\n\tat android.os.Parcel.writeArrayMapInternal(Parcel.java:1310)\n\tat android.os.BaseBundle.writeToParcelInner(BaseBundle.java:1843)\n\tat android.os.Bundle.writeToParcel(Bundle.java:1389)\n\tat android.os.Parcel.writeBundle(Parcel.java:1379)\n\tat android.os.Parcel.writeValue(Parcel.java:2491)\n\tat android.os.Parcel.writeValue(Parcel.java:2381)\n\tat android.os.BaseBundle.dumpStats(BaseBundle.java:1917)\n\tat android.os.BaseBundle.dumpStats(BaseBundle.java:1954)\n\tat android.app.servertransaction.PendingTransactionActions$StopInfo.collectBundleStates(PendingTransactionActions.java:123)\n\tat android.app.servertransaction.PendingTransactionActions$StopInfo.run(PendingTransactionActions.java:139)\n\tat android.os.Handler.handleCallback(Handler.java:958)\n\tat android.os.Handler.dispatchMessage(Handler.java:99)\n\tat android.os.Looper.loopOnce(Looper.java:230)\n\tat android.os.Looper.loop(Looper.java:319)\n\tat android.app.ActivityThread.main(ActivityThread.java:8893)\n\tat java.lang.reflect.Method.invoke(Native Method)\n\tat com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:608)\n\tat com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1103)\nCaused by: java.io.NotSerializableException: org.schabi.newpipe.extractor.services.youtube.extractors.YoutubeChannelExtractor\n\tat java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1240)\n\tat java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1620)\n\tat java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1581)\n\tat java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1490)\n\tat java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1234)\n\tat java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1620)\n\tat java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1581)\n\tat java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1490)\n\tat java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1234)\n\tat java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:354)\n\tat java.util.ArrayList.writeObject(ArrayList.java:873)\n\tat java.lang.reflect.Method.invoke(Native Method)\n\tat java.io.ObjectStreamClass.invokeWriteObject(ObjectStreamClass.java:1079)\n\tat java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1568)\n\tat java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1490)\n\tat java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1234)\n\tat java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1620)\n\tat java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1581)\n\tat java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1490)\n\tat java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1234)\n\tat java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1620)\n\tat java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1581)\n\tat java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1490)\n\tat java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1234)\n\tat java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:354)\n\tat android.os.Parcel.writeSerializable(Parcel.java:2804)\n\t... 50 more\n"],"user_comment":""}

Affected Android/Custom ROM version

Android 14

Affected device model

Samsung M33 5G

Additional information

This issue may be device specific, as my friend who daily drives newpipe hasn't noticed any issues with his device; and the issue has persisted for as long as the new update (v0.27.2) has been out. Sorry I was lazy to report it.

@kuroigg kuroigg added bug Issue is related to a bug needs triage Issue is not yet ready for PR authors to take up labels Nov 10, 2024
@opusforlife2 opusforlife2 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 Nov 10, 2024
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 template ignored The user didn't follow the template/instructions (or removed them)
Projects
None yet
Development

No branches or pull requests

2 participants