NewPipe icon indicating copy to clipboard operation
NewPipe copied to clipboard

Crash when Comment section totally unloaded

Open AF1011 opened this issue 2 years ago • 2 comments

Checklist

  • [X] I am able to reproduce the bug with the latest version given here: CLICK THIS LINK.
  • [X] I made sure that there are no existing issues - open or closed - which I could contribute my information to.
  • [X] I have read the FAQ and my problem isn't listed.
  • [X] I have taken the time to fill in all the required details. I understand that the bug report will be dismissed otherwise.
  • [X] This issue contains only one bug.
  • [X] I have read and understood the contribution guidelines.

Affected version

0.26.1

Steps to reproduce the bug

  1. Select the video want to watch.
  2. Look the Comments sections.

Expected behavior

The comments section didn't load after the 10th Video watch.

Actual behavior

The Application crashed after you click the Error message.

Screenshots/Screen recordings

No response

Logs

Exception

  • User Action: ui error
  • Request: ACRA report
  • Content Country: KR
  • Content Language: ko-
  • App Language: in_ID
  • Service: none
  • Version: 0.26.1
  • OS: Linux Android 8.1.0 - 27
Crash log

java.lang.RuntimeException: Failure from system
	at android.app.Instrumentation.execStartActivity(Instrumentation.java:1620)
	at android.app.Activity.startActivityForResult(Activity.java:4506)
	at androidx.activity.ComponentActivity.startActivityForResult(ComponentActivity.java:712)
	at android.app.Activity.startActivityForResult(Activity.java:4464)
	at androidx.activity.ComponentActivity.startActivityForResult(ComponentActivity.java:693)
	at android.app.Activity.startActivity(Activity.java:4825)
	at android.app.Activity.startActivity(Activity.java:4793)
	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:6330)
	at android.view.View$PerformClick.run(View.java:24967)
	at android.os.Handler.handleCallback(Handler.java:790)
	at android.os.Handler.dispatchMessage(Handler.java:99)
	at android.os.Looper.loop(Looper.java:164)
	at android.app.ActivityThread.main(ActivityThread.java:6687)
	at java.lang.reflect.Method.invoke(Native Method)
	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:438)
	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:810)
Caused by: android.os.TransactionTooLargeException: data parcel size 1241776 bytes
	at android.os.BinderProxy.transactNative(Native Method)
	at android.os.BinderProxy.transact(Binder.java:782)
	at android.app.IActivityManager$Stub$Proxy.startActivity(IActivityManager.java:4610)
	at android.app.Instrumentation.execStartActivity(Instrumentation.java:1613)
	... 22 more


Affected Android/Custom ROM version

Android 8.1.0

Affected device model

LG Q6+ (M-700DSK)

Additional information

No response

AF1011 avatar Jan 10 '24 03:01 AF1011

Sigh. Not another one.

opusforlife2 avatar Jan 12 '24 16:01 opusforlife2

I got the same error, but there is another instance where i got an error toast that shows up on the top of the screen instead of it being on the bottom of the screen, when clicking it the exact same crash happened

MDP43140 avatar Jan 16 '24 05:01 MDP43140