Skip to content

Fix oauth_token auth request to avoid MissingDroidguard error#8

Merged
NicknineTheEagle merged 1 commit into
NicknineTheEagle:mainfrom
tyr7z:main
Mar 14, 2026
Merged

Fix oauth_token auth request to avoid MissingDroidguard error#8
NicknineTheEagle merged 1 commit into
NicknineTheEagle:mainfrom
tyr7z:main

Conversation

@tyr7z

@tyr7z tyr7z commented Mar 14, 2026

Copy link
Copy Markdown

Google appears to have recently started enforcing the MissingDroidguard check on the oauth_token endpoint. This error was initially triggered sporadically but now seems to be consistently enforced.

This change fixes the issue by explicitly adding droidguard_results=null to the auth request. Including this parameter prevents the server from rejecting the request with the MissingDroidguard error.

My assumption is that the issue started appearing due to a gradual rollout of updates on Google's infrastructure. As their servers are updated incrementally to maintain availability, some requests likely began hitting updated nodes earlier than others, which explains the intermittent errors observed in previous weeks.

@NicknineTheEagle NicknineTheEagle merged commit bf5f045 into NicknineTheEagle:main Mar 14, 2026
4 checks passed
@Yakov5776

Copy link
Copy Markdown

My assumption is that the issue started appearing due to a gradual rollout of updates on Google's infrastructure. As their servers are updated incrementally to maintain availability, some requests likely began hitting updated nodes earlier than others, which explains the intermittent errors observed in previous weeks.

Most likely was A/B testing, but thank you for this patch!

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

Successfully merging this pull request may close these issues.

3 participants