Skip to content

TroubleShooting

Brian edited this page Dec 1, 2022 · 2 revisions

本页面用于梳理“已发布”&“规划中”的 Error Meassage 及其排查指导。

bind address error

  • 错误说明:P2P server 尝试绑定监听地址失败
  • 常见错误原因:绑定地址不是当前节点有效 IP
  • 解决方案
    • 查找当前节点有效 IP
      • Linux: ip address | grep inet | awk '{print $2}'
      • MacOS: ifconfig | grep inet | awk '{print $2}'
Clone this wiki locally