-
Notifications
You must be signed in to change notification settings - Fork 346
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
Web3 connection attempt failed #226
Comments
magically started working now :) |
I have the same issue after updating netstats, unfortunately magic hasn't started working for me yet.. |
Had similar issue when ethereum was not running with rpc enabled. With geth:
I updated the wiki |
Thanks! I just wanted to check my node and yes, I had --rpc enabled already but even better, somehow it fixed itself, seems magic did the trick for me! |
gotcha, needed to run node 0.12 instead of 5.10 (or at least any lower version) |
I have the same problem and not solve with rpc enabled.
versions: |
Same problem. |
I'm also having this problem. |
Same Issue Here. |
well is the service listening? If it cant connect, its probably not running. Make it run and I bet you can connect. $5 says misconfiguration, try the docs again |
I delete it all and redo again... it works. |
Similar issue here, my web3 connection from eth-netstats fails despite that node is running normally with the following arguments:
I can connect from any machine using:
And can use all of the enabled apis. Any ideas? |
Experiencing the same problem, using docker, have any solutions occurred? |
I had the same issue and on checking further in the source code, I saw that the values that were being specified in the app.json file were not being taken into consideration. The following worked for me: RPC_HOST=server_ip RPC_PORT=port_here WS_SERVER=ws_server_here WS_SECRET=secret_key node app.js This solved the problem and connected to my local node |
Adding the |
@suyash515 great catch. I too was experiencing this problem and your comment saved me a lot of headache +1. |
same error here. |
@suyash515 +1 as well. Surprised that there hasn't been an update to this yet? Otherwise a super cool tool. Probably could also use some sort of log-level option; theres a ton of output from the tool that makes doing other work on the instance difficult |
Hello @phoax
Any advice will be helpful, thank you |
Hi, i keep getting (error.log):
I run geth with the following parameters:
This is my app.json:
Why does the connection fail? Ubuntu 14.4 Kernel 3.19.0-42-generic #48-Ubuntu x86_64 GNU/Linux.
Cheers
The text was updated successfully, but these errors were encountered: