Xposed-Modules-Repo/com.wovow.youtubehelper

Youtube force closing shortly after launching

Opened this issue · 0 comments

Recently I noticed that the YouTube application is closing on its own seconds after launching it, I suspect there is some mechanism employed by YouTube to forcibly shutdown the application after detecting a mod. Can you please look into that, otherwise the module was working perfectly all along. So I checked the logcat it seems its failing to pass package verification either by play/web integrity feature (even though play protect is turned off) I have attached the logcat output. I appreciate your assistance regarding this matter;

FATAL EXCEPTION: DG
Process: com.google.android.youtube, PID: 17275
java.lang.SecurityException: PackageVerificationRslt: not allowed: pkg=com.google.android.youtube, sha256=[c081890cf2a1adf13e56d7b50a4f3d8edb35b7c46d6ccc732dd997b7e433be1d], atk=false, ver=234816038.true
	at android.os.Parcel.createExceptionOrNull(Parcel.java:3011)
	at android.os.Parcel.createException(Parcel.java:2995)
	at android.os.Parcel.readException(Parcel.java:2978)
	at android.os.Parcel.readException(Parcel.java:2920)
	at lst.A(PG:16)
	at lsq.a(PG:1)
	at lss.c(PG:1)
	at lsj.d(PG:1)
	at lsm.handleMessage(PG:37)
	at android.os.Handler.dispatchMessage(Handler.java:106)
	at android.os.Looper.loopOnce(Looper.java:211)
	at android.os.Looper.loop(Looper.java:300)
	at android.os.HandlerThread.run(HandlerThread.java:67)