DeepSeek Harness · failure diagnosis
“bundle script failed to load” — a build-level dsh failure
client-modules: bundle script … failed to load
The plugin’s client bundle failed to execute or parse in the loader — a build-level problem rather than a module-table miss.
插件的 client bundle 在加载器里执行/解析失败——这是构建层面的问题,不是模块表缺失。
Why it happens根因
A malformed bundle, a script that threw during evaluation, or a bundle that did not register its factory.
bundle 畸形、求值期抛出异常、或未注册其 factory。
How to fix it怎么修
Run npx dsh-why to confirm the plugin’s requires are satisfiable and whether a newer release exists; the author usually needs to rebuild.
跑 npx dsh-why 确认该插件的 require 是否可满足、是否有新版;通常作者需要重新构建。
FAQ常见问题
Is this a missing module?
Usually not — it is a build/parse failure of the bundle itself.
这是缺模块吗?
通常不是——是 bundle 本身的构建/解析失败。