bitcoin-dev-project/warnet

`network up` command seems to not be able to pick up bitcoin core RPC again

Closed this issue · 1 comments

2024-01-19 15:01:53,955 - warnet - DEBUG - {'jsonrpc': '2.0', 'method': 'network_up', 'params': {'network': 'warnet'}, 'id': 1}
2024-01-19 15:01:53,987 - werkzeug - INFO - 127.0.0.1 - - [19/Jan/2024 15:01:53] "POST /api HTTP/1.1" 200 -
2024-01-19 15:01:54,018 - warnet - INFO - Using `bitcoin-cli -regtest -rpcuser=warnet_user -rpcpassword=2themoon addpeeraddress 100.211.63.71 18444` to connect tanks 0 to 1
2024-01-19 15:01:54,020 - utils - ERROR - rpc error: 'NoneType' object has no attribute 'exec_run'

rpc error: 'NoneType' object has no attribute 'exec_run' Just chiming in on this error message, pretty sure means a container is not reachable, as in, it did not start up or has crashed.