question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

recently updated google apps break

See original GitHub issue

Affected apps Name: YouTube v16+ Package id: com.google.android.youtube

Name: Youtube Music v4.10+ Package id: com.google.android.apps.youtube.music

Describe the bug

As described in the title, Google apps that were recently updated break. YouTube loads indefinitely, YouTube Music simply does not let you login.

To Reproduce

  • Install YouTube/Youtube Music (or probably any other newly updated Google app)

Expected behavior

Apps work regularly

Screenshots image

System Android Version: 10 Custom ROM: Havoc-OS 3.12

microG microG Core version: 0.2.16.204713 (I updated to v0.2.17.204714 after realising i wasnt on latest, still broken) microG Self-Check results: All ticked

Additional context

01-23 19:45:49.984 10608 10630 W GooglePlayServicesUtil: Google Play services out of date for com.google.android.youtube.  Requires 210290000 but found 204713032

Hardcoding the version to the required one doesnt fix it, so there seems to be more to it than just bumping the version number

There is also this logcat output which might also be related to it:
01-23 19:45:51.338 10608 10635 W Auth    : [GoogleAuthUtil] Service call returned null.
01-23 19:45:51.389 10608 10629 W Auth    : [GoogleAuthUtil] Service call returned null.
01-23 19:45:51.392 10608 10629 W Auth    : [GoogleAuthUtil] Service call returned null.
01-23 19:45:51.406 10608 10608 W View    : requestLayout() improperly called by android.widget.FrameLayout{bbcf7f V.E...... ......I. 0,126-1080,1857 #7f0b0a50 app:id/pane_fragment_container} during layout:
running second layout pass
01-23 19:45:51.536 10608 10658 W Auth    : [GoogleAuthUtil] Service call returned null.
01-23 19:45:51.539 10608 10658 W Auth    : [GoogleAuthUtil] Service call returned null.
And some more
01-23 19:55:45.063 10608 10608 W ProtoDataStoreFlagStore: Unable to retrieve flag snapshot for com.google.android.libraries.performance.primes#com.google.android.youtube, using defaults.
01-23 19:55:45.176 10608 10913 W ProtoDataStoreFlagStore: Unable to update local snapshot for com.google.android.libraries.performance.primes#com.google.android.youtube, may result in stale flags.
01-23 19:55:45.176 10608 10913 W ProtoDataStoreFlagStore: java.util.concurrent.ExecutionException: java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.Class java.lang.Object.getClass
()' on a null object reference
01-23 19:55:45.176 10608 10913 W ProtoDataStoreFlagStore:       at athg.s(PG:6)
01-23 19:55:45.176 10608 10913 W ProtoDataStoreFlagStore:       at athg.get(PG:4)
01-23 19:55:45.176 10608 10913 W ProtoDataStoreFlagStore:       at atlf.b(PG:1)
01-23 19:55:45.176 10608 10913 W ProtoDataStoreFlagStore:       at atki.u(PG:2)
01-23 19:55:45.176 10608 10913 W ProtoDataStoreFlagStore:       at yjz.c(Unknown Source:0)
01-23 19:55:45.176 10608 10913 W ProtoDataStoreFlagStore:       at yjx.run(Unknown Source:4)
01-23 19:55:45.176 10608 10913 W ProtoDataStoreFlagStore:       at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:462)
01-23 19:55:45.176 10608 10913 W ProtoDataStoreFlagStore:       at java.util.concurrent.FutureTask.run(FutureTask.java:266)
01-23 19:55:45.176 10608 10913 W ProtoDataStoreFlagStore:       at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:301)
01-23 19:55:45.176 10608 10913 W ProtoDataStoreFlagStore:       at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
01-23 19:55:45.176 10608 10913 W ProtoDataStoreFlagStore:       at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
01-23 19:55:45.176 10608 10913 W ProtoDataStoreFlagStore:       at java.lang.Thread.run(Thread.java:919)
01-23 19:55:45.176 10608 10913 W ProtoDataStoreFlagStore: Caused by: java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.Class java.lang.Object.getClass()' on a null object reference
01-23 19:55:45.176 10608 10913 W ProtoDataStoreFlagStore:       at yho.a(Unknown Source:6)
01-23 19:55:45.176 10608 10913 W ProtoDataStoreFlagStore:       at vos.run(PG:2)
01-23 19:55:45.176 10608 10913 W ProtoDataStoreFlagStore:       at atio.execute(PG:1)
01-23 19:55:45.176 10608 10913 W ProtoDataStoreFlagStore:       at vot.a(PG:1)
01-23 19:55:45.176 10608 10913 W ProtoDataStoreFlagStore:       at vpp.b(PG:5)
01-23 19:55:45.176 10608 10913 W ProtoDataStoreFlagStore:       at vpu.p(PG:3)
01-23 19:55:45.176 10608 10913 W ProtoDataStoreFlagStore:       at vpq.a(PG:1)
01-23 19:55:45.176 10608 10913 W ProtoDataStoreFlagStore:       at ugm.b(PG:2)
01-23 19:55:45.176 10608 10913 W ProtoDataStoreFlagStore:       at vnn.e(PG:1)
01-23 19:55:45.176 10608 10913 W ProtoDataStoreFlagStore:       at vnp.dispatchTransaction(PG:34)
01-23 19:55:45.176 10608 10913 W ProtoDataStoreFlagStore:       at dlg.onTransact(PG:2)
01-23 19:55:45.176 10608 10913 W ProtoDataStoreFlagStore:       at android.os.Binder.execTransactInternal(Binder.java:1021)
01-23 19:55:45.176 10608 10913 W ProtoDataStoreFlagStore:       at android.os.Binder.execTransact(Binder.java:994)
01-23 19:55:45.176 10608 10913 W ProtoDataStoreFlagStore:       at android.os.BinderProxy.transactNative(Native Method)
01-23 19:55:45.176 10608 10913 W ProtoDataStoreFlagStore:       at android.os.BinderProxy.transact(BinderProxy.java:511)
01-23 19:55:45.176 10608 10913 W ProtoDataStoreFlagStore:       at dlf.nT(PG:2)
01-23 19:55:45.176 10608 10913 W ProtoDataStoreFlagStore:       at vnr.f(PG:6)
01-23 19:55:45.176 10608 10913 W ProtoDataStoreFlagStore:       at vnk.a(Unknown Source:3)
01-23 19:55:45.176 10608 10913 W ProtoDataStoreFlagStore:       at ugi.a(PG:1)
01-23 19:55:45.176 10608 10913 W ProtoDataStoreFlagStore:       at ucq.f(PG:1)
01-23 19:55:45.176 10608 10913 W ProtoDataStoreFlagStore:       at ueu.r(PG:2)
01-23 19:55:45.176 10608 10913 W ProtoDataStoreFlagStore:       at ueu.q(PG:5)
01-23 19:55:45.176 10608 10913 W ProtoDataStoreFlagStore:       at ueu.g(PG:3)
01-23 19:55:45.176 10608 10913 W ProtoDataStoreFlagStore:       at ueu.d(PG:13)
01-23 19:55:45.176 10608 10913 W ProtoDataStoreFlagStore:       at ueu.oE(PG:2)
01-23 19:55:45.176 10608 10913 W ProtoDataStoreFlagStore:       at uib.a(PG:1)
01-23 19:55:45.176 10608 10913 W ProtoDataStoreFlagStore:       at uhi.a(PG:9)
01-23 19:55:45.176 10608 10913 W ProtoDataStoreFlagStore:       at uha.d(Unknown Source:6)
01-23 19:55:45.176 10608 10913 W ProtoDataStoreFlagStore:       at uhd.handleMessage(PG:37)
01-23 19:55:45.176 10608 10913 W ProtoDataStoreFlagStore:       at android.os.Handler.dispatchMessage(Handler.java:107)
01-23 19:55:45.176 10608 10913 W ProtoDataStoreFlagStore:       at android.os.Looper.loop(Looper.java:214)
01-23 19:55:45.176 10608 10913 W ProtoDataStoreFlagStore:       at android.os.HandlerThread.run(HandlerThread.java:67)

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:40
  • Comments:19

github_iconTop GitHub Comments

15reactions
KevinX8commented, Mar 10, 2021

Team Vanced has now opened a €100 worth of Basic Attention Token bounty for anyone who manages to resolve this issue as it has been open for close to two months now.

8reactions
Vendicatedcommented, Mar 13, 2021

Fixed in Youtube 16.08 and Music 4.18.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Google Play not showing 'Recently updated' apps again [U]
A Google Play Store bug has now appeared involving the "Recently updated" list not consistently showing all Android apps...
Read more >
Google - breaking apps news, leaks and updates - Pocket-lint
All the latest Google apps news, rumours and things you need to know from around the world. Stay up-to-date with the most interestingGoogle...
Read more >
Latest Google app update no longer searches ... - PiunikaWeb
[Updated] Latest Google app update no longer searches installed apps, breaks dark mode (white background on search history) for some Pixel users.
Read more >
Fix an installed Android app that isn't working - Google Support
Step 1: Restart & update · Open the Google Play Store app Google Play . · At the top right, tap the profile...
Read more >
Google will soon hide neglected apps in the Play Store
The new rules will kick in on November 1, 2022. At that point, Android 13 (API level 33) should be the latest version....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found