[BUG]昨天正常使用完关闭后就无法再次打开 #4855
|
npm命令打开harness时出现无法正常加载工作区报错C:\Users\lenovo>npx @deepseek-ai/dsh web Error: dsh: plugin tree failed to load: failed to apply loader entry include (cordis:include): failed to apply loader entry workspace (@deepseek-ai/dsh-workspace): corrupt Zstandard session log: first frame is not exactly one header line Node.js v24.16.0 |
Replies: 2 comments 1 reply
|
This startup stack is the physical-framing branch of Session recovery, not evidence that the launcher or every profile is broken. The outer A safe triage order is:
Do not delete the whole profile, broadly clear the cache, or recompress the file into one frame: those actions can destroy the comparison and hide unrelated healthy Sessions. The handbook now includes the Windows startup case and the full framing/sequence/identity/read-state matrix here: https://sandbaseai.github.io/deepseek-harness-handbook/session-history-recovery.html Disclosure: I maintain this independent handbook with SandBase; it is not an official DeepSeek AI project. |
|
隔离坏会话让 Harness 起来,这步是对的。 dsh-session-surgeon 可以在 Web 被坏日志卡住时,另开扫 header / inspect,不必先让官方 dsh plugin --profile web add "github:xiaoshenming/dsh-session-surgeon#main"或 CLI:
不要清整个 profile / npm cache 来「修复」——那会把健康会话一起弄没。 |
This startup stack is the physical-framing branch of Session recovery, not evidence that the launcher or every profile is broken. The outer
plugin tree failed to loadidentifies the workspace loader; the innercorrupt Zstandard session log: first frame is not exactly one header lineidentifies the persisted artifact boundary.A safe triage order is:
Do not delete the whole profile, broadly clear the cache, or recompress the file into one frame: those actions can destr…