QuocTrung

Results 13 comments of QuocTrung

I'm using Colab with Python 3.6. 9. Is this issue?

Hi Shinokada, Colab does not allow me t upgrade to Python 3.8.6.. The latest version of Colab is using Python 3.7.11. Can you let me know when you release FastAPI...

Hi Shinokada, after upgrade to the latest version of Python (3.9). The codes are working perfectly. If I want to change the codes so it can download sound file (e.g.*.wav),...

Hi, I follow your instruction but when I run ./startFabric.sh, there is error: ... Creating cli ... done Error: open 1.0: no such file or directory I think the error...

Hi, Thanks a lot. There is progress now. The command "docker exec -e .." works after I add a space between decentralized-energy and -v 1.0 as per you recommended. However,...

Hi Varun, Yes, the folder ~/fabric-samples/chaincode/decentralized-energy/node exists because I followed your step 2 to create/rename it as below. Not sure all the files are present there. 2. Copy paste the...

Hi Varun, Thanks. I have changed CC_SRC_PATH in startFabric.sh as your recommended: CC_SRC_PATH=/opt/gopath/src/github.com/chaincode/decentralized-energy/node I also remember that in the file ~/fabric-samples/basic-network/docker-compose.yml should have the mapping for cli as: _cli: container_name:...

Hi Varun, Finally I found another typo in the startFabric.sh & I correct it by : docker exec -e "CORE_PEER_LOCALMSPID=Org1MSP" -e "CORE_PEER_MSPCONFIGPATH=/opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/org1.example.com/users/[email protected]/msp" cli peer chaincode instantiate -o orderer.example.com:7050 -C mychannel...

Hi Varun, The typo is: ![Typo](https://user-images.githubusercontent.com/37733342/60334046-2afbc800-99cd-11e9-9cdf-edb1a4b9bd30.JPG)

Hi Varun, When I run command: docker ps|grep decentralized-energy It shows: c4f63829ad6e dev-peer0.org1.example.com-decentralized-energy-1.0-8708ae281243dcb8f47086ca1f47209a7c84d2a13a8774a7a3cb4145d9f9604f But when going to application folder and run "npm install", then run "node enrollAdmin.js" , there is...