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
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)
The text was updated successfully, but these errors were encountered:
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
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".
The text was updated successfully, but these errors were encountered: