ouuan / fake-luogu-paintboard-server

模拟洛谷冬日绘板服务器,可用于测试脚本。
Apache License 2.0
34 stars 4 forks source link

Windows 下运行报错 #15

Open yltx opened 2 years ago

yltx commented 2 years ago

PS E:\script> fake-luogu-paintboard-server.cmd node:events:368 throw er; // Unhandled 'error' event ^

Error: read ENOTCONN at tryReadStart (node:net:592:20) at WriteStream.Socket.read (node:net:603:5) at WriteStream.Readable.read (node:internal/streams/readable:496:27) at WriteStream.Socket.read (node:net:644:39) at resume (node:internal/streams/readable:1011:12) at processTicksAndRejections (node:internal/process/task_queues:83:21) Emitted 'error' event on WriteStream instance at: at emitErrorNT (node:internal/streams/destroy:164:8) at emitErrorCloseNT (node:internal/streams/destroy:129:3) at processTicksAndRejections (node:internal/process/task_queues:83:21) { errno: -4053, code: 'ENOTCONN', syscall: 'read' }

Node.js v17.1.0

npm v8.2.0

ouuan commented 2 years ago

无法复现

yltx commented 2 years ago

无法复现

能否推测原因?

ouuan commented 2 years ago

能否推测原因?

不清楚

yltx commented 2 years ago

手动安装也不行 自闭了

DXTAKIOI commented 2 years ago

能否推测原因?

不清楚

实测linux下可行(需更新node.js至最新版本)

ouuan commented 2 years ago

实测linux下可行(需更新node.js至最新版本)

Windows 下不行吗?(我懒得切系统测试了..)

DXTAKIOI commented 2 years ago

Windows 下不行吗?(我懒得切系统测试了..)

node -v

都是v17.2.0,我在linux上可以,windows上有类似与楼主的错误