polymorphicshade / Tubular

A fork of NewPipe that implements SponsorBlock and ReturnYouTubeDislike.
GNU General Public License v3.0
1.54k stars 40 forks source link

Comment section is broken #45

Closed Tech-e1 closed 6 months ago

Tech-e1 commented 6 months ago

Checklist

Affected version

0.26.1r3

Steps to reproduce the bug

  1. Open video
  2. Slide to comment section

Expected behavior

What is expected is that once the comments tab is tapped or swiped that comments load properly

Actual behavior

An error report develops and no comments populate

Screenshots/Recordings

Screenshot_20240330-205638_Tubular

Logs

Exception

java.lang.RuntimeException: Failure from system
    at android.app.Instrumentation.execStartActivity(Instrumentation.java:1845)
    at android.app.Activity.startActivityForResult(Activity.java:5507)
    at androidx.activity.ComponentActivity.startActivityForResult(ComponentActivity.java:712)
    at android.app.Activity.startActivityForResult(Activity.java:5465)
    at androidx.activity.ComponentActivity.startActivityForResult(ComponentActivity.java:693)
    at android.app.Activity.startActivity(Activity.java:5963)
    at android.app.Activity.startActivity(Activity.java:5930)
    at org.schabi.newpipe.error.ErrorUtil$Companion.openActivity(ErrorUtil.kt:43)
    at org.schabi.newpipe.error.ErrorUtil$Companion.showSnackbar$lambda$0(ErrorUtil.kt:149)
    at org.schabi.newpipe.error.ErrorUtil$Companion.$r8$lambda$hbVLiP6-HtFc17h3_yyNDsmaIY8(ErrorUtil.kt:0)
    at org.schabi.newpipe.error.ErrorUtil$Companion$$ExternalSyntheticLambda0.onClick(R8$$SyntheticClass:0)
    at com.google.android.material.snackbar.Snackbar.lambda$setAction$0(Snackbar.java:352)
    at com.google.android.material.snackbar.Snackbar.$r8$lambda$4rINiMZz55Dc47hSTCuz-ALWyEw(Snackbar.java:0)
    at com.google.android.material.snackbar.Snackbar$$ExternalSyntheticLambda1.onClick(R8$$SyntheticClass:0)
    at android.view.View.performClick(View.java:7542)
    at android.view.View.performClickInternal(View.java:7519)
    at android.view.View.-$$Nest$mperformClickInternal(Unknown Source:0)
    at android.view.View$PerformClick.run(View.java:29476)
    at android.os.Handler.handleCallback(Handler.java:942)
    at android.os.Handler.dispatchMessage(Handler.java:99)
    at android.os.Looper.loopOnce(Looper.java:201)
    at android.os.Looper.loop(Looper.java:288)
    at android.app.ActivityThread.main(ActivityThread.java:7924)
    at java.lang.reflect.Method.invoke(Native Method)
    at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
    at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:936)
Caused by: android.os.TransactionTooLargeException: data parcel size 1242032 bytes
    at android.os.BinderProxy.transactNative(Native Method)
    at android.os.BinderProxy.transact(BinderProxy.java:584)
    at android.app.IActivityTaskManager$Stub$Proxy.startActivity(IActivityTaskManager.java:2069)
    at android.app.Instrumentation.execStartActivity(Instrumentation.java:1838)
    ... 25 more


Affected Android/Custom ROM version

Android 13/ eOS v1.21

Affected device model

Moto G7 power (ocean)

Additional information

No response

Quantum-Tinkerman commented 6 months ago

This also happens in Newpipe for quite some time now on all my phones...also in their nightly builds, and this is the reason I started looking for a Newpipe alternative and ended up here (that and semi-frequent app crashes--not to mention updates are few and far between) ...actually, it doesn't happen in their nightly builds, just crashes, sorry about that

netizeni commented 6 months ago

Getting the same error for quite some time now (I guess as everybody else who upvoted). In my case, it always appears when opening a video from another app in popup mode and then switching to full screen to see comments.

polymorphicshade commented 6 months ago

This is a well-known issue in vanilla NewPipe. This will not be fixed until the NewPipe devs publish a fix.

BurnyBoi commented 5 months ago

FYI the fix seems to have been merged into NewPipe about an hour ago: https://github.com/TeamNewPipe/NewPipeExtractor/pull/1163

LeeBinder commented 5 months ago

NewPipe Release v0.27.0 (please TEST!) #10930

pslyman commented 5 months ago

It's now in a new release from 1 day ago: https://github.com/TeamNewPipe/NewPipe/releases/tag/v0.27.0 (Plus new Extractor release: https://github.com/TeamNewPipe/NewPipeExtractor/releases/tag/v0.24.0)