CronCats / croncat-rs

A Rust version of the CronCat agent.
GNU Affero General Public License v3.0
19 stars 4 forks source link

"No valid rpc sources available" #130

Open mikedotexe opened 1 year ago

mikedotexe commented 1 year ago

When I stop them all and rimraff .cosmos-chain-registry and start one up, it's fine. Maybe all of them need to have their own cloned versions of this repo.

Screen Shot 2023-07-15 at 11 51 14 AM
mikedotexe commented 1 year ago

Yeah, this seems to indicate it's locking itself when you have multiple agents using the same croncat-rs directory. They're probably trying to share the same directory and update at the same time or something.

See:

The index is locked…

Screen Shot 2023-07-15 at 12 01 44 PM
mikedotexe commented 1 year ago

I believe my latest push removing some errant code has solved this. But will leave it open for a bit just in case