-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
求助 #142
Comments
35601端口被占用。请检查你是不是启动了两个 nodestatus 实例 |
宝塔的监测有没有教程?还有绑定域名 |
按照 Nginx 的部分,宝塔后台可以直接修改站点的 Nginx 配置 https://github.com/cokemine/nodestatus#nginx 只需要修改 location 部分即可 |
标题和网页部分文字会乱码怎么解决? |
我们加个QQ呗,有些链接不适合发上来3509056912 |
https://status.easysys.top/ |
标题和问题乱码应该是编码集的问题。你需要重新编辑一下环境变量的配置,文件应该用 UTF-8 编码 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
node:events:505
throw er; // Unhandled 'error' event
^
Error: listen EADDRINUSE: address already in use :::35601
at Server.setupListenHandle [as _listen2] (node:net:1372:16)
at listenInCluster (node:net:1420:12)
at Server.listen (node:net:1508:7)
at /usr/lib/node_modules/nodestatus-server/build/app.js:151136:10
Emitted 'error' event on Server instance at:
at emitErrorNT (node:net:1399:8)
at processTicksAndRejections (node:internal/process/task_queues:83:21) {
code: 'EADDRINUSE',
errno: -98,
syscall: 'listen',
address: '::',
port: 35601
}
如上,如何解决
The text was updated successfully, but these errors were encountered: