Common Issues
Solutions to frequently encountered problems.
Performance Issues
Slow Responses
Causes:
Slow network
Large file context
Complex prompts
Solutions:
Check network
Run:
ping api.tabnine.comBe more specific in prompts
Make prompts concise and targeted to reduce processing.
Reduce file references
Limit the amount of file content referenced in a single request.
Try a different model
Use the /model command to switch models.
High Memory Usage
Normal: 50-200 MB
If excessive:
Clear conversation
Run:
/clearRestart Tabnine CLI
Restart the Tabnine CLI process to free memory.
Reduce context size
Limit context or file sizes referenced in prompts.
Connection Issues
Cannot Connect to API
Symptoms: "Failed to connect"
Solutions:
Check internet
Run:
Check firewall
Ensure port 443 is allowed.
Check proxy settings
Verify proxy environment variables or client proxy configuration.
Try debug mode
Run:
Proxy Issues
Solution: Set proxy variables:
File Access Issues
Cannot Read Files
Symptoms: "Permission denied" or file not found
Solutions:
Check file permissions
Ensure the process has read permissions for the file.
Verify file path
Confirm the path is correct.
Check working directory
Ensure you're running commands from the intended working directory.
Use absolute paths
Try using absolute file paths to avoid path resolution issues.
Cannot Write Files
Symptoms: Cannot create or modify files
Solutions:
Check directory permissions
Ensure write permissions are available for the target directory.
Verify disk space
Confirm there is sufficient disk space.
Check file locks
Make sure the file is not locked by another process.
Feature Issues
Remote Code Search Not Working
Solutions:
Check enabled
Open settings: /settings → Tools → Remote Code Search
Verify account access
Ensure your account has the necessary access.
Check indexing
Confirm the codebase is indexed in Tabnine account settings.
Coaching Not Working
Solutions:
Check enabled
Open settings: /settings → Tools → Coaching Guidelines
Verify account access
Ensure your account has the necessary access.
Be specific in prompts
Try more specific prompts when requesting coaching.
Other Issues
Command Not Found
Symptoms: tabnine: command not found
Solutions:
Verify installation
Confirm Tabnine CLI is installed (see Installation Guide).
Check PATH
Ensure your PATH includes the installation directory.
Run with full path
Example:
(Linux/macOS)
Unexpected Behavior
Solution: Enable debug mode:
This shows detailed logs to help identify the issue.
Getting More Help
FAQ - Frequently asked questions
Debug Mode:
DEBUG=1 tabnineReport Issue: Use
/bugcommand in Tabnine CLI
Last updated
Was this helpful?
