We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting the following error msg:
Executing Fablo Docker command: chaincode Chaincode invoke: CLI: cli.distributor.foodchain.com PEERS: peer0.farmer.foodchain.com:7041,peer0.distributor.foodchain.com:7061 CHANNEL: my-channel1 CHAINCODE: chaincode1 COMMAND: {"Args":["KVContract:put", "name", "Willy Wonka"]} TRANSIENT: Error: error getting channel (my-channel1) orderer endpoint: error endorsing GetChannelConfig: rpc error: code = Unknown desc = error validating proposal: access denied: channel [] creator org unknown, creator is malformed
after running:
./fablo chaincode invoke "peer0.farmer.foodchain.com,peer0.distributor.foodchain.com" "my-channel1" "chaincode1" '{"Args":["KVContract:put", "name", "Willy Wonka"]}'
I am new to fablo someone help...
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Getting the following error msg:
after running:
./fablo chaincode invoke "peer0.farmer.foodchain.com,peer0.distributor.foodchain.com" "my-channel1" "chaincode1" '{"Args":["KVContract:put", "name", "Willy Wonka"]}'
I am new to fablo someone help...
The text was updated successfully, but these errors were encountered: