Re: Issues with the Go client

2016-08-16 Thread Kasper Tidemann
Hi Alex, Thank you for the swift reply. I was unaware of the fact that the client uses protocol buffers and not HTTP. Changing the port number made it work - hooray! On Tue, Aug 16, 2016 at 11:11 PM, Alex Moore wrote: > Hi Kasper, > > Looks like you might be trying to connect

Re: Issues with the Go client

2016-08-16 Thread Alex Moore
Hi Kasper, Looks like you might be trying to connect to Riak's HTTP port with the client, which only uses protocol buffers. Can you try switching to the PB port? Thanks, Alex On Tue, Aug 16, 2016 at 4:11 PM, Kasper Tidemann wrote: > Hi everybody, > > I'm using the Go client

Issues with the Go client

2016-08-16 Thread Kasper Tidemann
Hi everybody, I'm using the Go client for Riak, trying to make things work. I have a Riak node running locally on 127.0.0.1:26420 (HTTP). The node responds fine to *$ riak ping*. GET'ing keys, searching for records via */search/query/data?wt=json=some:thing* works as well. It all seems to be