runtipi / cli

The command line interface to configure and interact with Runtipi
https://runtipi.io/
GNU General Public License v3.0
4 stars 3 forks source link

[BUG] error message when using runtipi-cli app start-all #35

Closed falkheiland closed 6 months ago

falkheiland commented 8 months ago

Checklist

Before opening your issue be sure to have completed all those tasks.

Describe the bug there is an error on the cli when using sudo ./runtipi-cli app start-all

sudo ./runtipi-cli app start-all
Welcome to Runtipi CLI ✨

⠴ Starting all apps...
thread 'main' panicked at src/commands/app.rs:161:80:
called `Result::unwrap()` on an `Err` value: reqwest::Error { kind: Request, url: Url { scheme: "http", cannot_be_a_base: false, username: "", password: None, host: Some(Domain("localhost")), port: None, path: "/worker-api/apps/start-all", query: None, fragment: None }, source: TimedOut }
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

All apps are still being started.

Server (please complete the following information):

meienberger commented 8 months ago

Thanks for reporting

github-actions[bot] commented 7 months ago

This issue is stale because it has been open for 30 days with no activity.

github-actions[bot] commented 6 months ago

This issue is stale because it has been open for 30 days with no activity.

meienberger commented 6 months ago

Most probably your instance was not running properly, I added better error handling and messages