-
-
Notifications
You must be signed in to change notification settings - Fork 2k
PoToken: Optimize po-token refresh logic #2894
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
base: master
Are you sure you want to change the base?
Conversation
play-services-core/src/main/kotlin/org/microg/gms/potokens/extensions.kt
Show resolved
Hide resolved
I'm not sure if this will help and if this keeps happenning to other people but I fixed this issue #2789 by dointg this. I did a factory reset and installed the new version of microG, but I made sure to set device registration profile to real this time (it's important to do it before enabling device registration for the first time because after that the id was already generated and before adding your google account) and to enable allow apps to find accounts before adding my google account. I don't know why it happened before and if it was fixed in the new version or if it happens only if you set it up in some other way (maybe adding the google account through an app or before enabling device registration or leaving device registration profile in native) but now it works fine. |
Solve the problem that the locally cached token is invalid and cannot be regenerated, causing YouTube playback to freeze.