"tezos-client rpc get" cannot parse streaming RPCs
$ ~/nomadic/tezos-node snapshot import /tmp/BLTbso76YnsjHMyx9P4B5aBpU3NZbfD7CtC562sJ6h8FwdphQLa.full --data-dir /mnt/tezos_node_irontez/
Context: 2005K elements, 521MiB read
History: 393K blocks, 1805MiB read
tezos-node: node.snapshots: You should consider using the --block <block_hash> argument to check that the block imported using the snapshot is the one you expect.
tezos-node: node.snapshots: Importing block BLTbso76YnsjHMyx9P4B5aBpU3NZbfD7CtC562sJ6h8FwdphQLa
^Atezos-node: node.snapshots: Checking history consistency
Progress: 392K/392K
tezos-node: node.snapshots: Setting history-mode to full
tezos-node: node.snapshots: Computing predecessor tables
Storing blocks: 393K/393K
tezos-node: node.snapshots: Sucessfull import (from file /tmp/BLTbso76YnsjHMyx9P4B5aBpU3NZbfD7CtC562sJ6h8FwdphQLa.full)
$ ./tezos-node run --history-mode full `/home/bakebaker/getpeers.sh`
Apr 16 03:11:40 - node.main: Starting the Tezos node...
...
Apr 16 03:11:43 - node.main: The Tezos node is now running!
$ ~/nomadic/tezos-client rpc get /monitor/bootstrapped
Error:
Rpc request failed:
- meth: GET
- uri: http://localhost:8732/monitor/bootstrapped
- error: Failed to parse the answer (application/json):
error:
JSON.of_buffer expected value separator or array end (',' or ']')
content:
"{\"block\":\"BLBRraqDZYyzxjVx2oJgsb2Rdd1fkQpot5KgJTEDpkN72GN3R7Z\",\"timestamp\":\"2019-04-12T23:49:52Z\"}\n{\"block\":\"BLhqUecB8FLrntkyJvJnfFr8pLAirMmgoYqh9LKN3CCc6nCKJZ8\",\"timestamp\":\"2019-04-12T23:50:52Z\"}\n"
Edited by Pierre Boutillier