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

bug(YouTube Music): App crashes when clicking 'Manage your google account' #67

Open
3 tasks done
tvnmguy opened this issue Apr 21, 2024 · 5 comments
Open
3 tasks done

Comments

@tvnmguy
Copy link

tvnmguy commented Apr 21, 2024

Bug description

YTM patched app crashes when clicking on 'Manage your google account' label.

IMG_20240421_091515

Error logs

no log

Solution

Hide 'Manage your google account' label

Additional context

YTM Patched App Version : 6.48.51
Patch: v4.7.0

Acknowledgements

  • This issue is not a duplicate of an existing bug report.
  • I have chosen an appropriate title.
  • All requested information has been provided properly.
@tvnmguy tvnmguy changed the title [bug] YTM patched app crashes when clicking on 'Manage your google account' label. bug(YTM): Patched app crashes when clicking on 'Manage your google account' label. Apr 21, 2024
@LisoUseInAIKyrios LisoUseInAIKyrios changed the title bug(YTM): Patched app crashes when clicking on 'Manage your google account' label. bug(YouTube Music): App crashes when clicking 'Manage your google account' Apr 21, 2024
@oSumAtrIX
Copy link
Member

Add crash logs using logcat; you can filter the logs by "AndroidRuntime." Research online how to use logcat.

@tvnmguy
Copy link
Author

tvnmguy commented Apr 21, 2024

Add crash logs using logcat; you can filter the logs by "AndroidRuntime." Research online how to use logcat.

Sorry, I don't have a computer.

@cyberboh
Copy link

@oSumAtrIX Let me do it for you

--------- beginning of crash
04-21 20:56:13.039 13503 13503 E AndroidRuntime: FATAL EXCEPTION: main
04-21 20:56:13.039 13503 13503 E AndroidRuntime: Process: app.revanced.android.apps.youtube.music, PID: 13503
04-21 20:56:13.039 13503 13503 E AndroidRuntime: android.content.ActivityNotFoundException: No Activity found to handle Intent { act=com.google.android.gms.accountsettings.action.VIEW_SETTINGS pkg=app.revanced.android.gms (has extras) }
04-21 20:56:13.039 13503 13503 E AndroidRuntime: 	at android.app.Instrumentation.checkStartActivityResult(Instrumentation.java:2120)
04-21 20:56:13.039 13503 13503 E AndroidRuntime: 	at android.app.Instrumentation.execStartActivity(Instrumentation.java:1746)
04-21 20:56:13.039 13503 13503 E AndroidRuntime: 	at android.app.Activity.startActivityForResult(Activity.java:5412)
04-21 20:56:13.039 13503 13503 E AndroidRuntime: 	at zi.startActivityForResult(PG:4)
04-21 20:56:13.039 13503 13503 E AndroidRuntime: 	at android.app.Activity.startActivityForResult(Activity.java:5337)
04-21 20:56:13.039 13503 13503 E AndroidRuntime: 	at zi.startActivityForResult(PG:2)
04-21 20:56:13.039 13503 13503 E AndroidRuntime: 	at ztz.a(PG:15)
04-21 20:56:13.039 13503 13503 E AndroidRuntime: 	at zud.oR(PG:3)
04-21 20:56:13.039 13503 13503 E AndroidRuntime: 	at aqtw.onClick(PG:2)
04-21 20:56:13.039 13503 13503 E AndroidRuntime: 	at android.view.View.performClick(View.java:7317)
04-21 20:56:13.039 13503 13503 E AndroidRuntime: 	at android.view.View.performClickInternal(View.java:7291)
04-21 20:56:13.039 13503 13503 E AndroidRuntime: 	at android.view.View.access$3600(View.java:838)
04-21 20:56:13.039 13503 13503 E AndroidRuntime: 	at android.view.View$PerformClick.run(View.java:28247)
04-21 20:56:13.039 13503 13503 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:900)
04-21 20:56:13.039 13503 13503 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:103)
04-21 20:56:13.039 13503 13503 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:219)
04-21 20:56:13.039 13503 13503 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:8668)
04-21 20:56:13.039 13503 13503 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
04-21 20:56:13.039 13503 13503 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:513)
04-21 20:56:13.039 13503 13503 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1109)

Non rooted phone with Android 10.

@oSumAtrIX oSumAtrIX transferred this issue from ReVanced/revanced-patches Apr 21, 2024
@oSumAtrIX
Copy link
Member

Caused by

<action android:name="${basePackageName}.android.gms.accountsettings.action.VIEW_SETTINGS" />

@Derha00

This comment was marked as spam.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants