nathanaschbacher / nodiak

Nodiak is a Node.js client for the Riak Distributed Database
MIT License
43 stars 16 forks source link

bucket.objects.all issue #29

Open rahulguha opened 9 years ago

rahulguha commented 9 years ago

While other things do work now, I get an irritating [SyntaxError: Unexpected token H] in the line bellow. riak.bucket("bucketname").objects.all(function (err, r){ console.log(r); })

Typically this error is related to json conversion and quotes. But I am not even getting there. Also other methods like stat and getProps are working fine.

Any idea ?