Hey Pablo,
Are you trying to use the Erlang protobuf client on the http port? You
can validate which port riak is listening to by checking for pb_port
variable in your app.config[1]. By default protobuf listens on port
8087.
To resolve this we will need your app.config along with the output of ne
You're pinging the protocol buffer port 8091. HTTP is on another port, check
your app.config setting.
Eric
On Dec 12, 2012, at 6:23 AM, Pablo Vieytes wrote:
> Hi,
> I'm new with Riak. I'm trying to use riak-erlang-client but I have some
> problems.
>
> I can connect with the browser to local
solved
I just had to connect to the Protobuf Port instead of http port.
2012/12/12 Pablo Vieytes
> Hi,
> I'm new with Riak. I'm trying to use riak-erlang-client but I have some
> problems.
>
> I can connect with the browser to localhost:8091
>
> http://localhost:8091/ping -> ok
>
> But I can