#file-not-found
Sorted by views, then solution_desc, solution, and root_cause length (desc).
2657 issues
When running `openclaw update`, the **Completion cache update** step produces the following error: ``` Completion cache update failed ([openclaw] Failed to start CLI: Error: qa scenario pack not found: qa/scenarios/index.md at readQaScenarioPack (file:///usr/local/lib/node_modules/openclaw/dist/suite-BW4kSK9C.js:754:27) at readQaScenarioById (file:///usr/local/lib/node_modules/openclaw/dist/suite-BW4kSK9C.js:790:19) at readQaScenarioExecutionConfig (file:///usr/local/lib/node_modules/openclaw/dist/suite-BW4kSK9C.js:795:9) at readRequiredDiscoveryRefs (file:///usr/local/lib/node_modules/openclaw/dist/suite-BW4kSK9C.js:2834:9) at file:///usr/local/lib/node_modules/openclaw/dist/suite-BW4kSK9C.js:2840:39 ```
When running CLI commands like `openclaw browser status`, the connection to the local gateway consistently fails with: `Error: gateway closed (1000 normal closure): no close reason` Interestingly, the command works perfectly when the `--json` flag is added. This suggests a race condition or event-loop blockage caused by the terminal progress indica tor (spinner).
The `openai-codex` provider (targeting `chatgpt.com/backend-api/codex/responses`) does not cap the `instructions` field before sending. When workspace bootstrap files + system prompt + tool schemas exceed ~32 KiB, the API returns `{"detail":"Bad Request"}` (400). This makes GPT-5.4 unusable for agents with larger workspaces.
After upgrading from 3.24 to 3.28, the gateway failed to start up. openclaw doctor --fix says: **Invalid config: channels.feishu: invalid config: must NOT have additional properties** How can this issue be fixed?
On macOS, OpenClaw 2026.3.13 completes the browser auth step for OpenAI Codex OAuth but fails at code-to-token exchange, while 2026.2.6-3 succeeds under the same proxy setup.
After upgrading from a previous npm global install to OpenClaw 2026.4.x (tested on 2026.4.3 and 2026.4.5), every CLI command fails with `Cannot find module` for channel plugin dependencies (`@slack/logger`, `@buape/carbon`, `@larksuiteoapi/node-sdk`, `grammy`), because the `packageManager: pnpm` declaration causes npm to silently drop these packages during global install hoisting.
After updating to **2026.4.5**, third-party memory plugins fail to initialize with: ``` memory-lancedb-pro invalid config: embedding: must have required property 'embedding' 1 plugin(s) failed to initialize (validation: memory-lancedb-pro) ``` This does not occur on 2026.4.4 with the same config.
The newly release minimax-m2.7 is added to both opencode zen and opencode go it is not added in the openclaw models list
When using moonshotai/kimi-k2.5 (via NVIDIA NIM, api: openai-completions) as the primary agent in OpenClaw 2026.3.11, the agent completely fails to parse and execute any tools (including read, exec, web_search, etc.).