You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 anErr
value: ParseIntError { kind: InvalidDigit }note: run with
RUST_BACKTRACE=1
environment variable to display a backtraceThe text was updated successfully, but these errors were encountered: