mirror of
https://github.com/electerm/electerm-web.git
synced 2026-04-25 13:55:53 +03:00
[GH-ISSUE #11] 成功搭建。访问不了 #9
Labels
No labels
bug
feature
need investigate
need investigate
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/electerm-web#9
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @125540947 on GitHub (Apr 8, 2024).
Original GitHub issue: https://github.com/electerm/electerm-web/issues/11
electerm-web Version and download file extension(electerm-web版本和下载文件后缀)
最新
Platform detail (平台详情)
linux
What steps will reproduce the bug?(重新问题的详细步骤)
root@ubuntu:
/electerm-web# bash run-electerm-web.sh/electerm-web# bash run-electerm-web.sh06:05:58 info › app start
06:05:58 error › uncaughtException Error: listen EADDRNOTAVAIL: address not available 152.67.212.185:5577
at Server.setupListenHandle [as _listen2] (node:net:1880:21)
at listenInCluster (node:net:1945:12)
at doListen (node:net:2109:7)
at process.processTicksAndRejections (node:internal/process/task_queues:83:21)
root@ubuntu:
06:48:32 info › app start
06:48:32 info › server runs on http://127.0.0.1:5577
What should have happened?(期望的结果)
root@ubuntu:
/electerm-web# bash run-electerm-web.sh/electerm-web# bash run-electerm-web.sh06:05:58 info › app start
06:05:58 error › uncaughtException Error: listen EADDRNOTAVAIL: address not available 152.67.212.185:5577
at Server.setupListenHandle [as _listen2] (node:net:1880:21)
at listenInCluster (node:net:1945:12)
at doListen (node:net:2109:7)
at process.processTicksAndRejections (node:internal/process/task_queues:83:21)
root@ubuntu:
06:48:32 info › app start
06:48:32 info › server runs on http://127.0.0.1:5577
Would this happen in other terminal app(是否能够在其他同类软件重现这个问题)
root@ubuntu:
/electerm-web# bash run-electerm-web.sh/electerm-web# bash run-electerm-web.sh06:05:58 info › app start
06:05:58 error › uncaughtException Error: listen EADDRNOTAVAIL: address not available 152.67.212.185:5577
at Server.setupListenHandle [as _listen2] (node:net:1880:21)
at listenInCluster (node:net:1945:12)
at doListen (node:net:2109:7)
at process.processTicksAndRejections (node:internal/process/task_queues:83:21)
root@ubuntu:
06:48:32 info › app start
06:48:32 info › server runs on http://127.0.0.1:5577
Additional information(其他任何相关信息)
No response