valory-xyz / open-autonomy

A framework for the creation of autonomous agent services.
https://docs.autonolas.network
Apache License 2.0
85 stars 27 forks source link

Issue with tendermint not coming live #248

Closed DavidMinarsch closed 2 years ago

DavidMinarsch commented 3 years ago

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!

Describe the solution you'd like Fix

DavidMinarsch commented 2 years ago

This does not seem to be an issue anymore