summaryrefslogtreecommitdiff
path: root/docs/troubleshooting.md
diff options
context:
space:
mode:
authorBryan Morgan <[email protected]>2025-06-23 17:55:24 -0400
committerGitHub <[email protected]>2025-06-23 21:55:24 +0000
commite423d20a8d57d422eef1e9364cee26478f3e4a7d (patch)
tree8bd17ff414a062acf8cee476c4519f6f70708cb0 /docs/troubleshooting.md
parentfcb8be2fb9f6252435d987328f795ae2ff4b04c8 (diff)
Updated docs and /stats command to support lack of token caching support for OAuth users (b/426943001) (#1307)
Diffstat (limited to 'docs/troubleshooting.md')
-rw-r--r--docs/troubleshooting.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/troubleshooting.md b/docs/troubleshooting.md
index c84e68c7..7dbda1b8 100644
--- a/docs/troubleshooting.md
+++ b/docs/troubleshooting.md
@@ -12,6 +12,10 @@ This guide provides solutions to common issues and debugging tips.
- A: The CLI configuration is stored within two `settings.json` files: one in your home directory and one in your project's root directory. In both locations, `settings.json` is found in the `.gemini/` folder. Refer to [CLI Configuration](./cli/configuration.md) for more details.
+- **Q: Why don't I see cached token counts in my stats output?**
+
+ - A: Cached token information is only displayed when cached tokens are being used. This feature is available for API key users (Gemini API key or Vertex AI) but not for OAuth users (Google Personal/Enterprise accounts) at this time, as the Code Assist API does not support cached content creation. You can still view your total token usage with the `/stats` command.
+
## Common error messages and solutions
- **Error: `EADDRINUSE` (Address already in use) when starting an MCP server.**