bilive / bilive_client

基于Node.JS的bilibili账号活跃系统
MIT License
457 stars 109 forks source link

大大我的这个是什么问题。 #35

Closed selfler closed 6 years ago

selfler commented 6 years ago
at Object._errnoException (util.js:1031:13)
at _exceptionWithHostPort (util.js:1052:20)
at Server.setupListenHandle [as _listen2] (net.js:1367:14)
at listenInCluster (net.js:1408:12)
at Server.listen (net.js:1496:7)
at Options._HttpServer (/home/wwwroot/bilive_client/bilive/options.js:28:20)
at Options.Start (/home/wwwroot/bilive_client/bilive/options.js:15:14)
at BiLive.Options (/home/wwwroot/bilive_client/bilive/index.js:29:18)
at BiLive.Start (/home/wwwroot/bilive_client/bilive/index.js:22:18)
at <anonymous>

errno: 'EADDRINUSE', code: 'EADDRINUSE', syscall: 'listen', address: '::', port: 10080 } 昨天还行 node 9.2.0

lzghzr commented 6 years ago

端口被占用,看看是不是你已经开了一个了

selfler notifications@github.com 于 2017年12月7日周四 21:47写道:

at Object._errnoException (util.js:1031:13) at _exceptionWithHostPort (util.js:1052:20) at Server.setupListenHandle [as _listen2] (net.js:1367:14) at listenInCluster (net.js:1408:12) at Server.listen (net.js:1496:7) at Options._HttpServer (/home/wwwroot/bilive_client/bilive/options.js:28:20) at Options.Start (/home/wwwroot/bilive_client/bilive/options.js:15:14) at BiLive.Options (/home/wwwroot/bilive_client/bilive/index.js:29:18) at BiLive.Start (/home/wwwroot/bilive_client/bilive/index.js:22:18) at

errno: 'EADDRINUSE', code: 'EADDRINUSE', syscall: 'listen', address: '::', port: 10080 } 昨天还行 node 9.2.0

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/lzghzr/bilive_client/issues/35, or mute the thread https://github.com/notifications/unsubscribe-auth/AMxV0qNnJeY-osp3nM8SMOUPmf8BF5bKks5s9-xmgaJpZM4Q5kl5 .

selfler commented 6 years ago

好了。。旧版本开了个窗口忘记了😂