Closed ghost closed 8 years ago
What do these two queries return:
r.db('rethinkdb').table('server_config')
r.db('rethinkdb').table('server_status')
This error only occurs when I initiate RethinkDBDash with discovery
mode enabled.
r.db('rethinkdb').table('server_config') [ { cache_size_mb: 'auto', id: '9e5da1c4-28ee-412e-b722-26677c299678', name: 'local', tags: [ 'default' ] } ]
r.db('rethinkdb').table('server_status') [ { id: '9e5da1c4-28ee-412e-b722-26677c299678', name: 'local', network: { canonical_addresses: [Object], cluster_port: 29015, connected_to: {}, hostname: 'osxlocal.local', http_admin_port: 8080, reql_port: 28015, time_connected: 2016-11-19T08:43:47.963Z }, process: { argv: [Object], cache_size_mb: 2666.87890625, pid: 852, time_started: 2016-11-19T08:43:47.961Z, version: 'rethinkdb 2.3.5 (CLANG 7.3.0 (clang-703.0.31))' } } ]
Can you paste the full nested object?
Sure
{ "id": "9e5da1c4-28ee-412e-b722-26677c299678" , "name": "local" , "network": { "canonical_addresses": [ { "host": "127.0.0.1" , "port": 29015 } , { "host": "::1" , "port": 29015 } ] , "cluster_port": 29015 , "connected_to": { } , "hostname": "osxlocal.local" , "http_admin_port": 8080 , "reql_port": 28015 , "time_connected": Mon Nov 21 2016 19:01:10 GMT+00:00 } , "process": { "argv": [ "rethinkdb" ] , "cache_size_mb": 1571.947265625 , "pid": 13695 , "time_started": Mon Nov 21 2016 19:01:10 GMT+00:00 , "version": "rethinkdb 2.3.5 (CLANG 7.3.0 (clang-703.0.31))" } }
Should be fixed in 2.3.27
I get this error when selecting data from a table. It works but the error keeps printing in my console.