Is your feature request related to a problem? Please describe.
Traceback (most recent call last):
File "vendor/valory/skills/price_estimation_abci/behaviours.py", line 136, in async_act
raise RuntimeError("Tendermint node did not come live!")
RuntimeError: Tendermint node did not come live!
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/ubuntu/.local/lib/python3.7/site-packages/aea/skills/base.py", line 428, in act_wrapper
f"An error occurred during act of behaviour {self.context.skill_id}/{type(self).__name__}:\n{e_str}"
aea.exceptions.AEAActException: An error occurred during act of behaviour valory/price_estimation_abci:0.1.0/TendermintHealthcheckBehaviour:
Traceback (most recent call last):
File "vendor/valory/skills/price_estimation_abci/behaviours.py", line 136, in async_act
raise RuntimeError("Tendermint node did not come live!")
RuntimeError: Tendermint node did not come live!
Is your feature request related to a problem? Please describe.
Describe the solution you'd like Fix