dfinity / sdk

IC SDK: a Software Development Kit for creating and managing canister smart contracts on the ICP blockchain.
https://internetcomputer.org/developers
Apache License 2.0
177 stars 86 forks source link

`dfx start` fails to start on new MacBook Pro #718

Closed enzoh closed 3 years ago

enzoh commented 4 years ago
seoraksan:motoko-dht enzo$ dfx start
⠁ Starting up the replica...
An error occured:
AgentError(
    InvalidClientUrl(
        "http://::1:8000",
    ),
)
enzoh commented 4 years ago

Interesting that neither dfx replica nor dfx bootstrap encounter the same bug. It was my understanding that dfx start was really just a wrapper around these commands.

p-shahi commented 3 years ago

Don't think is reproducible. Closing for now.