forked from SuperNETorg/Agama
-
Notifications
You must be signed in to change notification settings - Fork 46
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
error from undefined mainWindow.electrumServers #205
Comments
I think Lines 354 to 392 in 3ec7efb
|
@pbca26 any feedbacks to this did you tested on linux util/mainWindow.js is parsing json on global thats not exist. i submit PR to make it exist but you said you dont want it on global how should this be handled |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
i pulled to the latest master and run all builds command properly but electron screen just white page and I get this error
after some investigations I founds that its problem in util/mainWindow.js
this line:
JSON.parse(JSON.stringify(mainWindow.electrumServers))
is break the JSON ifmainWindow.electrumServers
is undefinedfor me
electrumServers
is undefined so this is why I get errorsif i change the line to be
then its works
i can see in commit history there is lots of changes to spv code do you think this can be the cause @pbca26
The text was updated successfully, but these errors were encountered: