ErrLookup › Kuberwastaken/claurst

Kuberwastaken/claurst

Agentic Coding for Builders who Ship · Rust · 296 source files

Analyzed at b0637c97ec on 2026-09-10. 202 documented errors.

Code / MessageTypeSeverityTags
MCP server ' ': legacy SSE POST request failed
exception error network, mcp, sse, http-client, connection
MCP server ' ': failed to parse legacy SSE JSON payload
exception error mcp, sse, json, deserialization, protocol
--version requires an argument
validation error
Missing code or state in OAuth callback
validation error oauth, callback, missing-parameter, cli
Unknown option
validation error
Login succeeded but could not obtain a usable credential
exception error oauth, authentication, api-key, rust
MCP server ' ': failed to read legacy SSE HTTP response body
exception error network, mcp, sse, http-body, transient
rmcp read_resource ' ' returned no contents
exception warning mcp, resources, empty-result, rpc, content
generationConfig must be an object
panic error rust, serde-json, google-provider, invariant, panic
LSP request ' ' channel closed (server: )
exception error lsp, ipc, process-crash, rust
Token refresh failed
http error oauth, token-refresh, http, authentication
connection closed while awaiting response to
exception error network, acp, connection-closed, async
rmcp get_prompt ' ' failed
exception error mcp, jsonrpc, prompts, rpc, arguments
rmcp read_resource ' ' failed
exception error mcp, jsonrpc, resources, rpc, uri
rmcp list_tools failed
exception error mcp, jsonrpc, tools, rpc, session
No active Chrome session. Run `/chrome connect` first.
exception error chrome, session, state-machine, cli
Remote Control requires a session token. Set…
exception error bridge, remote-control, authentication, env-var, setup
Token exchange failed
http error oauth, http, token-exchange, network
models endpoint returned
http error oauth, network, io, async
rmcp call_tool ' ' failed
exception error mcp, jsonrpc, tools, rpc, arguments
API key creation failed
http error oauth, http, api-key, network
--dangerously-skip-permissions cannot be used with…
validation error security, permissions, cli, root
e.to_string()
exception error
Bridge poll: auth error
http error oauth, json, serde, http-response
rmcp list_resources failed
exception error mcp, jsonrpc, resources, rpc, session
rmcp list_prompts failed
exception error mcp, jsonrpc, prompts, rpc, session
no tag_name in GitHub API response
exception error github, api, json, upgrade
failed to build reqwest client
panic critical rust, reqwest, tls, panic, http-client
LSP message missing Content-Length header
exception error lsp, stdio, protocol, ipc
Invalid JWT: expected at least 2 dot-separated segments
validation error oauth, authorization-code, query-params
OAuth state mismatch — possible CSRF attack
exception error oauth, csrf, security, callback
LSP request ' ' timed out (server: )
exception error lsp, timeout, jsonrpc, rust
No query string in callback
exception error oauth, http, callback, url, cli
Failed to parse settings file
validation error json, config, serialization, startup
LSP server stdin not available
exception error lsp, stdio, internal-error, rust
voice thread runtime
panic error rust, tokio, async-runtime, voice, panic
Poll: no token
exception error bridge, authentication, remote-control, missing-token
stdin was requested as piped
panic error rust, git, process-spawn, stdin, invariant
No API key found. Options: - Set ANTHROPIC_API_KEY for…
exception error api-key, authentication, configuration, headless
Bridge session registration failed: authentication error
http error mcp, config, stdio, missing-field
failed to create a unique upgrade staging file next to
exception error
hooks. [].hooks must be an array
validation error json, config-import, validation, hooks
Bridge register: auth error
http error oauth, token-storage, file-write, credentials
No API key found
exception error api, authentication, config, missing-api-key
unable to parse api key for http header
panic critical panic, http-headers, api-key, validation
MCP server ' ': invalid streamable HTTP protocol version
exception error mcp, protocol-version, serde, dependency
MCP server ' ' not found or not connected
exception error mcp, lookup-failure, configuration
MCP server ' ' is configured as ' ' but missing URL
validation error mcp, config, oauth, url
WebSocket closed unexpectedly
exception error websocket, chrome, cdp, connection
(?:https?|ftp)://\S+|www\.\S+
panic info rust, regex, static-init, panic
Failed to start LSP server
exception critical lsp, process-spawn, command-not-found, rust
source settings.json must be a JSON object
validation error json, validation, import, settings, config
mcpServers must be an object
validation error json, config-import, validation, mcp
start_bridge: bridge is not active
exception error network, oauth, refresh, reqwest
Bridge register: server returned
http error network, oauth, reqwest, http
OAuth callback path mismatch: expected
exception error oauth, csrf, callback, security
Failed to exchange code
exception error network, oauth, http-client, token-exchange
legacy SSE endpoint event did not include a POST endpoint
exception error mcp, sse, protocol, endpoint
LSP server ' ' not running
exception error lsp, process-startup, rust
Whisper API returned
http error network, http, api, whisper, audio
OAuth callback timeout (5 minutes)
exception warning oauth, timeout, browser, cli
Failed to build HTTP client
exception error http, oauth, reqwest, tls
MCP server ' ' connection failed
exception error mcp, connection, handshake, network
LSP server closed stdout
exception error lsp, stdio, process-crash, ipc
No accounts stored for
exception error accounts, profiles, provider, state
No API key found for voice transcription. Set…
exception error voice, api-key, configuration, whisper
Cannot read ' ' for LSP
exception error lsp, file-io, rust
installed binary path has no file name
exception error filesystem, path, upgrade, self-update
Failed to build reqwest client
panic critical rust, reqwest, tls, panic, bridge
Archive did not contain expected binary
exception error
Failed to store MCP token for
exception error mcp, oauth, persistence, io
LSP client already shut down
exception error lsp, lifecycle, use-after-shutdown, rust
Bridge poll: server returned
http error oauth, token-store, refresh, lookup
Callback server dropped
exception error oauth, callback, tokio, channel
Voice recording is not available in this build (compile…
exception error voice, compile-time-feature, cargo-features
Refusing to overwrite malformed settings file
exception error json, config, file-write, data-loss-prevention
Failed to generate PKCE verifier
exception error oauth, pkce, cryptography
valid OAuth authorize base URL
panic error rust, oauth, url-parsing, panic, configuration
Bridge session registration failed: server returned HTTP
http error
OAuth callback did not contain an authorization code
exception error
Failed to open browser for OAuth
exception error
invalid bearer token header
validation error http, authentication, header-value
MCP client backend missing
exception error mcp, state, initialization
OAuth metadata parse error
exception error oauth, json, http, parsing
Path contains URL-encoded traversal sequences
validation error
run_bridge_loop: bridge is not active
exception error
MCP server ' ': tool ' ' call failed
exception error mcp, rpc, tool-call
Transcription API returned
http error http, whisper, api, transcription
Account ' ' not found for
exception error
failed to install new binary
exception error
MCP server ' ': legacy SSE stream ended before endpoint…
exception error
poll_bridge_messages: rate-limited (HTTP 429) after
http error
MCP server ' ': failed to open legacy SSE stream
exception error
Bridge upload: server returned
http error oauth, refresh-token, token-store
Invalid : contains unsafe characters
validation error oauth, browser, process-spawn, headless
legacy SSE stream closed before announcing endpoint
exception error
No screenshot data in response
exception error chrome, cdp, screenshot, unexpected-response
MinimaxProvider: failed to build HTTP client
panic critical panic, http-client, tls, reqwest
No access_token in response
exception error oauth, json, unexpected-response, token-exchange
AnthropicProvider::from_config: failed to create…
panic critical panic, http-client, tls, configuration