hyperliquid-dex / node

MIT License
104 stars 17 forks source link

called `Result::unwrap()` on an `Err` value: ParseIntError { kind: InvalidDigit } #3

Open lanor-97 opened 2 months ago

lanor-97 commented 2 months ago

I followed the readme instructions with a non-root user, I made sure ports 8000 and 9000 were not filtered by firewall and I even tried with both Ubuntu 22.04 and 24.04.

Command: ~./hl-visor Output: thread 'main' panicked at /home/ubuntu/cham/code/net_utils/src/visor.rs:87:17: called Result::unwrap() on an Err value: ParseIntError { kind: InvalidDigit } note: run with RUST_BACKTRACE=1 environment variable to display a backtrace

albertwh1te commented 2 months ago

Same problem here.