Lando-Ant
Lando-Ant
Hi! I'm still having this issue and none of these solutions works. I am using fabric-chaincode-evm release-0.4 and fabric-samples version 2.2. I have this issue when I'm trying to run...
Thank you @sophokles73, so how should I retrieve the `hono-cmd-req-id`? The response should be something like this `HTTP/1.1 200 OK hono-command: start-watering hono-cmd-req-id: 024d84b1ceb-797b-45f5-bc87-78e9b5396645replies content-type: application/json content-length: 516 {"topic":"org.eclipse.packages.c2e/demo-device/things/live/messages/start-watering","headers":{"correlation-id":"d84b1ceb-797b-45f5-bc87-78e9b5396645","x-forwarded-for":"10.244.0.1","version":2,"timeout":"0","x-forwarded-user":"ditto","accept":"*/*","x-real-ip":"10.244.0.1","x-ditto-dummy-auth":"nginx:ditto","host":"172.17.0.2:30385","content-type":"application/json","timestamp":"2020-02-28T08:04:43.518+01:00","user-agent":"curl/7.58.0"},"path":"/inbox/messages/start-watering","value":{"water-amount":"3liters"}}` In...
Simply I run `minikube start --driver=virtualbox` And after waiting for all the pods to be up and running, I run the command I posted in the first comment from a...
This is my first-network-sdk-config.yaml file: version: 1.0.0 client: organization: org1 logging: level: info cryptoconfig: path: ${GOPATH}/src/github.com/hyperledger/fabric-samples/test-network/organizations/cryptogen/crypto-config credentialStore: path: "/tmp/state-store" cryptoStore: path: /tmp/msp BCCSP: security: enabled: true default: provider: "SW" hashAlgorithm:...