Description
When attempting to authenticate via gemini auth on a Raspberry Pi,
the CLI returned a Google HTML error page stating:
"your computer or network may be sending automated queries"
The web browser was able to log into Gmail successfully with the same
account, confirming the Google account itself is not blocked.
The issue is at the IP level.
https://discord.com/channels/1491295327620169908/1493223588088512542
Steps to Reproduce
- Open 10+ concurrent Gemini CLI sessions on the same device
- Hit the daily rate limit
- Attempt to run
gemini auth again
- Authentication fails with Google's automated query block page
Expected Behavior
gemini auth should either:
- Succeed normally, or
- Return a clear rate limit error message (e.g. HTTP 429)
instead of an opaque Google HTML block page
Environment
- Device: Raspberry Pi
- Auth method: OAuth (personal Google account)
- No VPN
- Router reboot did not resolve the issue
Screenshots / Logs
Failed to sign in. Message: ...
...but your computer or network
may be sending automated queries. To protect our users, we can't process
your request right now.
...
Description
When attempting to authenticate via
gemini authon a Raspberry Pi,the CLI returned a Google HTML error page stating:
"your computer or network may be sending automated queries"
The web browser was able to log into Gmail successfully with the same
account, confirming the Google account itself is not blocked.
The issue is at the IP level.
https://discord.com/channels/1491295327620169908/1493223588088512542
Steps to Reproduce
gemini authagainExpected Behavior
gemini authshould either:instead of an opaque Google HTML block page
Environment
Screenshots / Logs
Failed to sign in. Message: ...
...but your computer or network
...may be sending automated queries. To protect our users, we can't process
your request right now.