You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
grpc: ClientConn.resetTransport failed to create client transport: connection error: desc = "transport: dial tcp: address https://7f10092d31a54fd6a75a158a6e61044e-vp0.us.blockchain.ibm.com:5003: too many colons in address"; Reconnecting to "https://7f10092d31a54fd6a75a158a6e61044e-vp0.us.blockchain.ibm.com:5003"
The text was updated successfully, but these errors were encountered:
EasonWang01
changed the title
grpc: ClientConn.resetTransport failed to create client transport: connection error: desc = "transport: dial tcp: address https://7f10092d31a54fd6a75a158a6e61044e-vp0.us.blockchain.ibm.com:5003: too many colons in address
grpc: ClientConn.resetTransport failed to create client transport: connection error: desc = "transport: dial tcp: address too many colons in address
Feb 24, 2017
@EasonWang01 If you are trying to build and run chaincode in dev mode, connecting it to peer, you should use the grpcs url to connect to the peer. Also, It sounds like you need to put brackets around the hostname. See this issue on stack overflow:
when I follow this tutorial https://github.com/IBM-Blockchain/learn-chaincode
to deploy
./start
will cause[shim] CRIT : peer.address not configured, can't connect to peer
so I change to
but also some error
The text was updated successfully, but these errors were encountered: