Open JGabrielGruber opened 4 years ago
@JGabrielGruber I had the same issue. It turned out that I used a genesis.json file in the tenderrmint configuration that didn't contain the current validators public key.
The error message should be improved.
@JGabrielGruber I had the same issue. It turned out that I used a genesis.json file in the tenderrmint configuration that didn't contain the current validators public key.
The error message should be improved.
That's interesting, unfortunately I don't need it anymore, so, it's up to someone test and see if it fixes
Describe the bug I have a network of two nodes, which I've created by following the docs. In both nodes, the Mongodb service is running, Bigchaindb and the Tendermint. When both nodes gain connection one to another, both tendermint start to log about the error. If I made a request to bigchaindb, using the example script in the docs, it logs 500.
To Reproduce This is the
genesis.json
:Expected behavior I really don't know.
Logs or terminal output Tendermint log:
Bigchaindb log:
Tendermint log when a client make a request:
Bigchaindb log when a client make a request:
Desktop:
Additional context Hello, I'm new to the bigchaindb, I'm really sorry by this, if anyone could help me, I would be very glad, really, I've spend days trying to work this out. I've deleted the database of both nodes in Mongo, reseted tendermint data using:
tendermint unsafe_reset_all
tendermint unsafe_reset_priv_validator
If there's anything else that I need to add here, please, let me know. Thank you very much, sorry by my bad English.