英文:
Channgel Creation Failed. GRPC timeout
问题
我正在按照这里提到的步骤,跟着入门指南在我的Mac上设置Fabric环境:
当我尝试使用./network_setup.sh up
脚本启动我的网络时,我遇到了以下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 ?
答案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
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论