I have the server running on port 8080
, I can see the web interface...
When I try to run this example from command line, like this: node test.js
(node version: 4.1.0
), I get:
playground/rethink/node_modules/rethinkdb/node_modules/bluebird/js/main/async.js:43
fn = function () { throw arg; };
^
ReqlTimeoutError: Could not connect to localhost:8080, operation timed out.
Why?
I installed RethinkDB via Homebrew and I'm on Mavericks.