You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.
When you're having issues launching geth, you'll receive a Unable to connect. modal. Pressing OK on this modal will dismiss it and the modal will just re-appear. The only way to get out of this state is disabling the wallet via the off/on switch while the modal is visible.
Once Brave has been launched, enable the ETH wallet via about:preferences#ethwallet
Restart the browser via the Restart notificaiton
You'll need to make sure that you're having issues launch geth so you receive the modal.
Actual result:
Expected result:
There should be a better way to get out of this state. Maybe including another button on the modal that will stop reconnecting and disable the wallet? There has to be a better way then the current flow.
Reproduces how often:
100% reproducible if you're having issues launching geth once the browser restarted.
Brave Version
about:brave info:
Brave: 0.25.0
V8: 6.7.288.46
rev: ac4c64918f151d09a0bebf0c742b589d4986ba6b
Muon: 7.1.6
OS Release: 10.0.17134
Update Channel:
OS Architecture: x64
OS Platform: Microsoft Windows
Node.js: 7.9.0
Brave Sync: v1.4.2
libchromiumcontent: 67.0.3396.103
Reproducible on current live release:
No, this is a new feature that's going to land in Release 4.
Additional Information
The text was updated successfully, but these errors were encountered:
I think a possible explanation is a race condition: the user opens eth-wallet before geth starts listening on its port. Mitigated it by a more extensive retry logic in etc-wallet (retry until geth is listening)
Description
When you're having issues launching geth, you'll receive a
Unable to connect.
modal. PressingOK
on this modal will dismiss it and the modal will just re-appear. The only way to get out of this state is disabling the wallet via theoff/on
switch while the modal is visible.Steps to Reproduce
about:preferences#ethwallet
Restart
notificaitonActual result:
Expected result:
There should be a better way to get out of this state. Maybe including another button on the modal that will stop reconnecting and disable the wallet? There has to be a better way then the current flow.
Reproduces how often:
100% reproducible if you're having issues launching geth once the browser restarted.
Brave Version
about:brave info:
Reproducible on current live release:
No, this is a new feature that's going to land in
Release 4
.Additional Information
The text was updated successfully, but these errors were encountered: