iotaledger / wallet.rs

Build wallets and other applications involving IOTA value transfer.
Apache License 2.0
157 stars 61 forks source link

CLI: Unable to set new node on Windows (v0.3.3) #1854

Closed hauju closed 1 year ago

hauju commented 3 years ago

Bug description

Version

Wallet CLI v0.3.3 (Windows)

Hardware specification

What hardware are you using?

Steps To reproduce the bug

  1. .\wallet-windows.exe new --node https://api.hornet-3.testnet.chrysalis2.com --alias bee
  2. Set password
  3. Try to set new node
    set-node https://api.hornet-3.testnet.chrysalis2.com
  4. The error happen after typing
    set-node http://

Expected behaviour

Expect to be able set a new node. It works with the wallet-linux.

Actual behaviour

The program crashes.

Errors

Account `bee` command (h for help): set-node httpthread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Custom { kind: NotConnected, error: "Not a terminal" }', src\account.rs:258:10
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
thingswizard commented 3 years ago

Same problem here.

Shahrzad-alh commented 3 years ago

Same issue here.