-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
Hi, when trying to access via http i get "Unsupported media type" as a return value.
running with ethersim
from pyethapp import rpc_client
c = rpc_client.JSONRPCClient(8101)
c.blocknumber()
sent:
{
"jsonrpc": "2.0",
"method": "eth_blockNumber",
"id": 6
}
received:
Unsupported media type
this works when using geth or pyethapp.
I tried with web3.py as well.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels