Replies: 1 comment
|
这个确实,只能手动加--port <端口号> |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Error: dsh: plugin tree failed to load: failed to apply loader entry include (cordis:include): failed to apply loader entry webserver (@deepseek-ai/dsh-host-webserver): listen EADDRINUSE: address already in use 127.0.0.1:3080
Error: listen EADDRINUSE: address already in use 127.0.0.1:3080
at Server.setupListenHandle [as _listen2] (node:net:1940:16)
at listenInCluster (node:net:1997:12)
at node:net:2206:7
at process.processTicksAndRejections (node:internal/process/task_queues:89:21)
at boot (file:///Users/mac/.bun/install/global/node_modules/@deepseek-ai/dsh-app-boot/lib/index.js:1186:9)
at async runProfile (file:///Users/mac/.bun/install/global/node_modules/@deepseek-ai/dsh/lib/profile-boot-DG5t9aNs.js:247:14)
at async file:///Users/mac/.bun/install/global/node_modules/@deepseek-ai/dsh/lib/bin.js:133:3 {
[cause]: Error: failed to apply loader entry include (cordis:include): failed to apply loader entry webserver (@deepseek-ai/dsh-host-webserver): listen EADDRINUSE: address already in use 127.0.0.1:3080
at updateError (file:///Users/mac/.bun/install/global/node_modules/@deepseek-ai/cordis-plugin-loader/lib/index.js:299:9)
at Entry._init (file:///Users/mac/.bun/install/global/node_modules/@deepseek-ai/cordis-plugin-loader/lib/index.js:519:10)
at async Entry.init (file:///Users/mac/.bun/install/global/node_modules/@deepseek-ai/cordis-plugin-loader/lib/index.js:495:4)
at async Entry.update (file:///Users/mac/.bun/install/global/node_modules/@deepseek-ai/cordis-plugin-loader/lib/index.js:416:37)
at async EntryGroup.create (file:///Users/mac/.bun/install/global/node_modules/@deepseek-ai/cordis-plugin-loader/lib/index.js:55:4)
at async Proxy.create (file:///Users/mac/.bun/install/global/node_modules/@deepseek-ai/cordis-plugin-loader/lib/index.js:217:14)
at async mountRootInclude (file:///Users/mac/.bun/install/global/node_modules/@deepseek-ai/dsh-app-boot/lib/index.js:984:20)
at async boot (file:///Users/mac/.bun/install/global/node_modules/@deepseek-ai/dsh-app-boot/lib/index.js:1175:3)
at async runProfile (file:///Users/mac/.bun/install/global/node_modules/@deepseek-ai/dsh/lib/profile-boot-DG5t9aNs.js:247:14)
at async file:///Users/mac/.bun/install/global/node_modules/@deepseek-ai/dsh/lib/bin.js:133:3 {
[cause]: Error: failed to apply loader entry webserver (@deepseek-ai/dsh-host-webserver): listen EADDRINUSE: address already in use 127.0.0.1:3080
at updateError (file:///Users/mac/.bun/install/global/node_modules/@deepseek-ai/cordis-plugin-loader/lib/index.js:299:9)
at Entry._await (file:///Users/mac/.bun/install/global/node_modules/@deepseek-ai/cordis-plugin-loader/lib/index.js:506:10)
at process.processTicksAndRejections (node:internal/process/task_queues:103:5)
at async Entry.init (file:///Users/mac/.bun/install/global/node_modules/@deepseek-ai/cordis-plugin-loader/lib/index.js:500:3)
at async Entry.update (file:///Users/mac/.bun/install/global/node_modules/@deepseek-ai/cordis-plugin-loader/lib/index.js:416:37)
at async EntryGroup.create (file:///Users/mac/.bun/install/global/node_modules/@deepseek-ai/cordis-plugin-loader/lib/index.js:55:4)
at async Promise.allSettled (index 92)
at async EntryGroup.update (file:///Users/mac/.bun/install/global/node_modules/@deepseek-ai/cordis-plugin-loader/lib/index.js:87:21)
at async Include._apply (file:///Users/mac/.bun/install/global/node_modules/@deepseek-ai/dsh-app-boot/lib/index.js:238:3) {
[cause]: Error: listen EADDRINUSE: address already in use 127.0.0.1:3080
at Server.setupListenHandle [as _listen2] (node:net:1940:16)
at listenInCluster (node:net:1997:12)
at node:net:2206:7
at process.processTicksAndRejections (node:internal/process/task_queues:89:21) {
code: 'EADDRINUSE',
errno: -48,
syscall: 'listen',
address: '127.0.0.1',
port: 3080
}
}
}
}
Node.js v24.11.1
All reactions