yisier / nps

在 0.26.10 版本的基础上修改而来的
https://ehang.io/nps/documents
GNU General Public License v3.0
1.95k stars 245 forks source link

nps.exe install -conf_path命令安装后,无法正常打开服务端web #69

Open qa137 opened 1 year ago

qa137 commented 1 year ago

版本0.26.15 server nps.exe install -conf_path命令安装后,无法打开服务端web。同时log输出也出现无法输出的情况

AsherZhu commented 1 year ago

服务端尝试直接这样子运行看看 path/nps.exe -conf_path=“path/”

qa137 commented 1 year ago

在windows系统上面,直接以命令方式运行是正常的。但是通过安装方式就不能运行,日志中输出会看到不停的在复制覆盖之前的web文件。还有发行的版本号也不一致,服务端还是0.26.14 @AsherZhu

可以正常运行: nps.exe -conf_path=D:\test\nps

正常启动,但web管理页面无法打开 nps.exe install -conf_path=D:\test\nps nps.exe start

qa137 commented 1 year ago
截屏2023-03-20 15 41 11

这个是命令行输出日志

ChanLicher commented 1 year ago

我也是一样的问题,但是后来我先安装0.26.10,然后再升级上去就可以了。至于版本号的问题就不管了吧,能用就行。

win768 commented 1 year ago

应该是80端口被占用的问题,更改后解决