Open messbees opened 6 years ago
Same issue, ¿any idea?
Not sure. Can you give me steps to reproduce? I followed the steps in the Readme and got a success:
git clone https://github.com/delventhalz/transfer-chain-js.git
cd transfer-chain-js/client/
npm install
npm run build
cd ../processor/
npm install
cd ../
docker-compose up
Then in a new Terminal:
cd processor/
npm start
That got me the following output:
> transfer-chain-processor@0.0.0 start /Users/a6003240/Documents/transfer-chain-js/processor
> node index.js
Initializing JSON handler for Transfer-Chain
Connected to tcp://localhost:4004
Registration of [transfer-chain 0.0 application/json] succeeded
same issue for me, looping with: Initializing JSON handler for Transfer-Chain
Connected to tcp://localhost:4004
Disconnected from tcp://localhost:4004
Attempting to reconnect to tcp://localhost:4004
Registration of [transfer-chain 0.0 application/json] Failed! ValidatorConnectionError: The connection to the validator was lost
at /home/mattia/transfer-chain-js/processor/node_modules/sawtooth-sdk/messaging/stream.js:90:9
at Array.forEach (
It keep repeating this messages
validator and REST API are launched with default network settings. how to solve?