Agoric / testnet-notes

notes for and by incentivized testnet participants
https://validate.agoric.com/
Creative Commons Zero v1.0 Universal
2 stars 1 forks source link

could not create directory ".../.ag-cosmos-helper": file exists #6

Closed dckc closed 3 years ago

dckc commented 3 years ago

What are some likely causes of this panic? How do I get past it?

$ ag-cosmos-helper query staking validators
panic: could not create directory "/home/connolly/.ag-cosmos-helper": mkdir /home/connolly/.ag-cosmos-helper: file exists

cc @michaelfig

michaelfig commented 3 years ago

What are some likely causes of this panic? How do I get past it?

What does the following show you?

ls -al /home/connolly/.ag-cosmos-helper
id
dckc commented 3 years ago

ah. ls -al /home/connolly/.ag-cosmos-helper shows a symlink to a directory that isn't there (I moved it the other day).

Thanks.

I'm going to leave this open for a bit until I'm confident that it doesn't merit more documentation.