注册window服务后无法添加音源 #1092
Unanswered
bingcha12138
asked this question in
Q&A
Replies: 1 comment
-
端口冲突了,换一个即可 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
PS D:\网易云解灰> node app.js -o bilibili
node:events:491
throw er; // Unhandled 'error' event
^
Error: listen EADDRINUSE: address already in use :::8080
at Server.setupListenHandle [as _listen2] (node:net:1740:16)
at listenInCluster (node:net:1788:12)
at Server.listen (node:net:1876:7)
at D:\网易云解灰\precompiled\app.js:81:154225
Emitted 'error' event on Server instance at:
at emitErrorNT (node:net:1767:8)
at process.processTicksAndRejections (node:internal/process/task_queues:82:21) {
code: 'EADDRINUSE',
errno: -4091,
syscall: 'listen',
address: '::',
port: 8080
}
Node.js v18.16.0
Beta Was this translation helpful? Give feedback.
All reactions