What You’ll Learn
Common troubleshooting procedures, diagnostic steps, and known issue workarounds for Verdent for VS Code.Detailed troubleshooting for top user-reported issues is being compiled from support data. This page provides general diagnostic procedures. Contact support@verdent.ai for specific issues not covered here.
Quick Diagnostics
- Service Errors (Most Common)
- Installation & Setup
- Authentication & Account
- Performance
- Image Errors
”Service is experiencing high traffic. Please try again later!”
This is the #1 most common error users encounter. It indicates the Verdent service is temporarily overloaded.When it happens:- During peak usage times
- When backend services are under heavy load
- Temporary service degradation
1
Roll Back Message
If the error persists, roll back the most recent message:
- Click the rollback/undo button in the chat interface
- Resubmit your request after a brief wait
2
Start New Session
If errors continue, start a fresh session:
- Click the ”+” (New Session) button in the top bar
- This clears context and tool approvals
- Resubmit your request in the clean session
3
Wait and Retry
Wait 30-60 seconds and try your request again. Most service issues resolve quickly.
Tool-Specific Issues
- file_edit Failures
- bash Failures
- Search Issues
file_edit Failures
Error: “Failed to find exact match”Causes:- Text changed since last file_read
- Whitespace differences (tabs vs spaces)
- String not unique in file
Subagent & Configuration Issues
- Subagent Not Invoking
- Built-in Subagents
- AGENTS.md Rules
- MCP Connection
Subagent Not Invoking
Problem: Custom subagent doesn’t activate automaticallyChecklist:- File location:
~/.verdent/subagents/[name].md - Valid YAML frontmatter with
nameanddescription - Invocation policy matches usage (strict requires @-mention)
- “When to use” guidelines match request pattern
- No syntax errors in markdown file
Known Issues & Workarounds
- Binary Files
- Large Files
- Platform Differences
Binary File Limitations
Issue: Cannot edit images, PDFs, compiled binariesWorkaround:Binary file modifications require external tools invoked via bash commands.
Getting Additional Help
Support Channels
For specific issues not covered here:- Email: support@verdent.ai
- Discord: Join the Verdent community for real-time support
- GitHub Issues: Report bugs or request features
- Verdent version (from Extensions panel)
- VS Code version
- Operating system
- Error messages (exact text)
- Steps to reproduce
- Expected vs actual behavior