Skip to content
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

Open
easysys2022 opened this issue Aug 10, 2022 · 7 comments
Open

求助 #142

easysys2022 opened this issue Aug 10, 2022 · 7 comments

Comments

@easysys2022
Copy link

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
}
如上,如何解决

@cokemine
Copy link
Owner

35601端口被占用。请检查你是不是启动了两个 nodestatus 实例

@easysys2022
Copy link
Author

宝塔的监测有没有教程?还有绑定域名

@cokemine
Copy link
Owner

cokemine commented Aug 10, 2022

按照 Nginx 的部分,宝塔后台可以直接修改站点的 Nginx 配置 https://github.com/cokemine/nodestatus#nginx

只需要修改 location 部分即可

@easysys2022
Copy link
Author

标题和网页部分文字会乱码怎么解决?

@easysys2022
Copy link
Author

我们加个QQ呗,有些链接不适合发上来3509056912

@easysys2022
Copy link
Author

https://status.easysys.top/
大佬看看,什么问题

@cokemine
Copy link
Owner

标题和问题乱码应该是编码集的问题。你需要重新编辑一下环境变量的配置,文件应该用 UTF-8 编码

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants