Skip to content

Troubleshooting

Fresh

Common issues and solutions for Warp Terminal and the Oz Platform.

Installation Issues

Warp won't install on macOS

SymptomSolution
"App is damaged" warningRun xattr -cr /Applications/Warp.app in default Terminal
Installer hangsCheck macOS version (requires 12+), restart and retry
Homebrew install failsRun brew update && brew install --cask warp

Warp won't install on Windows

SymptomSolution
Installer doesn't launchRun as Administrator
Missing Visual C++ runtimeInstall Visual C++ Redistributable
Windows version not supportedRequires Windows 10 build 19041+ or Windows 11

Warp won't install on Linux

SymptomSolution
Package not foundAdd Warp repository first, then install
GPU rendering issuesTry LIBGL_ALWAYS_SOFTWARE=1 warp-terminal
Wayland issuesSet WARP_ENABLE_WAYLAND=1 or fall back to X11

Authentication Issues

Can't sign in

WARNING

Warp requires an account for full functionality.

SymptomSolution
OAuth popup blockedAllow popups for app.warp.dev
SSO not workingContact your team admin to verify SSO configuration
API key auth failsRegenerate key at app.warp.dev > Settings > API Keys
"Session expired"Sign out and sign back in

Agent Issues

Agent not responding

Agent makes wrong changes

IssueSolution
Agent edits wrong filesAdd project rules in AGENTS.md specifying file boundaries
Agent uses wrong frameworkAdd technology stack to AGENTS.md rules
Agent ignores conventionsDefine coding standards explicitly in rules
Agent runs dangerous commandsSet approval profile to require confirmation

Cloud agent fails

SymptomSolution
"Environment not found"Verify environment ID in Oz web app
"Insufficient credits"Check credit balance (cloud runs need 20+ credits)
Agent times outBreak task into smaller skills
Wrong repo checked outVerify repo link in environment settings
Secrets not availableRe-add secrets in environment configuration

Skills Issues

Skill not loading

SymptomSolution
/skill-name not recognizedVerify file is at .agents/skills/skill-name/SKILL.md
Skill in wrong scopeProject skills: .agents/skills/, Global: ~/.warp/agents/skills/
YAML frontmatter errorCheck for valid name and description fields
Name conflictProject skills override global skills with the same name

Skill not behaving as expected

  • Ensure skill instructions are specific and unambiguous
  • Add example inputs/outputs to the skill file
  • Test with oz agent run --skill "path:skill-name" locally first
  • Check that supporting files referenced in the skill exist

MCP Server Issues

MCP server won't connect

SymptomSolution
"Server not found"Run oz mcp list to verify server is registered
Connection timeoutCheck that the MCP server process is running
Authentication errorVerify credentials in MCP server configuration
Tools not availableRestart Warp after adding a new MCP server

MCP server in cloud agents

INFO

MCP servers used in cloud agents must have their environment variables configured in the cloud environment settings.

Performance Issues

Warp is slow

SymptomSolution
Slow renderingCheck GPU drivers are up to date
High CPU usageClose unused tabs and panes
Slow autocompleteDisable AI completions if not needed
Large output lagUse less or head for large command outputs

Terminal output issues

SymptomSolution
Garbled outputReset terminal: reset or tput reset
Colors not showingCheck TERM is set to xterm-256color
Unicode not renderingInstall a Nerd Font or use Warp's built-in fonts

Session Sharing Issues

Can't share session

SymptomSolution
Share link not generatedEnsure you're signed in and on a team plan
Collaborator can't joinVerify their email matches the share target
Edit access not workingUse --share user@email:edit (include :edit suffix)
Team share failsVerify team membership in Settings > Teams

Common Error Messages

ErrorMeaningFix
EACCES permission deniedFile permission issueCheck file ownership and permissions
command not found: ozOz CLI not installed or not in PATHRun installer or add to PATH
rate_limit_exceededToo many API requestsWait 60 seconds and retry
invalid_api_keyAPI key is wrong or expiredRegenerate at app.warp.dev
model_not_availableSelected model not accessibleSwitch to a different model
environment_not_configuredCloud environment missingSet up environment in Oz web app

Getting Help

See Also