MetaMask / metamask-extension

:globe_with_meridians: :electric_plug: The MetaMask browser extension enables browsing Ethereum blockchain enabled websites
https://metamask.io
Other
11.87k stars 4.85k forks source link

stuck on "Connecting to Unknown Private Network" #1932

Closed miguelmota closed 7 years ago

miguelmota commented 7 years ago
screen shot 2017-08-16 at 3 17 04 pm

keeps spinning forever, even though testrpc is running on localhost:8545

miguelmota commented 7 years ago

restarting chrome fixed the issue

Oponn-1 commented 6 years ago

this is happening to me, and I already restarted chrome. I am trying the Truffle Pet Shop tutorial, have followed all instructions

tuyen-vuduc commented 6 years ago

Same here when getting started with PetShop tutorial.

SOLVED IT: Must enter URL manually as the guide. http://localhost:9545

lonewoolf commented 6 years ago

I still get an endless 'connecting to unknown private network' - any other ideas?

IlijaLoncarevic commented 6 years ago

@lonewoolf @Oponn-1

wangki commented 6 years ago

In my case, set to custom rpc "http://127.0.0.1:2545" -> bug "http://127.0.0.1:2545/" adding slash at the end. fixes the issue. at the same time i was opening ganache at the same port. in case it doesn't work.

ashishKumarAgarwal commented 5 years ago

I too faced a similar issue, in my case it got resolved when I switched to my personal network from my office network, somehow my office network was blocking this.

mawenpeng commented 5 years ago

I got similar issues due to offering more RPC APIs with "--rpcapi eth,web3,admin" when starting up my private eth node, which might violate security constraints of MetaMask.

stefek99 commented 5 years ago

Wasted some time...

image

Spinning button does not look like change of the network.

bdresser commented 5 years ago

@stefek99 this UI is fixed in https://github.com/MetaMask/metamask-extension/pull/5893, should be released shortly!