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

Sorry Something went Wrong #53

Closed
7 tasks done
GeneralWarPig opened this issue Apr 8, 2024 · 10 comments
Closed
7 tasks done

Sorry Something went Wrong #53

GeneralWarPig opened this issue Apr 8, 2024 · 10 comments
Labels
🪲 bug Something isn't working

Comments

@GeneralWarPig
Copy link

Checklist

  • I am able to reproduce the bug with the latest version.
  • I am not able to reproduce the bug with the latest version of vanilla NewPipe.
  • 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 vanilla NewPipe contribution guidelines.

Affected version

0.26.1_r3

Steps to reproduce the bug

rotating the screen

Expected behavior

No error

Actual behavior

Constant "Sorry, something went wrong" spamming everytime I rotate the screen.

Screenshots/Recordings

No response

Logs

No response

Affected Android/Custom ROM version

Android 14 / One UI 6.1

Affected device model

Galaxy S23 Ultra

Additional information

No response

@polymorphicshade
Copy link
Owner

@GeneralWarPig Does this happen on vanilla NewPipe?

@GeneralWarPig
Copy link
Author

GeneralWarPig commented Apr 9, 2024 via email

@hjc25
Copy link

hjc25 commented Apr 10, 2024

Yup, same here, every video I select gives that, with a report button as well. Ignoring it, playback is fine.

Screenshot_20240410-220203

`## Exception

  • User Action: ui error
  • Request: ACRA report
  • Content Country: US
  • Content Language: en-US
  • App Language: en_US
  • Service: none
  • Version: 0.26.1_r3
  • OS: Linux motorola/kyoto_retailpf/kyoto:12/S2RK32.92-11-21/a8a6a:user/release-keys 12 - 31
Crash log

java.lang.RuntimeException: Failure from system
	at android.app.Instrumentation.execStartActivity(Instrumentation.java:1814)
	at android.app.Activity.startActivityForResult(Activity.java:5506)
	at androidx.activity.ComponentActivity.startActivityForResult(ComponentActivity.java:712)
	at android.app.Activity.startActivityForResult(Activity.java:5464)
	at androidx.activity.ComponentActivity.startActivityForResult(ComponentActivity.java:693)
	at android.app.Activity.startActivity(Activity.java:5854)
	at android.app.Activity.startActivity(Activity.java:5807)
	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:7467)
	at android.view.View.performClickInternal(View.java:7444)
	at android.view.View.access$3700(View.java:840)
	at android.view.View$PerformClick.run(View.java:28831)
	at android.os.Handler.handleCallback(Handler.java:978)
	at android.os.Handler.dispatchMessage(Handler.java:104)
	at android.os.Looper.loopOnce(Looper.java:238)
	at android.os.Looper.loop(Looper.java:357)
	at android.app.ActivityThread.main(ActivityThread.java:8090)
	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:1026)
Caused by: android.os.TransactionTooLargeException: data parcel size 1242024 bytes
	at android.os.BinderProxy.transactNative(Native Method)
	at android.os.BinderProxy.transact(BinderProxy.java:571)
	at android.app.IActivityTaskManager$Stub$Proxy.startActivity(IActivityTaskManager.java:2371)
	at android.app.Instrumentation.execStartActivity(Instrumentation.java:1808)
	... 25 more


`

@flashymittens
Copy link

I often see the same error when starting playback if comments are enabled (and they fail to load as a result). Unsure if it's the same thing, but just in case.

@polymorphicshade polymorphicshade added the 🪲 bug Something isn't working label Apr 14, 2024
@don-dolarson
Copy link

Same here. Problem with "Sorry, something went wrong." when comments are activated, resulting in comments not loading. It behaves like that for both NewPipe SponsorBlock for and now Tubular.

@bioblatt
Copy link

same issue with enabled comments for me

Exception

  • User Action: ui error
  • Request: ACRA report
  • Content Country: DE
  • Content Language: de-DE
  • App Language: de_DE
  • Service: none
  • Version: 0.26.1_r3
  • OS: Linux motorola/tundra_ge/tundra:13/T1SJ33.117-30-3/a0c97-f829db:user/release-keys 13 - 33
Crash log

java.lang.RuntimeException: Failure from system
	at android.app.Instrumentation.execStartActivity(Instrumentation.java:1885)
	at android.app.Activity.startActivityForResult(Activity.java:5572)
	at androidx.activity.ComponentActivity.startActivityForResult(ComponentActivity.java:712)
	at android.app.Activity.startActivityForResult(Activity.java:5530)
	at androidx.activity.ComponentActivity.startActivityForResult(ComponentActivity.java:693)
	at android.app.Activity.startActivity(Activity.java:6032)
	at android.app.Activity.startActivity(Activity.java:5999)
	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:7535)
	at android.view.View.performClickInternal(View.java:7512)
	at android.view.View.-$$Nest$mperformClickInternal(Unknown Source:0)
	at android.view.View$PerformClick.run(View.java:29488)
	at android.os.Handler.handleCallback(Handler.java:984)
	at android.os.Handler.dispatchMessage(Handler.java:104)
	at android.os.Looper.loopOnce(Looper.java:238)
	at android.os.Looper.loop(Looper.java:357)
	at android.app.ActivityThread.main(ActivityThread.java:8088)
	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:957)
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:2258)
	at android.app.Instrumentation.execStartActivity(Instrumentation.java:1879)
	... 25 more


@carnager
Copy link

This is fixed in RC releases of new pipe 0.27

@hjc25
Copy link

hjc25 commented Apr 23, 2024

This is fixed in RC releases of new pipe 0.27

When will that reach Tubular?

@carnager
Copy link

carnager commented Apr 23, 2024

Most likely after it reached a stable release. Which won't happen before the new extractor sees a proper release, I think.

You can watch progress here: TeamNewPipe/NewPipe#10930

@mrbigmouth502
Copy link

NewPipe just released a new stable build, with comment replies to boot. https://github.com/TeamNewPipe/NewPipe/releases/tag/v0.27.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🪲 bug Something isn't working
Projects
None yet
Development

No branches or pull requests

8 participants