Claude Code crashes with "Query closed before response received" on Linux HPC cluster
Preflight Checklist
- [x] I have searched existing issues and this hasn't been reported yet
- [x] This is a single bug report (please file separate reports for different bugs)
- [x] I am using the latest version of Claude Code
What's Wrong?
Claude Code crashes immediately after startup in VS Code with the error "Query closed before response received". The process exits right after MCP setup completes, preventing any sessions from starting.
What Should Happen?
Claude Code should start normally and allow me to create sessions and send messages without crashing.
Error Messages/Logs
[info] From claude: 2026-05-23T18:51:47.374Z [DEBUG] [claudeai-mcp] Fetched 1 servers
[info] Closing Claude on channel: hdibi9ab7qb
[error] Error spawning Claude (on channel hdibi9ab7qb): Error: Query closed before response received
[error] Failed to load config cache: Error: Query closed before response received
[error] Error processing client request: Error: Query closed before response received
Steps to Reproduce
- Open VS Code with Claude Code extension (v2.1.145)
- Open any workspace
- Click Claude Code icon to open the panel
- Try to send a message or create a new session
- Process crashes immediately with "Query closed before response received"
Claude Model
Sonnet (default)
Is this a regression?
Yes, this worked in a previous version
Last Working Version
_No response_
Claude Code Version
2.1.150
Platform
Other
Operating System
Ubuntu/Debian Linux
Terminal/Shell
VS Code integrated terminal
Additional Information
2026-05-23 19:03:05.296 [info] AuthManager initialized
2026-05-23 19:03:05.296 [info] Claude code extension is now active?
2026-05-23 19:03:05.296 [info] MCP Server running on port 47962 (localhost only)
2026-05-23 19:03:15.321 [info] Getting authentication status
2026-05-23 19:03:15.321 [info] OAuth tokens found in secure storage
2026-05-23 19:03:15.321 [info] AuthManager initialized
2026-05-23 19:03:15.695 [info] Received message from webview: {"type":"request","requestId":"b4vsth428cb","request":{"type":"init"}}
2026-05-23 19:03:16.183 [info] resolveShellPath: /bin/bash -> 16 entries
2026-05-23 19:03:16.183 [info] Getting authentication status
2026-05-23 19:03:16.183 [info] OAuth tokens found in secure storage
2026-05-23 19:03:16.188 [info] Getting authentication status
2026-05-23 19:03:16.188 [info] OAuth tokens found in secure storage
2026-05-23 19:03:16.266 [info] Received message from webview: {"type":"request","requestId":"hhbqb5vvap8","request":{"type":"get_claude_state"}}
2026-05-23 19:03:16.267 [info] Received message from webview: {"type":"request","requestId":"aovr3bvuut5","request":{"type":"list_sessions_request"}}
2026-05-23 19:03:16.329 [info] Received message from webview: {"type":"request","requestId":"pdjwgwdkcpo","request":{"type":"list_remote_sessions"}}
2026-05-23 19:03:16.330 [info] Received message from webview: {"type":"request","requestId":"03xtcouug95o","request":{"type":"list_remote_sessions"}}
2026-05-23 19:03:16.330 [info] OAuth tokens found in secure storage
2026-05-23 19:03:16.337 [info] OAuth tokens found in secure storage
2026-05-23 19:03:16.494 [info] Fetched 0 remote sessions
2026-05-23 19:03:16.498 [info] Fetched 0 remote sessions
2026-05-23 19:03:16.805 [info] Loading config cache by launching Claude (no channel)...
2026-05-23 19:03:16.907 [info] Python env: PATH=/usr/bin:/mnt/bst/a100/ksuo/mislam22/.local/bin:/mnt/bst/a100/ksuo/mislam22/.local/bin:/mnt/bst/a100/ksuo/mislam22/node-v20.11.1-linux-x64/bin:/mnt/bst/a100/ksuo/mislam22/node-v20.11.1-linux-x64/bin:/mnt/bst/a100/ksuo/mislam22/.pyenv/plugins/pyenv-virtualenv/shims:/mnt/bst/a100/ksuo/mislam22/.pyenv/shims:/mnt/bst/a100/ksuo/mislam22/.pyenv/bin:/usr/local/cuda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/mnt/bst/a100/ksuo/mislam22
2026-05-23 19:03:16.907 [info] Python env: VIRTUAL_ENV=/usr
2026-05-23 19:03:16.907 [info] Spawning Claude with SDK query function - cwd: /mnt/bst/a100/ksuo/mislam22/EndurKV_workspace, permission mode: default, version: 2.1.145, /mnt/bst/a100/ksuo/mislam22/.vscode-server/extensions/anthropic.claude-code-2.1.145-linux-x64/resources/native-binary/claude, resume: undefined
2026-05-23 19:03:17.136 [info] Received message from webview: {"type":"request","requestId":"6o6iln128tk","request":{"type":"open_in_editor"}}
2026-05-23 19:03:17.140 [info] Getting authentication status
2026-05-23 19:03:17.140 [info] OAuth tokens found in secure storage
2026-05-23 19:03:17.140 [info] AuthManager initialized
2026-05-23 19:03:17.172 [info] From claude: 2026-05-23T19:03:17.170Z [DEBUG] MDM settings load completed in 0ms
2026-05-23 19:03:17.198 [info] From claude: 2026-05-23T19:03:17.198Z [DEBUG] Broken symlink or missing file encountered for settings.json at path: /mnt/bst/a100/ksuo/mislam22/EndurKV_workspace/.claude/settings.json
2026-05-23 19:03:17.198 [info] From claude: 2026-05-23T19:03:17.198Z [DEBUG] Broken symlink or missing file encountered for settings.json at path: /mnt/bst/a100/ksuo/mislam22/EndurKV_workspace/.claude/settings.local.json
2026-05-23T19:03:17.198Z [DEBUG] Broken symlink or missing file encountered for settings.json at path: /etc/claude-code/managed-settings.json
2026-05-23 19:03:17.199 [info] From claude: 2026-05-23T19:03:17.199Z [DEBUG] CA certs: Config fallback - globalEnv keys: , settingsEnv keys: none
2026-05-23 19:03:17.199 [info] From claude: 2026-05-23T19:03:17.199Z [DEBUG] [init] configureGlobalMTLS starting
2026-05-23 19:03:17.200 [info] From claude: 2026-05-23T19:03:17.199Z [DEBUG] [init] configureGlobalMTLS complete
2026-05-23 19:03:17.200 [info] From claude: 2026-05-23T19:03:17.199Z [DEBUG] [init] configureGlobalAgents starting
2026-05-23 19:03:17.200 [info] From claude: 2026-05-23T19:03:17.200Z [DEBUG] CA certs: stores=bundled,system, extraCertsPath=undefined
2026-05-23 19:03:17.200 [info] From claude: 2026-05-23T19:03:17.200Z [DEBUG] CA certs: Loaded 145 bundled root certificates
2026-05-23 19:03:17.213 [info] From claude: 2026-05-23T19:03:17.212Z [DEBUG] CA certs: Loaded 294 system CA certificates
2026-05-23T19:03:17.212Z [DEBUG] mTLS: Creating HTTPS agent with custom certificates
2026-05-23T19:03:17.212Z [DEBUG] [init] configureGlobalAgents complete
2026-05-23 19:03:17.215 [info] From claude: 2026-05-23T19:03:17.215Z [DEBUG] Error log sink initialized
2026-05-23 19:03:17.226 [info] From claude: 2026-05-23T19:03:17.226Z [DEBUG] [STARTUP] Loading MCP configs...
2026-05-23 19:03:17.227 [info] From claude: 2026-05-23T19:03:17.227Z [DEBUG] [STARTUP] Running setup()...
2026-05-23 19:03:17.230 [info] From claude: 2026-05-23T19:03:17.230Z [DEBUG] [claudeai-mcp] Fetching from https://api.anthropic.com/v1/mcp_servers?limit=1000
2026-05-23 19:03:17.238 [info] From claude: 2026-05-23T19:03:17.238Z [DEBUG] installed_plugins.json doesn't exist, returning empty V2 object
2026-05-23 19:03:17.238 [info] From claude: 2026-05-23T19:03:17.238Z [DEBUG] Found 0 plugins (0 enabled, 0 disabled)
2026-05-23 19:03:17.267 [info] From claude: 2026-05-23T19:03:17.267Z [DEBUG] Git remote URL: null
2026-05-23T19:03:17.267Z [DEBUG] No git remote URL found
2026-05-23 19:03:17.414 [info] From claude: 2026-05-23T19:03:17.414Z [DEBUG] [claudeai-mcp] Fetched 1 servers
2026-05-23 19:03:17.435 [error] Failed to load config cache: Error: Query closed before response received
2026-05-23 19:03:17.436 [info] Getting authentication status
2026-05-23 19:03:17.436 [info] OAuth tokens found in secure storage
2026-05-23 19:03:17.437 [error] Error processing client request: Error: Query closed before response received
2026-05-23 19:03:17.548 [info] Received message from webview: {"type":"interrupt_claude","channelId":"hhbqb5vvap8"}
2026-05-23 19:03:17.549 [warning] Channel not found: hhbqb5vvap8
2026-05-23 19:03:17.652 [info] Received message from webview: {"type":"request","requestId":"djn1vp3lg5e","request":{"type":"init"}}
2026-05-23 19:03:17.723 [info] Getting authentication status
2026-05-23 19:03:17.723 [info] OAuth tokens found in secure storage
2026-05-23 19:03:17.730 [info] Getting authentication status
2026-05-23 19:03:17.730 [info] OAuth tokens found in secure storage
2026-05-23 19:03:17.795 [info] Received message from webview: {"type":"request","requestId":"e3r5m8y07um","request":{"type":"get_claude_state"}}
2026-05-23 19:03:17.803 [info] Received message from webview: {"type":"request","requestId":"mrsr1w6mc6","request":{"type":"get_current_selection"}}
2026-05-23 19:03:17.803 [info] Received message from webview: {"type":"request","requestId":"yzrl311k6p","request":{"type":"get_asset_uris"}}
2026-05-23 19:03:17.803 [info] Received message from webview: {"type":"request","requestId":"44y6rzg51rl","request":{"type":"list_sessions_request"}}
2026-05-23 19:03:17.803 [info] Received message from webview: {"type":"request","requestId":"plxv3bhb2e","request":{"type":"rename_tab","title":"Claude Code","hasPendingPermissions":false,"hasUnseenCompletion":false}}
2026-05-23 19:03:17.848 [info] Received message from webview: {"type":"request","requestId":"nlgxckxt1wk","request":{"type":"rename_tab","title":"Claude Code","hasPendingPermissions":false,"hasUnseenCompletion":false}}
2026-05-23 19:03:17.848 [info] Received message from webview: {"type":"launch_claude","channelId":"yn630zgyye","cwd":"/mnt/bst/a100/ksuo/mislam22/EndurKV_workspace","permissionMode":"default","thinkingLevel":"default_on"}
2026-05-23 19:03:17.889 [info] Launching Claude on channel: yn630zgyye
2026-05-23 19:03:17.981 [info] Python env: PATH=/usr/bin:/mnt/bst/a100/ksuo/mislam22/.local/bin:/mnt/bst/a100/ksuo/mislam22/.local/bin:/mnt/bst/a100/ksuo/mislam22/node-v20.11.1-linux-x64/bin:/mnt/bst/a100/ksuo/mislam22/node-v20.11.1-linux-x64/bin:/mnt/bst/a100/ksuo/mislam22/.pyenv/plugins/pyenv-virtualenv/shims:/mnt/bst/a100/ksuo/mislam22/.pyenv/shims:/mnt/bst/a100/ksuo/mislam22/.pyenv/bin:/usr/local/cuda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/mnt/bst/a100/ksuo/mislam22
2026-05-23 19:03:17.981 [info] Python env: VIRTUAL_ENV=/usr
2026-05-23 19:03:17.981 [info] Spawning Claude with SDK query function - cwd: /mnt/bst/a100/ksuo/mislam22/EndurKV_workspace, permission mode: default, version: 2.1.145, /mnt/bst/a100/ksuo/mislam22/.vscode-server/extensions/anthropic.claude-code-2.1.145-linux-x64/resources/native-binary/claude, resume: undefined
2026-05-23 19:03:18.226 [info] From claude: 2026-05-23T19:03:18.225Z [DEBUG] MDM settings load completed in 1ms
2026-05-23 19:03:18.255 [info] From claude: 2026-05-23T19:03:18.254Z [DEBUG] Broken symlink or missing file encountered for settings.json at path: /mnt/bst/a100/ksuo/mislam22/EndurKV_workspace/.claude/settings.json
2026-05-23 19:03:18.255 [info] From claude: 2026-05-23T19:03:18.254Z [DEBUG] Broken symlink or missing file encountered for settings.json at path: /mnt/bst/a100/ksuo/mislam22/EndurKV_workspace/.claude/settings.local.json
2026-05-23T19:03:18.255Z [DEBUG] Broken symlink or missing file encountered for settings.json at path: /etc/claude-code/managed-settings.json
2026-05-23 19:03:18.255 [info] From claude: 2026-05-23T19:03:18.255Z [DEBUG] CA certs: Config fallback - globalEnv keys: , settingsEnv keys: none
2026-05-23 19:03:18.256 [info] From claude: 2026-05-23T19:03:18.256Z [DEBUG] [init] configureGlobalMTLS starting
2026-05-23 19:03:18.256 [info] From claude: 2026-05-23T19:03:18.256Z [DEBUG] [init] configureGlobalMTLS complete
2026-05-23T19:03:18.256Z [DEBUG] [init] configureGlobalAgents starting
2026-05-23 19:03:18.256 [info] From claude: 2026-05-23T19:03:18.256Z [DEBUG] CA certs: stores=bundled,system, extraCertsPath=undefined
2026-05-23 19:03:18.257 [info] From claude: 2026-05-23T19:03:18.257Z [DEBUG] CA certs: Loaded 145 bundled root certificates
2026-05-23 19:03:18.267 [info] From claude: 2026-05-23T19:03:18.267Z [DEBUG] CA certs: Loaded 294 system CA certificates
2026-05-23 19:03:18.268 [info] From claude: 2026-05-23T19:03:18.268Z [DEBUG] mTLS: Creating HTTPS agent with custom certificates
2026-05-23 19:03:18.268 [info] From claude: 2026-05-23T19:03:18.268Z [DEBUG] [init] configureGlobalAgents complete
2026-05-23 19:03:18.270 [info] From claude: 2026-05-23T19:03:18.269Z [DEBUG] Error log sink initialized
2026-05-23 19:03:18.280 [info] From claude: 2026-05-23T19:03:18.280Z [DEBUG] [STARTUP] Loading MCP configs...
2026-05-23 19:03:18.281 [info] From claude: 2026-05-23T19:03:18.281Z [DEBUG] [STARTUP] Running setup()...
2026-05-23 19:03:18.283 [info] From claude: 2026-05-23T19:03:18.283Z [DEBUG] [claudeai-mcp] Fetching from https://api.anthropic.com/v1/mcp_servers?limit=1000
2026-05-23 19:03:18.290 [info] From claude: 2026-05-23T19:03:18.290Z [DEBUG] installed_plugins.json doesn't exist, returning empty V2 object
2026-05-23 19:03:18.290 [info] From claude: 2026-05-23T19:03:18.290Z [DEBUG] Found 0 plugins (0 enabled, 0 disabled)
2026-05-23 19:03:18.319 [info] From claude: 2026-05-23T19:03:18.319Z [DEBUG] Git remote URL: null
2026-05-23T19:03:18.319Z [DEBUG] No git remote URL found
2026-05-23 19:03:18.443 [info] From claude: 2026-05-23T19:03:18.443Z [DEBUG] [claudeai-mcp] Fetched 1 servers
2026-05-23 19:03:18.480 [info] Closing Claude on channel: yn630zgyye
2026-05-23 19:03:18.480 [error] Error spawning Claude (on channel yn630zgyye): Error: Query closed before response received
2026-05-23 19:03:18.480 [info] OAuth tokens found in secure storage
2026-05-23 19:03:18.480 [error] Failed to load config cache: Error: Query closed before response received
2026-05-23 19:03:18.481 [info] Getting authentication status
2026-05-23 19:03:18.481 [info] OAuth tokens found in secure storage
2026-05-23 19:03:18.482 [error] Error processing client request: Error: Query closed before response received
2026-05-23 19:03:18.670 [info] Received message from webview: {"type":"interrupt_claude","channelId":"e3r5m8y07um"}
2026-05-23 19:03:18.670 [warning] Channel not found: e3r5m8y07um
2026-05-23 19:04:58.044 [info] Received message from webview: {"type":"request","requestId":"l6f5eab5kco","request":{"type":"open_in_editor"}}
2026-05-23 19:04:58.048 [info] Getting authentication status
2026-05-23 19:04:58.048 [info] OAuth tokens found in secure storage
2026-05-23 19:04:58.048 [info] AuthManager initialized
2026-05-23 19:04:58.581 [info] Received message from webview: {"type":"request","requestId":"2dhp3md4c85","request":{"type":"init"}}
2026-05-23 19:04:58.650 [info] Getting authentication status
2026-05-23 19:04:58.650 [info] OAuth tokens found in secure storage
2026-05-23 19:04:58.654 [info] Getting authentication status
2026-05-23 19:04:58.654 [info] OAuth tokens found in secure storage
2026-05-23 19:04:58.727 [info] Received message from webview: {"type":"request","requestId":"qdq5xe2or4d","request":{"type":"get_claude_state"}}
2026-05-23 19:04:58.727 [info] Received message from webview: {"type":"request","requestId":"1sir8rabnzx","request":{"type":"get_current_selection"}}
2026-05-23 19:04:58.727 [info] Received message from webview: {"type":"request","requestId":"zr2czwnwqfg","request":{"type":"get_asset_uris"}}
2026-05-23 19:04:58.727 [info] Received message from webview: {"type":"request","requestId":"ekiu0yvjgvs","request":{"type":"list_sessions_request"}}
2026-05-23 19:04:58.736 [info] Received message from webview: {"type":"request","requestId":"149fkq9trz9p","request":{"type":"rename_tab","title":"Claude Code","hasPendingPermissions":false,"hasUnseenCompletion":false}}
2026-05-23 19:04:58.763 [info] Received message from webview: {"type":"request","requestId":"hbq6fh5jtz8","request":{"type":"rename_tab","title":"Claude Code","hasPendingPermissions":false,"hasUnseenCompletion":false}}
2026-05-23 19:04:58.763 [info] Received message from webview: {"type":"launch_claude","channelId":"gm4ehmv4uk9","cwd":"/mnt/bst/a100/ksuo/mislam22/EndurKV_workspace","permissionMode":"default","thinkingLevel":"default_on"}
2026-05-23 19:04:58.801 [info] Launching Claude on channel: gm4ehmv4uk9
2026-05-23 19:04:58.898 [info] Python env: PATH=/usr/bin:/mnt/bst/a100/ksuo/mislam22/.local/bin:/mnt/bst/a100/ksuo/mislam22/.local/bin:/mnt/bst/a100/ksuo/mislam22/node-v20.11.1-linux-x64/bin:/mnt/bst/a100/ksuo/mislam22/node-v20.11.1-linux-x64/bin:/mnt/bst/a100/ksuo/mislam22/.pyenv/plugins/pyenv-virtualenv/shims:/mnt/bst/a100/ksuo/mislam22/.pyenv/shims:/mnt/bst/a100/ksuo/mislam22/.pyenv/bin:/usr/local/cuda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/mnt/bst/a100/ksuo/mislam22
2026-05-23 19:04:58.898 [info] Python env: VIRTUAL_ENV=/usr
2026-05-23 19:04:58.898 [info] Spawning Claude with SDK query function - cwd: /mnt/bst/a100/ksuo/mislam22/EndurKV_workspace, permission mode: default, version: 2.1.145, /mnt/bst/a100/ksuo/mislam22/.vscode-server/extensions/anthropic.claude-code-2.1.145-linux-x64/resources/native-binary/claude, resume: undefined
2026-05-23 19:04:59.140 [info] From claude: 2026-05-23T19:04:59.139Z [DEBUG] MDM settings load completed in 1ms
2026-05-23 19:04:59.166 [info] From claude: 2026-05-23T19:04:59.166Z [DEBUG] Broken symlink or missing file encountered for settings.json at path: /mnt/bst/a100/ksuo/mislam22/EndurKV_workspace/.claude/settings.json
2026-05-23 19:04:59.166 [info] From claude: 2026-05-23T19:04:59.166Z [DEBUG] Broken symlink or missing file encountered for settings.json at path: /mnt/bst/a100/ksuo/mislam22/EndurKV_workspace/.claude/settings.local.json
2026-05-23 19:04:59.166 [info] From claude: 2026-05-23T19:04:59.166Z [DEBUG] Broken symlink or missing file encountered for settings.json at path: /etc/claude-code/managed-settings.json
2026-05-23 19:04:59.167 [info] From claude: 2026-05-23T19:04:59.166Z [DEBUG] CA certs: Config fallback - globalEnv keys: , settingsEnv keys: none
2026-05-23 19:04:59.167 [info] From claude: 2026-05-23T19:04:59.167Z [DEBUG] [init] configureGlobalMTLS starting
2026-05-23 19:04:59.167 [info] From claude: 2026-05-23T19:04:59.167Z [DEBUG] [init] configureGlobalMTLS complete
2026-05-23 19:04:59.167 [info] From claude: 2026-05-23T19:04:59.167Z [DEBUG] [init] configureGlobalAgents starting
2026-05-23 19:04:59.167 [info] From claude: 2026-05-23T19:04:59.167Z [DEBUG] CA certs: stores=bundled,system, extraCertsPath=undefined
2026-05-23 19:04:59.168 [info] From claude: 2026-05-23T19:04:59.168Z [DEBUG] CA certs: Loaded 145 bundled root certificates
2026-05-23 19:04:59.178 [info] From claude: 2026-05-23T19:04:59.178Z [DEBUG] CA certs: Loaded 294 system CA certificates
2026-05-23 19:04:59.179 [info] From claude: 2026-05-23T19:04:59.179Z [DEBUG] mTLS: Creating HTTPS agent with custom certificates
2026-05-23 19:04:59.179 [info] From claude: 2026-05-23T19:04:59.179Z [DEBUG] [init] configureGlobalAgents complete
2026-05-23 19:04:59.181 [info] From claude: 2026-05-23T19:04:59.181Z [DEBUG] Error log sink initialized
2026-05-23 19:04:59.191 [info] From claude: 2026-05-23T19:04:59.191Z [DEBUG] [STARTUP] Loading MCP configs...
2026-05-23 19:04:59.192 [info] From claude: 2026-05-23T19:04:59.192Z [DEBUG] [STARTUP] Running setup()...
2026-05-23 19:04:59.194 [info] From claude: 2026-05-23T19:04:59.194Z [DEBUG] [claudeai-mcp] Fetching from https://api.anthropic.com/v1/mcp_servers?limit=1000
2026-05-23 19:04:59.200 [info] From claude: 2026-05-23T19:04:59.200Z [DEBUG] installed_plugins.json doesn't exist, returning empty V2 object
2026-05-23 19:04:59.201 [info] From claude: 2026-05-23T19:04:59.201Z [DEBUG] Found 0 plugins (0 enabled, 0 disabled)
2026-05-23 19:04:59.231 [info] From claude: 2026-05-23T19:04:59.230Z [DEBUG] Git remote URL: null
2026-05-23T19:04:59.230Z [DEBUG] No git remote URL found
2026-05-23 19:04:59.351 [info] From claude: 2026-05-23T19:04:59.351Z [DEBUG] [claudeai-mcp] Fetched 1 servers
2026-05-23 19:04:59.381 [info] Closing Claude on channel: gm4ehmv4uk9
2026-05-23 19:04:59.381 [error] Error spawning Claude (on channel gm4ehmv4uk9): Error: Query closed before response received
2026-05-23 19:04:59.381 [info] OAuth tokens found in secure storage
2026-05-23 19:04:59.382 [error] Failed to load config cache: Error: Query closed before response received
2026-05-23 19:04:59.383 [info] Getting authentication status
2026-05-23 19:04:59.383 [info] OAuth tokens found in secure storage
2026-05-23 19:04:59.383 [error] Error processing client request: Error: Query closed before response received
2026-05-23 19:04:59.557 [info] Received message from webview: {"type":"interrupt_claude","channelId":"qdq5xe2or4d"}
2026-05-23 19:04:59.558 [warning] Channel not found: qdq5xe2or4d
2026-05-23 19:06:06.613 [info] Received message from webview: {"type":"request","requestId":"vkf6eqzn34","request":{"type":"open_in_editor"}}
2026-05-23 19:06:06.616 [info] Getting authentication status
2026-05-23 19:06:06.616 [info] OAuth tokens found in secure storage
2026-05-23 19:06:06.616 [info] AuthManager initialized
2026-05-23 19:06:07.163 [info] Received message from webview: {"type":"request","requestId":"fcntxspyon4","request":{"type":"init"}}
2026-05-23 19:06:07.239 [info] Getting authentication status
2026-05-23 19:06:07.239 [info] OAuth tokens found in secure storage
2026-05-23 19:06:07.244 [info] Getting authentication status
2026-05-23 19:06:07.244 [info] OAuth tokens found in secure storage
2026-05-23 19:06:07.317 [info] Received message from webview: {"type":"request","requestId":"h400770ha4p","request":{"type":"get_claude_state"}}
2026-05-23 19:06:07.318 [info] Received message from webview: {"type":"request","requestId":"hqybgjj81vd","request":{"type":"get_current_selection"}}
2026-05-23 19:06:07.318 [info] Received message from webview: {"type":"request","requestId":"hvqmo0bkrni","request":{"type":"get_asset_uris"}}
2026-05-23 19:06:07.318 [info] Received message from webview: {"type":"request","requestId":"27ya2vpgygj","request":{"type":"list_sessions_request"}}
2026-05-23 19:06:07.318 [info] Received message from webview: {"type":"request","requestId":"tow6k6hxj3b","request":{"type":"rename_tab","title":"Claude Code","hasPendingPermissions":false,"hasUnseenCompletion":false}}
2026-05-23 19:06:07.353 [info] Received message from webview: {"type":"request","requestId":"j024ehppano","request":{"type":"rename_tab","title":"Claude Code","hasPendingPermissions":false,"hasUnseenCompletion":false}}
2026-05-23 19:06:07.354 [info] Received message from webview: {"type":"launch_claude","channelId":"w2b3chzdsyf","cwd":"/mnt/bst/a100/ksuo/mislam22/EndurKV_workspace","permissionMode":"default","thinkingLevel":"default_on"}
2026-05-23 19:06:07.396 [info] Launching Claude on channel: w2b3chzdsyf
2026-05-23 19:06:07.496 [info] Python env: PATH=/usr/bin:/mnt/bst/a100/ksuo/mislam22/.local/bin:/mnt/bst/a100/ksuo/mislam22/.local/bin:/mnt/bst/a100/ksuo/mislam22/node-v20.11.1-linux-x64/bin:/mnt/bst/a100/ksuo/mislam22/node-v20.11.1-linux-x64/bin:/mnt/bst/a100/ksuo/mislam22/.pyenv/plugins/pyenv-virtualenv/shims:/mnt/bst/a100/ksuo/mislam22/.pyenv/shims:/mnt/bst/a100/ksuo/mislam22/.pyenv/bin:/usr/local/cuda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/mnt/bst/a100/ksuo/mislam22
2026-05-23 19:06:07.496 [info] Python env: VIRTUAL_ENV=/usr
2026-05-23 19:06:07.496 [info] Spawning Claude with SDK query function - cwd: /mnt/bst/a100/ksuo/mislam22/EndurKV_workspace, permission mode: default, version: 2.1.145, /mnt/bst/a100/ksuo/mislam22/.vscode-server/extensions/anthropic.claude-code-2.1.145-linux-x64/resources/native-binary/claude, resume: undefined
2026-05-23 19:06:07.746 [info] From claude: 2026-05-23T19:06:07.744Z [DEBUG] MDM settings load completed in 0ms
2026-05-23 19:06:07.773 [info] From claude: 2026-05-23T19:06:07.773Z [DEBUG] Broken symlink or missing file encountered for settings.json at path: /mnt/bst/a100/ksuo/mislam22/EndurKV_workspace/.claude/settings.json
2026-05-23 19:06:07.773 [info] From claude: 2026-05-23T19:06:07.773Z [DEBUG] Broken symlink or missing file encountered for settings.json at path: /mnt/bst/a100/ksuo/mislam22/EndurKV_workspace/.claude/settings.local.json
2026-05-23 19:06:07.773 [info] From claude: 2026-05-23T19:06:07.773Z [DEBUG] Broken symlink or missing file encountered for settings.json at path: /etc/claude-code/managed-settings.json
2026-05-23 19:06:07.774 [info] From claude: 2026-05-23T19:06:07.773Z [DEBUG] CA certs: Config fallback - globalEnv keys: , settingsEnv keys: none
2026-05-23 19:06:07.774 [info] From claude: 2026-05-23T19:06:07.774Z [DEBUG] [init] configureGlobalMTLS starting
2026-05-23 19:06:07.774 [info] From claude: 2026-05-23T19:06:07.774Z [DEBUG] [init] configureGlobalMTLS complete
2026-05-23 19:06:07.775 [info] From claude: 2026-05-23T19:06:07.774Z [DEBUG] [init] configureGlobalAgents starting
2026-05-23 19:06:07.775 [info] From claude: 2026-05-23T19:06:07.775Z [DEBUG] CA certs: stores=bundled,system, extraCertsPath=undefined
2026-05-23 19:06:07.775 [info] From claude: 2026-05-23T19:06:07.775Z [DEBUG] CA certs: Loaded 145 bundled root certificates
2026-05-23 19:06:07.785 [info] From claude: 2026-05-23T19:06:07.785Z [DEBUG] CA certs: Loaded 294 system CA certificates
2026-05-23 19:06:07.786 [info] From claude: 2026-05-23T19:06:07.786Z [DEBUG] mTLS: Creating HTTPS agent with custom certificates
2026-05-23 19:06:07.786 [info] From claude: 2026-05-23T19:06:07.786Z [DEBUG] [init] configureGlobalAgents complete
2026-05-23 19:06:07.788 [info] From claude: 2026-05-23T19:06:07.788Z [DEBUG] Error log sink initialized
2026-05-23 19:06:07.799 [info] From claude: 2026-05-23T19:06:07.799Z [DEBUG] [STARTUP] Loading MCP configs...
2026-05-23 19:06:07.800 [info] From claude: 2026-05-23T19:06:07.800Z [DEBUG] [STARTUP] Running setup()...
2026-05-23 19:06:07.803 [info] From claude: 2026-05-23T19:06:07.803Z [DEBUG] [claudeai-mcp] Fetching from https://api.anthropic.com/v1/mcp_servers?limit=1000
2026-05-23 19:06:07.810 [info] From claude: 2026-05-23T19:06:07.809Z [DEBUG] installed_plugins.json doesn't exist, returning empty V2 object
2026-05-23 19:06:07.810 [info] From claude: 2026-05-23T19:06:07.810Z [DEBUG] Found 0 plugins (0 enabled, 0 disabled)
2026-05-23 19:06:07.841 [info] From claude: 2026-05-23T19:06:07.841Z [DEBUG] Git remote URL: null
2026-05-23 19:06:07.841 [info] From claude: 2026-05-23T19:06:07.841Z [DEBUG] No git remote URL found
2026-05-23 19:06:07.969 [info] From claude: 2026-05-23T19:06:07.969Z [DEBUG] [claudeai-mcp] Fetched 1 servers
2026-05-23 19:06:08.007 [info] Closing Claude on channel: w2b3chzdsyf
2026-05-23 19:06:08.007 [error] Error spawning Claude (on channel w2b3chzdsyf): Error: Query closed before response received
2026-05-23 19:06:08.007 [info] OAuth tokens found in secure storage
2026-05-23 19:06:08.007 [error] Failed to load config cache: Error: Query closed before response received
2026-05-23 19:06:08.009 [info] Getting authentication status
2026-05-23 19:06:08.009 [info] OAuth tokens found in secure storage
2026-05-23 19:06:08.009 [error] Error processing client request: Error: Query closed before response received
2026-05-23 19:06:08.200 [info] Received message from webview: {"type":"interrupt_claude","channelId":"h400770ha4p"}
2026-05-23 19:06:08.200 [warning] Channel not found: h400770ha4p
2026-05-23 19:14:11.910 [info] Received message from webview: {"type":"request","requestId":"9d875tdbdq8","request":{"type":"open_output_panel"}}
This issue has 1 comment on GitHub. Read the full discussion on GitHub ↗