nano-wallet-company / nano-wallet-desktop

An ambitious Nano wallet for desktop and web.
https://nanowalletcompany.com
BSD 2-Clause "Simplified" License
36 stars 24 forks source link

Source build: wallet creation and seed import hanging #22

Closed stefonarch closed 6 years ago

stefonarch commented 6 years ago

As title, compiled on arch linux. Creating wallet: schermata-21-21-22-42 Importing seed: schermata-21-21-26-13

devinus commented 6 years ago

@stefonarch Take a look at the network tab. What are the requests/responses you're seeing?

robbsolter commented 6 years ago

I get the same thing when built on OSX, the app is trying to connect to http://localhost:55000/ but I don't have anything on that port...

stefonarch commented 6 years ago

schermata-22-10-07-52

devinus commented 6 years ago

This should be fixed from v1.0.0.rc.2 and up.

robbsolter commented 6 years ago

I still see the same thing after cloning the latest master branch, which commit is the one that should fix it?

Its like the RPC server isnt starting or something...

robbsolter commented 6 years ago

Oh it works correctly if I do yarn electron:start

If I do yarn start I get the errors above