If you are not sure where an error originates, open your browser’s developer console (F12 → Console) for detailed error messages from the recording client before reaching out for support.
Recording issues
Screen recording permission was denied
Screen recording permission was denied
When you click Start Recording, the browser displays a screen sharing permission dialog. If you dismiss it or click “Don’t allow,” the recording cannot start.To fix this:
- Click Start Recording again to re-trigger the permission dialog.
- If the browser blocked the permission permanently, go to your browser’s site settings (Chrome: Settings → Privacy and security → Site settings → Permissions → Camera / Screen recording) and reset the permission for the Claude Scope URL.
- Reload the page and try again.
Recording stopped unexpectedly
Recording stopped unexpectedly
By default, auto-stop is enabled and triggers at 30 seconds. If your recording ended earlier than you expected, auto-stop is the most likely cause.To record for longer:
- On the recording setup screen, toggle off Auto-stop at 30 seconds before clicking Start Recording.
- Alternatively, go to Settings and increase the maximum recording length to 5, 10, 15, or 30 minutes.
File too large
File too large
Uploaded files are limited to 100 MB. If your recording file exceeds this limit, you will see an upload error.To reduce file size:
- Shorten the duration of your recording — keep it focused on the specific UI flow you want to document.
- Lower your screen resolution before recording (e.g., record at 1280×720 instead of a higher resolution) to reduce per-frame data size.
- The browser recorder produces WebM by default, which is more space-efficient than MP4 for screen content.
Processing errors
Vision analysis failed
Vision analysis failed
This error means the Anthropic API could not be reached or returned an error during frame analysis. The most common causes are a missing or invalid API key.To fix this:
- Go to workspace → Model Access and verify that your Anthropic API key is present and correct.
- Confirm you are using a model that supports image input:
claude-3-5-sonnet,claude-3-opus, orclaude-3-haiku. - If the key looks correct, test it directly in the Anthropic Console to confirm it is active.
- Re-add the key in Model Access if needed, then start a new recording.
Playwright browser not available
Playwright browser not available
Claude Scope runs a Playwright-based browser on the backend to capture ARIA accessibility snapshots of your seed URL. This error means the backend processing service is temporarily unavailable.Wait a few minutes and start a new recording. If the error persists across multiple attempts, the service may be undergoing maintenance. Check the Claude Scope status page or community channels for updates.
All frames failed vision analysis
All frames failed vision analysis
This error occurs when every extracted frame was rejected by the Anthropic API. Unlike a partial failure, zero successful frames means the prompt cannot be generated.Common causes:
- Insufficient API credits: Check your credit balance in the Anthropic Console.
- Wrong model selected: The selected model may not support image inputs. Switch to
claude-3-5-sonnet,claude-3-opus, orclaude-3-haikuin Model Access and try again. - Rate limiting: If you have a low-tier Anthropic plan, a recording with many extracted frames may exceed your requests-per-minute limit. Try a shorter, more focused recording.
Output issues
No prompt generated
No prompt generated
If the Output page is empty or shows no prompt, the session may still be processing. Go to the Sessions page and check the status:
processing— the pipeline is still running; wait for it to complete and refresh.error— processing failed; review the error message shown on the session and see the Processing errors section above.complete— if the status is complete but the prompt is still missing, try refreshing the Output page. If the issue persists, start a new recording.
Prompt looks incomplete
Prompt looks incomplete
The generated prompt combines visual frame analysis with ARIA structural data. If the prompt seems to be missing UI structure detail, try the following:
- Enable Inline ARIA tree in the output options — this embeds the full accessibility tree directly into the prompt rather than summarizing it.
- Confirm the seed URL you entered in the recording setup was the exact page URL you wanted inspected. If the URL was incorrect or unreachable, the Playwright inspection will have captured no data, leaving the structural section of the prompt empty.
- If the recording was very short, only one or two frames may have been extracted, giving the vision lane limited material to work with. Record a slightly longer interaction to capture more UI state transitions.
Account issues
Unauthorized / session expired
Unauthorized / session expired
API key removed unexpectedly
API key removed unexpectedly
Claude Scope stores your Anthropic API key in browser localStorage. Clearing your browser’s cookies and site data removes the key along with all other locally stored data.If your key has disappeared:
- Go to workspace → Model Access.
- Re-enter your Anthropic API key.
- To avoid losing it again, avoid clearing site data for the Claude Scope domain, or save your API key securely in a password manager.