Skip to content

Unsupported media type #15

@heikoheiko

Description

@heikoheiko

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions