Skip to content

windows下安装时遇到的问题 #655

@lixiaolusunshine

Description

@lixiaolusunshine

Please answer these questions before submitting your issue. Thanks!

(Please mention that if the issue you filed is solved, you may wish to close it by yourself. Thanks again.)

(PS, you can remove 3 lines above, including this one, before post your issue.)

What version of shadowsocks-manager are you using?

I use the shadowsocks-manager python

What operating system are you using?

win10

What version of Node.js are you using?

nodejs 12.*

What did you do?

1.ssserver -m aes-256-cfb -k 123456 --manager-address 127.0.0.1:6001(正常运行)
2.node server.js -c default.yml 运行这个命令的时候出错;
Caught exception:
[2020-08-03T09:44:02.434] [ERROR] system - Error: write ENOTSUP
at ChildProcess.target._send (internal/child_process.js:806:20)
at ChildProcess.target.send (internal/child_process.js:677:19)
at sendHelper (internal/cluster/utils.js:26:15)
at send (internal/cluster/master.js:349:10)
at internal/cluster/master.js:315:5
at SharedHandle.add (internal/cluster/shared_handle.js:30:3)
at queryServer (internal/cluster/master.js:309:10)
at Worker.onmessage (internal/cluster/master.js:249:5)
at ChildProcess.onInternalMessage (internal/cluster/utils.js:47:8)
at ChildProcess.emit (events.js:327:22) {
errno: 'ENOTSUP',
code: 'ENOTSUP',
syscall: 'write'
这里使用的default.yml配置文件
type: s
shadowsocks:
address: 127.0.0.1:6001
manager:
address: 0.0.0.0:6002
password: '123456'
db:
(这里连接的时mysql数据库)

then when I use the command node server.js -c webgui.yml 的时候出现了以下错误;
Error: connect ECONNREFUSED 127.0.0.1:6002
at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1141:16) {
errno: 'ECONNREFUSED',
code: 'ECONNREFUSED',
syscall: 'connect',
address: '127.0.0.1',
port: 6002
}
[2020-08-03T10:05:35.492] [ERROR] account - Error: connect to ssmgr[s] fail [127.0.0.1:6002]
at Socket. (C:\Users\xiaolyli\shadowsocks-manager\services\manager.js:94:14)
at Socket.emit (events.js:315:20)
at emitErrorNT (internal/streams/destroy.js:92:8)
at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)
at processTicksAndRejections (internal/process/task_queues.js:84:21)

查了很多解决方法,提示的时win10下不共享nodejs的udp端口,但是查了资料依然不知道如何解决这个问题,所以想问下这里该怎么解决呀?谢谢啦~~~~~

What did you expect to see?

What did you see instead?

What is your config in detail (with all sensitive info masked)?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions