[X] My issue is not a support request (eg: "My instance is not running after update". If so please ask for support in the help section of our Discord server)
[X] I have searched for an already existing issue with similar context and errors. My issue has not yet been reported.
[X] I have included a clear description and steps to reproduce.
[X] I have included the result of the command ./runtipi-cli debug
[ ] I have included logs from the file runtipi/logs/error.log if relevant
[ ] I am using a custom docker compose file (user-config/tipi-compose.yml)
Describe the bug
I ran the command:
./runtipi-cli app stop zipline
and I received the error below. The docker container was not stopped
Warning ⚠️: If you use a custom docker compose file (located in user-config/tipi-compose.yml) please try to start runtipi without it before submitting an issue. If the issue persists even without the custom docker compose file then proceed to open an issue.
To Reproduce
Steps to reproduce the behavior:
Just try to stop it.
Expected behavior
no error
Screenshots
./runtipi-cli app stop zipline
Welcome to Runtipi CLI ✨
⠸ Stopping app zipline... thread 'main' panicked at src/commands/app.rs:167: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(Ipv4(192.168.1.41)), port: None, path: "/worker-api/apps/zipline/stop", query: None, fragment: None }, source: TimedOut }
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
If applicable, add screenshots to help explain your problem.
Server (please complete the following information):
Checklist
Before opening your issue be sure to have completed all those tasks.
./runtipi-cli debug
runtipi/logs/error.log
if relevantuser-config/tipi-compose.yml
)Describe the bug I ran the command:
and I received the error below. The docker container was not stopped
To Reproduce Steps to reproduce the behavior:
Expected behavior no error
Screenshots ./runtipi-cli app stop zipline
If applicable, add screenshots to help explain your problem.
Server (please complete the following information):
Additional context
Updated by @meienberger (formatting)