-
-
Notifications
You must be signed in to change notification settings - Fork 60
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
No valid websocket ethereum nodes found #118
Comments
Yes, the server ran out of disk space I'm afraid. This will take a bit to fix, I'll probably have to force a resync from scratch. |
Requested additional SSD drive for the server, once they add it in I can restart the services. I suspect earliest tomorrow. Sorry for this but going from scratch to make up some free space would take way longer... |
Disk added, node is now syncing back to chain tip, I suspect it'll be fully back by tomorrow. I will remove the warning message once everything is synced up and working right again. NOTE: I deleted the "history" db to free some space initially which means any transactions not recorded on your local EW instance won't show up until this gets repopulated. I suspect it will take a couple days for that. I also only backfill one month into the past to keep the size under control. |
Thank you for the prompt action. |
Sadly it seems the disk-full writes have corrupted parity's blockchain data. It seems to have gotten stuck syncing so I reset it from 0. I suspect a few days more will be needed :( If you have an urgent request you can use other wallets that can access geth's accounts, see FAQ for more info on that. |
On another note if you or someone you know is willing to host a parity node it'd be great to have at least one more on the list so these kind of fallouts can be avoided. It needs a fair amount of disk space and some good networking for the server but that's it. Once it's running (and publicly visible) I can add it to my list of nodes and it will serve requests in a round-robin manner (e.g. sending transactions, getting blockchain info etc.). See #60 for more info on that. |
Parity is now synced up, still waiting for the history catchup but you should be able to send transactions and everything else. I will flag server status to green soon. |
I think this is now resolved, please re-open if you're still having issues. |
Still having some issues on the OSX app (and looks like the download link is still 2.2.3, not 2.4)
|
There was a short window yesterday when the server was down.. but if you're still getting this maybe it's related to some specific query from your side. I had to upgrade a node.js/postgres library dependency because it broke during the server side upgrade, maybe there's a bug now, I'll keep this open until we can figure it out. Can you paste your full log please? I'd like to see which request fails. You can switch to "debug" for full info. Download for macOSX should be this link which does say v2.4.0 in the url. |
2.4 Link worked. Thanks you!
Any thoughts? |
Update: Debug updated when I restarted the app:
|
Ok that seems like the initial currencies and basic connection queries failed. Which is odd because it works fine for me, I just checked (I'm on Linux tho). I'll have to try this from a mac and debug the connectivity. Do you get the other info (e.g. your accounts etc.) or does it error out and stop? |
Errors out and stops there. So I can only access the Settings and Logs tabs (and each of their sub-tabs) |
Could you please execute this from a terminal? (provided you have curl -X POST -k https://data.etherwall.com/api/init and see what the result is? To clarify this attempts to send an empty-body post request to the provided url and ignores SSL errors (because I use a self-signed certificate between EW and the server). There's no danger but you should always double check before executing any scripts online of course. |
When you said you only see version 2.2.3 in the download link where were you looking at? AFAIK all the links have been updated ages aso. Be careful you don't get phished! There were illicit fake sites distributing hacked versions of etherwall before! Only trust the etherwall.com domain and this repo! |
Curl in terminal --> 2.2.3 --> https://www.etherwall.com/downloads/ for the OSX image and "Download" link. |
That reply is correct. However the download link on the image on the site shows https://github.com/almindor/etherwall/releases/download/v2.4.0/macos_etherwall_2_4_0.dmg for me, so I'm a bit confused where v2.2 is coming from. Could you please do one more call, do: curl -X POST --data '{"currencies":["BTC","EUR","CAD","USD","GBP"],"version":2}' -k https://data.etherwall.com/api/currencies If this works too then I'm a bit dumbfounded as to why you're getting invalid values inside EW. |
New curl --> Guessing this isn't good news for me :/ ? For the link: Windows I'm seeing 2.4 in the link URL but for OSX I'm still seeing |
Hmm ok. For the download link I can't find out why that'd be the case, I even looked at the page source looking for For the error, it's odd. The downloads work fine for you directly, so not sure why you'd get a bad reply from within etherwall. Could you try running EW on another computer? (doesn't matter which OS). No need for moving accounts, just see if you get the same error on start... |
Link: Hard refresh and browser cache clear. Checked in Chrome and Safari, but I keep seeing the 2.2.3.dmg link for OSX. Popped it open on my phone too and that's also the 2.2.3.dmg link. Error: I can try a new machine shortly. |
I just figured out the download link issue, it seems wordpress has some bug, if I'm logged in as admin of the page I see the new download links, but if I log out I see the v2.2.3 you mention. I'll try to fix that somehow. Thanks for bringing that to my attention. |
Link: Happy to help. |
Thanks for the info. Is the other machine also a Mac? Just trying to pin it down. |
Also a Mac, yes. Took a few minutes to download and update whatever was needed but eventually everything came back to life just fine. |
Ok in that case check your DNS setup on the first mac. Same network? See if your hosts file Also check what the etherwall.com and data.etherwall.com resolve to (it should be |
Same network and confirmed the DNS is the same, but beyond that, TBPH, that's a little over my head. If you're still curious and want to walk me through it then I'd be happy to help you explore deeper. But I'm satisfied with the second machine working for now, especially under the assumption the problem is local to my first machine. |
As long as you can move your funds around all is good I guess. It's an odd occurence tho is the Mac perhaps a different OS version? I'm wondering if something changed "underneath" like an SSL/version issue or such. |
Going to close this issue. If you continue having Mac specific problems please create a new one as this one was meant for the server side problems. |
I am getting the following error when launching Etherwall as thin client:
"No valid websocket ethereum nodes found".
This happens regardless of Etherwall version and PC used.
Etherwall was connecting smoothly few weeks ago.
Is there some problem currently going on with the remote server?
It would be nice to let users change the remote server address directly from the interface.
The text was updated successfully, but these errors were encountered: