user9467051
user9467051

Reputation: 128

Error: Post "https://localhost:7053/participation/v1/channels": EOF Channel creation failed

I am trying to execute the test network on hyperledger Fabric.

I have installed the following prerequisites:

I'm using Ubuntu 20.04.

In the folder fabric-sample/test-network: I run

./network.sh down   

and then ./network.sh up

then I tested

docker ps-a

It shows 2 fabric-peers and one orderer.

Now I'm trying to create a channel with ./network.sh createChannel but I got this error how to solve it??

Error: Post "https://localhost:7053/participation/v1/channels": EOF Channel creation failed

Upvotes: 2

Views: 1140

Answers (1)

Basil K Y
Basil K Y

Reputation: 560

Make sure you having the same version of fabric docker images, fabric binaries and fabric samples. Checkout to specific tags in fabric samples repo if required. Latest version of fabric works with the main branch of samples.

Upvotes: 2

Related Questions