eth-cscs / manta

Another CLI for Alps
https://eth-cscs.github.io/manta/
BSD 3-Clause "New" or "Revised" License
14 stars 4 forks source link

BUG: command to get CFS logs fails is CFS session name does not exists #36

Closed Masber closed 8 months ago

Masber commented 8 months ago

manta l <CFS session name> fails if the CFS session name does not exists

/manta log clariden-cos-config-2.3.111
thread 'main' panicked at src/cli/commands/log.rs:26:6:
called `Result::unwrap()` on an `Err` value: reqwest::Error { kind: Status(404), url: Url { scheme: "https", cannot_be_a_base: false, username: "", password: None, host: Some(Domain("api.cmn.alps.cscs.ch")), port: None, path: "/apis/cfs/v2/sessions/clariden-cos-config-2.3.111", query: None, fragment: None } }
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Masber commented 8 months ago

fixed in version 1.22.11