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

Stopping hushd in background after startup is not detected #32

Open
leto opened this issue Mar 17, 2018 · 3 comments
Open

Stopping hushd in background after startup is not detected #32

leto opened this issue Mar 17, 2018 · 3 comments
Labels

Comments

@leto
Copy link
Member

leto commented Mar 17, 2018

hush-ng/lib/hushrpc/index.js:47 Uncaught (in promise) Error: connect ECONNREFUSED 127.0.0.1:8822
    at Object.exports._errnoException (util.js:1050)
    at exports._exceptionWithHostPort (util.js:1073)
    at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1097)
@TheTrunk
Copy link
Contributor

That is caused either bcs hushd has not started or bcs in Install.vue is server=0 instead of server=1. The other issue is that there is just \n instead of \r\n so hush.conf is not created properly on windows

@leto
Copy link
Member Author

leto commented Mar 17, 2018

@TheTrunk send in a PR for that Windows bug and we will gladly merge it.

@leto
Copy link
Member Author

leto commented Apr 16, 2018

To be clear, what I am describing here is that the Hush-NG GUI does not gracefully handle the situation "I could talk to the RPC server before, but now it is gone".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants