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
Hello Everyone, I am making a custom network based off of the test network example. I have gone through and adapted everything to my needs. I keep on getting an endorser client failed to connect to 0.0.0.0:7051 when I attempt to query using the cli container. The command (peer chaincode query -C mychannel -n cred -c '{"Args”:[“GetAllAssets”]}') works when used during the deployCC.sh script but will throw the endorser client failed to connect to 0.0.0.0:7051 error.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello Everyone, I am making a custom network based off of the test network example. I have gone through and adapted everything to my needs. I keep on getting an endorser client failed to connect to 0.0.0.0:7051 when I attempt to query using the cli container. The command (peer chaincode query -C mychannel -n cred -c '{"Args”:[“GetAllAssets”]}') works when used during the deployCC.sh script but will throw the endorser client failed to connect to 0.0.0.0:7051 error.
Beta Was this translation helpful? Give feedback.
All reactions