Skip to content

Troubleshooting

import { Aside } from ‘@astrojs/starlight/components’;

Most problems fall into one of a handful of categories. This section walks through each in Symptom → Likely cause → Fix form so you can scan to the row that matches what you’re seeing.

Before digging into a specific category, collect the basics. The Help → Copy diagnostics command puts the following on your clipboard:

  • Ptah version and build number
  • OS and CPU architecture
  • Active license tier
  • Configured providers (keys redacted)
  • Last 50 log lines

Attach this block to any bug report. See Logs & diagnostics for how to grab full logs.

PageCovers
Installation issuesInstall, update, and code-signing failures
License issuesActivation, offline grace period, revalidation
Provider errorsKey rejection, quota, rate limits
CLI agent not detectedCopilot / Gemini / Codex CLI discovery, Windows .cmd wrappers
MCP port conflictsDefault port 51820 in use, fallback behavior
Workspace analysis failuresPermissions, symlinks, very large repos
Session import problems~/.claude/projects/ discovery
Logs & diagnosticsFinding logs, opening DevTools, enabling verbose mode
Reporting bugsWhat to include in a GitHub issue