DEV Community

Discussion on: Extending Fabric 2 Test Network

Collapse
 
carolwa40156642 profile image
Carol Watson

I forgot to mention that the script requires the file ./out/config_block.pb and other related files so you could provide it. The command peer channel fetch config ./out/config_block.pb -o $ORDERER_ADDRESS -c $2 --tls --cafile $TLS_ROOT_CA produces

2020-06-30 09:38:43.595 CEST [channelCmd] InitCmdFactory -> INFO 001 Endorser and orderer connections initialized
2020-06-30 09:38:43.631 CEST [cli.common] readBlock -> INFO 002 Expect block, but got status: &{NOT_FOUND}
Error: can't read the block: &{NOT_FOUND}

Collapse
 
bukhorimuhammad profile image
Bukhori M. Aqid

Weird. all the files needed should be fetched and contained in out folder. Need to check that