Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

stuck on "Connecting to Unknown Private Network" #1932

Closed
miguelmota opened this issue Aug 16, 2017 · 10 comments
Closed

stuck on "Connecting to Unknown Private Network" #1932

miguelmota opened this issue Aug 16, 2017 · 10 comments

Comments

@miguelmota
Copy link

screen shot 2017-08-16 at 3 17 04 pm

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

@miguelmota
Copy link
Author

restarting chrome fixed the issue

@Oponn-1
Copy link

Oponn-1 commented Nov 23, 2017

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

@tuyen-vuduc
Copy link

tuyen-vuduc commented Dec 8, 2017

Same here when getting started with PetShop tutorial.

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

@lonewoolf
Copy link

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

@IlijaLoncarevic
Copy link

@lonewoolf @Oponn-1

  • Just click on on top left menu and select Custom RPC
  • In the New RPC URL insert the URL (default: http://127.0.0.1:7545)
  • Click Save and click on the left arrow and insert the seed and password

@wangki
Copy link

wangki commented Apr 25, 2018

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
Copy link

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
Copy link

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
Copy link

stefek99 commented Jan 1, 2019

Wasted some time...

image

Spinning button does not look like change of the network.

@bdresser
Copy link
Contributor

bdresser commented Jan 2, 2019

@stefek99 this UI is fixed in #5893, should be released shortly!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

10 participants