Snipaste_2025-11-26_13-07-14.pdf
用管理员启动S7-PLCSIM V20会报错误弹窗具体内容如下
?? 弹窗翻译:
错误
A JavaScript error occurred in the main process
→ 主进程中发生了一个 JavaScript 错误
Uncaught Exception:
→ 未捕获的异常:
Error: listen EACCES: permission denied ::1:8100
→ 错误:监听端口失败 EACCES:权限被拒绝 ::1:8100
(意思是:程序尝试在 IPv6 地址 ::1 的 8100 端口上监听,但没有权限)
at Server.setupListenHandle [as _listen2] (node:net:1468:21)
→ 在 Server.setupListenHandle 函数处发生(node:net:1468:21)
at listenInCluster (node:net:1533:12)
→ 在 listenInCluster 函数处发生(node:net:1533:12)
at GetAddrInfoReqWrap.doListen [as callback] (node:net:1682:7)
→ 在 GetAddrInfoReqWrap.doListen(作为回调函数)处发生(node:net:1682:7)
at GetAddrInfoReqWrap.onlookup [as oncomplete] (node:dns:109:8)
→ 在 GetAddrInfoReqWrap.onlookup(作为完成回调)处发生(node:dns:109:8)
请问有没有人遇到过,之前是能用的,最近使用node.js调用过API以后就这样了