fabric-samples icon indicating copy to clipboard operation
fabric-samples copied to clipboard

Deploying chaincode failed

Open mhusnainee opened this issue 2 years ago • 5 comments

Error: invalid argument "duration" for "--connTimeout" flag: time: invalid duration duration

mhusnainee avatar Sep 21 '22 12:09 mhusnainee

can you provide more ... ? which command did you run?

alfahami avatar Sep 22 '22 17:09 alfahami

Had the same issue @alfahami

can you provide more ... ? which command did you run?

I ran ./network.sh deployCC -ccn basic -ccp ../asset-transfer-basic/chaincode-go/ -ccl go on v2.3.1, ca v1.4.9

fakedev9999 avatar Sep 23 '22 10:09 fakedev9999

Has anyone figured out a solution for this? I'm facing the same issue.

harithamadana avatar Jan 20 '23 10:01 harithamadana

I'll give it a shot this evening and will update, because I think it had worked fine with me last time.

alfahami avatar Jan 20 '23 11:01 alfahami

@mhusnainee Greetings

make sure you do

//do this in cd fabric-samples curl -sSLO https://raw.githubusercontent.com/hyperledger/fabric/main/scripts/bootstrap.sh | bash -s

you can do this in your home directory ./install-fabric.sh fabric-version 2.5.2 binary

FawazMalik-jjj avatar Jun 18 '23 21:06 FawazMalik-jjj