happybeing / vdash

A Dashboard for Autonomi Nodes that runs in the terminal
GNU Affero General Public License v3.0
19 stars 9 forks source link

Vdash panics #13

Closed willief closed 1 year ago

willief commented 2 years ago

I forgot to add RUST_LOG blah... before the safe node join command. Is this expected behaviour or is there an underlying problem?

willie@gagarin:~$ vdash /home/willie/.safe/node/local-node/
Loading 1 files...
file: /home/willie/.safe/node/local-node/
thread 'main' panicked at 'Unable to read line: Os { code: 21, kind: IsADirectory, message: "Is a directory" }', /home/willie/.cargo/registry/src/github.com-1ecc6299db9ec823/vdash-0.7.3/src/bin/../custom/app.rs:436:29
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
happybeing commented 2 years ago

Could be a logfile problem, hard to say without more details on what you did and what's in the relevant logfile.

willief commented 2 years ago

I launched it successfully with the same logfile a few mins later. Happy to close this if you are.

happybeing commented 2 years ago

I'll leave it open for now so anyone else stumbling on this message can find it.