-
Notifications
You must be signed in to change notification settings - Fork 40
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
Can't perform any Action #5
Comments
+1 Facing the same error when using the IPC client. Works with HTTP. Here's what the value of |
I believe the problem stems from using the
Seems like Geth doesn't like closing of the connection. I was able to get it working using the following code: socket = UNIXSocket.new(@ipcpath)
socket.puts(payload.to_json)
read = socket.gets
socket.close |
Thank You alexhanh, It's working |
Here's a working fork https://github.com/alexhanh/ethereum-ruby
I'm on OS X and I wonder if the Unix sockets work differently in Linux. Would appreciate if someone tests the fork on Linux. Would also appreciate your input @tymat |
@alexhanh That looks good. Batching needs to be refactored to work with Homestead. Can you submit a pull request? |
I'm still having this issue. Following the README for compiling contracts I get this error:
Running locally all specs are failing as well. Many due to the error listed above. |
Hi,
757: unexpected token at '{"jsonrpc":"2.0","error":{"code":-32600,"message":"EOF"}}
Thanks,
Santosh
The text was updated successfully, but these errors were encountered: