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
I can't deploy microfab with default settings. It seems that there is a host that is not reachable.
WARN 04c Could not connect to ordering service: could not dial endpoint 'orderer-api.127-0-0-1.nip.io:8080': failed to create new connection: connection error: desc = "transport: error while dialing: dial tcp: lookup orderer-api.127-0-0-1.nip.io on 192.168.65.5:53: no such host" channel=mychannel
The problem occurs when creating the network from the IBM Blockchain Platform VS Code Extension, but what the extension actually does is instantiate Microfab.
Thanks for the project, it looks promising.
The text was updated successfully, but these errors were encountered:
@FelipeSanchezCalzada looks like it's an environment problem for you. This is an address for a DNS request 192.168.65.5:53 and it cannot resolve orderer-api.127-0-0-1.nip.io. If you try
Because nip.io is an external service that returns the provided ip address in the url.
see IBM-Blockchain/blockchain-vscode-extension#2878 for further discussions on why attempts to use nip.io could also fail.
I can't deploy microfab with default settings. It seems that there is a host that is not reachable.
WARN 04c Could not connect to ordering service: could not dial endpoint 'orderer-api.127-0-0-1.nip.io:8080': failed to create new connection: connection error: desc = "transport: error while dialing: dial tcp: lookup orderer-api.127-0-0-1.nip.io on 192.168.65.5:53: no such host" channel=mychannel
The problem occurs when creating the network from the IBM Blockchain Platform VS Code Extension, but what the extension actually does is instantiate Microfab.
Thanks for the project, it looks promising.
The text was updated successfully, but these errors were encountered: