claude-code - 💡(How to fix) Fix [BUG] vscode [1 comments, 2 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#54230Fetched 2026-04-29 06:32:49
View on GitHub
Comments
1
Participants
2
Timeline
7
Reactions
0
Timeline (top)
labeled ×4cross-referenced ×2commented ×1

Error Message

Error Messages/Logs

2026-04-28 11:12:18.990 [error] Failed to load config cache: Error: Subprocess initialization did not complete within 60000ms — check authentication and network connectivity 2026-04-28 11:12:18.993 [error] Error processing client request: Error: Subprocess initialization did not complete within 60000ms — check authentication and network connectivity 2026-04-28 11:12:23.071 [error] Error spawning Claude (on channel 3le1axpn018): Error: Subprocess initialization did not complete within 60000ms — check authentication and network connectivity 2026-04-28 11:12:23.072 [error] Failed to load config cache: Error: Subprocess initialization did not complete within 60000ms — check authentication and network connectivity 2026-04-28 11:12:23.074 [info] generateSessionTitle failed: Error: Error: Subprocess initialization did not complete within 60000ms — check authentication and network connectivity 2026-04-28 11:12:23.076 [error] Error processing client request: Error: Subprocess initialization did not complete within 60000ms — check authentication and network connectivity

RAW_BUFFERClick to expand / collapse

Preflight Checklist

  • I have searched existing issues and this hasn't been reported yet
  • This is a single bug report (please file separate reports for different bugs)
  • I am using the latest version of Claude Code

What's Wrong?

<img width="488" height="952" alt="Image" src="https://github.com/user-attachments/assets/3baa8961-39d1-4b94-89fc-5bb8162b2508" />

What Should Happen?

לתקן את הבעיה כדי שהוא יעבוד לי כרגע אני לא יכול לשולח הודעות

Error Messages/Logs

2026-04-28 11:11:26.859 [info] Received message from webview: {"type":"request","requestId":"7egbv431nc7","request":{"type":"show_claude_terminal_setting"}} 2026-04-28 11:11:51.613 [info] Received message from webview: {"type":"io_message","channelId":"3le1axpn018","message":{"type":"user","uuid":"0f49e48f-5d8e-4113-9cc5-b1f830d7fbd9","session_id":"","parent_tool_use_id":null,"message":{"role":"user","content":[{"type":"text","text":"שלום"}]}},"done":false} 2026-04-28 11:11:51.613 [info] Received message from webview: {"type":"request","requestId":"vvq12vllteb","request":{"type":"generate_session_title","channelId":"3le1axpn018","description":"שלום"}} 2026-04-28 11:12:18.990 [error] Failed to load config cache: Error: Subprocess initialization did not complete within 60000ms — check authentication and network connectivity 2026-04-28 11:12:18.993 [info] Getting authentication status 2026-04-28 11:12:18.993 [info] OAuth tokens found in secure storage 2026-04-28 11:12:18.993 [info] Getting authentication status 2026-04-28 11:12:18.993 [info] OAuth tokens found in secure storage 2026-04-28 11:12:18.993 [error] Error processing client request: Error: Subprocess initialization did not complete within 60000ms — check authentication and network connectivity 2026-04-28 11:12:18.995 [info] Received message from webview: {"type":"interrupt_claude","channelId":"rjp40g5bw4"} 2026-04-28 11:12:18.995 [warning] Channel not found: rjp40g5bw4 2026-04-28 11:12:23.070 [info] Closing Claude on channel: 3le1axpn018 2026-04-28 11:12:23.071 [error] Error spawning Claude (on channel 3le1axpn018): Error: Subprocess initialization did not complete within 60000ms — check authentication and network connectivity 2026-04-28 11:12:23.072 [error] Failed to load config cache: Error: Subprocess initialization did not complete within 60000ms — check authentication and network connectivity 2026-04-28 11:12:23.074 [info] generateSessionTitle failed: Error: Error: Subprocess initialization did not complete within 60000ms — check authentication and network connectivity 2026-04-28 11:12:23.074 [info] Getting authentication status 2026-04-28 11:12:23.074 [info] OAuth tokens found in secure storage 2026-04-28 11:12:23.074 [info] Getting authentication status 2026-04-28 11:12:23.074 [info] OAuth tokens found in secure storage 2026-04-28 11:12:23.076 [error] Error processing client request: Error: Subprocess initialization did not complete within 60000ms — check authentication and network connectivity 2026-04-28 11:12:23.089 [info] Received message from webview: {"type":"request","channelId":"3le1axpn018","requestId":"npupv82s8c","request":{"type":"log_event","eventName":"sdk_stream_ended_no_result","eventData":{"had_error":true,"subagent_count":0,"message_count":1}}} 2026-04-28 11:12:23.089 [warning] Channel not found for logEvent: 3le1axpn018 2026-04-28 11:12:23.093 [info] Received message from webview: {"type":"interrupt_claude","channelId":"geyhsb6gxlf"} 2026-04-28 11:12:23.093 [warning] Channel not found: geyhsb6gxlf 2026-04-28 11:18:01.492 [info] Received message from webview: {"type":"request","requestId":"hukzp8ehu5","request":{"type":"open_output_panel"}}

Steps to Reproduce

לא יודע

Claude Model

Sonnet (default)

Is this a regression?

I don't know

Last Working Version

No response

Claude Code Version

2.1.121 (Claude Code)

Platform

Anthropic API

Operating System

Windows

Terminal/Shell

PowerShell

Additional Information

No response

extent analysis

TL;DR

The most likely fix is to investigate and resolve the "Subprocess initialization did not complete within 60000ms" error, which may be related to authentication or network connectivity issues.

Guidance

  • Check the authentication status and ensure that OAuth tokens are valid and properly stored in secure storage.
  • Verify network connectivity and ensure that the subprocess can initialize within the given 60000ms timeout.
  • Investigate the channel not found warnings and ensure that channel IDs are correctly handled.
  • Review the error logs and look for any patterns or correlations between errors.

Example

No code snippet is provided as the issue seems to be related to configuration or environmental factors rather than code.

Notes

The issue may be specific to the Windows operating system or the Anthropics API platform. Further investigation is needed to determine the root cause of the error.

Recommendation

Apply workaround: Investigate and resolve the "Subprocess initialization did not complete within 60000ms" error, and ensure that authentication and network connectivity are properly configured. This is recommended as the error message suggests a specific issue that can be addressed through configuration changes or troubleshooting.

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