通道创建失败。GRPC超时。

huangapple go评论86阅读模式
英文:

Channgel Creation Failed. GRPC timeout

问题

我正在按照这里提到的步骤,跟着入门指南在我的Mac上设置Fabric环境:
当我尝试使用./network_setup.sh up脚本启动我的网络时,我遇到了以下grpc超时错误(如附图所示)。
有人知道我漏掉了什么吗?

通道创建失败。GRPC超时。

英文:

I'm following the getting started steps to setup fabric environment on my mac, from the steps mentioned here :
When I'm trying to start my network using the ./network_setup.sh up script, I'm getting the following grpc timeout error (as shown in the images attached
anyone has any idea what am I missing ?

通道创建失败。GRPC超时。

答案1

得分: 0

所以我解决了。问题可能是某个东西更新了.proto文件。我必须从fabric目录中运行以下命令来生成/更新相应的pb.go文件。

make protos
英文:

So I got it working. The issue was something might have updated the .proto files. I had to run the following command from the fabric directory to generate/update the respective pb.go files.

make protos

huangapple
  • 本文由 发表于 2017年4月6日 11:21:45
  • 转载请务必保留本文链接:https://go.coder-hub.com/43245092.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定