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
On 0.21.0, I selected Bandcamp in the service, and the app returned me a crash error with the UI type. I upgraded to 21.1.1 and now this is happening (video).
error.mp4
Checked on another device, the bug is present.
Information from adb
E( 5829: 5829) FATAL EXCEPTION: main
E( 5829: 5829) Process: org.schabi.newpipe.preunified, PID: 5829
E( 5829: 5829) java.lang.RuntimeException: Unable to start activity ComponentInfo{org.schabi.newpipe.preunified/org.schabi.newpipe.report.ErrorActivity}: android.os.BadParcelableException: Parcelable protocol requires a Parcelable.Creator object called CREATOR on class org.schabi.newpipe.report.ErrorActivity$ErrorInfo
E( 5829: 5829) at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3782)
E( 5829: 5829) at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3961)
E( 5829: 5829) at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:91)
E( 5829: 5829) at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:149)
E( 5829: 5829) at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:103)
E( 5829: 5829) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2386)
E( 5829: 5829) at android.os.Handler.dispatchMessage(Handler.java:107)
E( 5829: 5829) at android.os.Looper.loop(Looper.java:213)
E( 5829: 5829) at android.app.ActivityThread.main(ActivityThread.java:8178)
E( 5829: 5829) at java.lang.reflect.Method.invoke(Native Method)
E( 5829: 5829) at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:513)
E( 5829: 5829) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1101)
E( 5829: 5829) Caused by: android.os.BadParcelableException: Parcelable protocol requires a Parcelable.Creator object called CREATOR on class org.schabi.newpipe.report.ErrorActivity$ErrorInfo
E( 5829: 5829) at android.os.Parcel.readParcelableCreator(Parcel.java:3046)
E( 5829: 5829) at android.os.Parcel.readParcelable(Parcel.java:2964)
E( 5829: 5829) at android.os.Parcel.readValue(Parcel.java:2866)
E( 5829: 5829) at android.os.Parcel.readArrayMapInternal(Parcel.java:3244)
E( 5829: 5829) at android.os.BaseBundle.initializeFromParcelLocked(BaseBundle.java:292)
E( 5829: 5829) at android.os.BaseBundle.unparcel(BaseBundle.java:236)
E( 5829: 5829) at android.os.Bundle.getParcelable(Bundle.java:951)
E( 5829: 5829) at android.content.Intent.getParcelableExtra(Intent.java:8086)
E( 5829: 5829) at org.schabi.newpipe.report.ErrorActivity.onCreate(ErrorActivity.java:21)
E( 5829: 5829) at android.app.Activity.performCreate(Activity.java:8086)
E( 5829: 5829) at android.app.Activity.performCreate(Activity.java:8074)
E( 5829: 5829) at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1313)
E( 5829: 5829) at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3755)
E( 5829: 5829) ... 11 more
First of all, thank you for your support.
English isn't my first language.
On 0.21.0, I selected Bandcamp in the service, and the app returned me a crash error with the UI type. I upgraded to 21.1.1 and now this is happening (video).
error.mp4
Checked on another device, the bug is present.
Information from adb