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

When offline, v1.0.2 x86-64 AppImage results in blank white window #29

Closed
george-viaud opened this issue Mar 10, 2018 · 5 comments
Closed

Comments

@george-viaud
Copy link

george-viaud commented Mar 10, 2018

Perhaps a runtime flag or network detection timeout here would permit the app to open without a network connection (experimenting with offline use now - would like to generate addresses etc).

Checking for update
Error: Error: net::ERR_INTERNET_DISCONNECTED

Thank you

@fu5ha
Copy link
Contributor

fu5ha commented Mar 10, 2018

See #18, currently the app is pretty much just an alternative browser window that connects to the main site and displays it. I just resolved the merge conflicts so you should be able to do

$ git clone https://github.com/termhn/nanovault
$ cd nanovault
$ git checkout electron-local
$ yarn install
$ yarn build
$ yarn dist

To build a version that includes the source locally. It may not be 100% functional but most things should work.

@cronoh
Copy link
Owner

cronoh commented Mar 10, 2018

Thanks for finding this @george-viaud - Not only do we need to get the desktop wallet serving the wallet locally (Thanks @termhn!), but the auto updater is what actually threw the error, so it needs to be tweaked a little bit as well. I will update here when this is fixed.

@george-viaud
Copy link
Author

george-viaud commented Mar 12, 2018

For what it's worth, 'auto' anything scares some people (me for example ;) ) It may be a good idea to prompt the user if an update is going to happen and let them decide against (or at least the opportunity to check a hash, look into the community to see if anyone else had an issue, etc). Thank you for all the effort and sharing!

@george-viaud
Copy link
Author

@termhn thank you - I haven't tried this yet but will be sure to report back when I do. Be well

@cronoh
Copy link
Owner

cronoh commented Mar 22, 2018

@george-viaud The wallet is now serving locally and also has a fix for the auto updater when running offline as of v1.0.3 - please let me know if you run into the same issue!

@cronoh cronoh closed this as completed Mar 22, 2018
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

3 participants