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

Blank Receive screen when network is down #115

Open
BitcoinQnA opened this issue Dec 6, 2022 · 1 comment
Open

Blank Receive screen when network is down #115

BitcoinQnA opened this issue Dec 6, 2022 · 1 comment

Comments

@BitcoinQnA
Copy link

If Lili is not successfully connected to an Electrum Server, tapping the receive button produces a blank screen. The only way to move forward is to close and reopen the app.

After successfully connecting to a server, the Receive screen is blank once more. Only after a second restart does the Receive screen show as expected.

Version - 1.2.0
Issue replicated on Linux and MacOS.

Side note - Lili did not automatically connect to a server upon first launch.

KayBeSee added a commit that referenced this issue Dec 6, 2022
KayBeSee added a commit that referenced this issue Dec 6, 2022
fix(Electron): default electrum endpoint
see #115
KayBeSee added a commit that referenced this issue Dec 6, 2022
@KayBeSee
Copy link
Collaborator

KayBeSee commented Dec 7, 2022

Temporarily fixed via 45a059b

There are two things happening here:

First, the default electrum server is down and not allowing users to retrieve data from it. Other wallet software maintains a list of ~5 servers that try to connect on startup. Lily should behave similarly to ensure users are always connected to a server when starting the app.

Second, there isn't an error boundary in the app anymore. There was initially, but it never worked very well. This should be added back in to provide detailed information about why the app broke and allow users to gracefully go back to an error-free page.

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

2 participants