diff options
Diffstat (limited to 'docs/troubleshooting.md')
| -rw-r--r-- | docs/troubleshooting.md | 4 |
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.** |
