claude-code - 💡(How to fix) Fix [BUG] computer-use request_access times out at 180s with no permission dialog [1 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
anthropics/claude-code#58562Fetched 2026-05-14 03:45:06
View on GitHub
Comments
0
Participants
1
Timeline
4
Reactions
0
Participants
Timeline (top)
labeled ×4

Error Message

Each call hangs to deadline rather than returning an error path.

Root Cause

Different root cause from #38225, which was traced to Spotlight indexing being disabled — Spotlight indexing is on in this environment.

Code Example

request_access(["Screen Sharing", "iPhone Mirroring", "Apple Configurator"])
RAW_BUFFERClick to expand / collapse

Bug Description

In Cowork mode, request_access for native macOS apps times out at the 180s deadline. No permission dialog is ever shown to the user, and list_granted_applications returns an empty-but-connected response. Behavior reproduces across Cowork app relaunches.

Environment

  • Cowork app version: 1.7196.0
  • claude-code helper: 2.1.138
  • macOS: 26.4.1 (build 25E253)
  • Spotlight indexing: enabled (mdutil -s / returns "Indexing enabled.")

Different root cause from #38225, which was traced to Spotlight indexing being disabled — Spotlight indexing is on in this environment.

Reproduction

request_access(["Screen Sharing", "iPhone Mirroring", "Apple Configurator"])

Result on both 2026-05-07 and 2026-05-12 retest (Cowork app relaunched/updated between attempts):

  • 180s timeout (MCP deadline)
  • No permission dialog shown
  • No app entry appears in list_granted_applications

Each call hangs to deadline rather than returning an error path.

What I tried

  • App relaunch between attempts: no change.
  • list_granted_applications (before and after request_access attempts): empty connected response in both cases.

Asks

  1. What signal is the helper waiting on inside that 180s window?
  2. Is there a TCC / accessibility prerequisite that fails silently before the dialog is presented?
  3. Is there a known interaction with macOS 26.4.1 (build 25E253)?

Happy to capture logs or run a diagnostic if you can tell me where to grab them.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING