We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am able to update some apps using the cli but not all. It hangs forever in the GUI so I try to debug it further.
./runtipi-cli app update immich Welcome to Runtipi CLI ✨ ✗ Failed to update app. Error: Error sending request: reqwest::Error { kind: Request, url: Url { scheme: "http", cannot_be_a_base: false, username: "", password: None, host: Some(Ipv4(192.168.0.52)), port: None, path: "/worker-api/apps/immich/update", query: None, fragment: None }, source: TimedOut }
in error.log, there is nothing
in app.log:
worker: 2024-08-20T07:05:54.877Z - info > Updating app immich worker: 2024-08-20T07:05:55.111Z - info > Running docker compose with args --env-file /app-data/immich/app.env --project-name immich -f /data/apps/immich/docker-compose.yml -f /data/repos/29ca930bfdaffa1dfabf5726336380ede7066bc53297e3c0c868b27c97282903/apps/docker-compose.common.yml up --detach --force-recreate --remove-orphans worker: 2024-08-20T07:06:02.446Z - info > Running docker compose with args --env-file /app-data/immich/app.env --project-name immich -f /data/apps/immich/docker-compose.yml -f /data/repos/29ca930bfdaffa1dfabf5726336380ede7066bc53297e3c0c868b27c97282903/apps/docker-compose.common.yml down --rmi all --remove-orphans worker: 2024-08-20T07:06:24.091Z - info > Deleting folder /data/apps/immich worker: 2024-08-20T07:06:24.095Z - info > Copying folder /data/repos/29ca930bfdaffa1dfabf5726336380ede7066bc53297e3c0c868b27c97282903/apps/immich to /data/apps/immich worker: 2024-08-20T07:06:24.118Z - info > Running docker compose with args --env-file /app-data/immich/app.env --project-name immich -f /data/apps/immich/docker-compose.yml -f /data/repos/29ca930bfdaffa1dfabf5726336380ede7066bc53297e3c0c868b27c97282903/apps/docker-compose.common.yml pull
./runtipi-cli debug Welcome to Runtipi CLI ✨ ⚠️ Make sure you have started tipi before running this command --- System information --- ┌──────────────┬──────────────────┐ │ OS │ linux │ ├──────────────┼──────────────────┤ │ OS Version │ 6.8.0-39-generic │ ├──────────────┼──────────────────┤ │ Memory (GB) │ 10.70 │ ├──────────────┼──────────────────┤ │ Architecture │ amd64 │ └──────────────┴──────────────────┘ --- Tipi configuration --- ┌───────────────────────────┬──────┐ │ Custom tipi docker config │ No │ └───────────────────────────┴──────┘ --- Settings.json --- { "allowAutoThemes": true, "allowErrorMonitoring": false, "appsRepoUrl": "https://github.com/runtipi/runtipi-appstore", "demoMode": false, "dnsIp": "192.168.0.2", "domain": "", "guestDashboard": false, "internalIp": "192.168.0.52", "localDomain": "tipi.local", "persistTraefikConfig": false, "postgresPort": 5432, "storagePath": "/home/steve/Downloads/runtipi" } --- Environment variables --- ┌───────────────────────┬──────────────────────────────────────────────────────────────────┐ │ POSTGRES_PASSWORD │ <redacted> │ ├───────────────────────┼──────────────────────────────────────────────────────────────────┤ │ REDIS_PASSWORD │ <redacted> │ ├───────────────────────┼──────────────────────────────────────────────────────────────────┤ │ APPS_REPO_ID │ 29ca930bfdaffa1dfabf5726336380ede7066bc53297e3c0c868b27c97282903 │ ├───────────────────────┼──────────────────────────────────────────────────────────────────┤ │ APPS_REPO_URL │ https://github.com/runtipi/runtipi-appstore │ ├───────────────────────┼──────────────────────────────────────────────────────────────────┤ │ TIPI_VERSION │ v3.5.2 │ ├───────────────────────┼──────────────────────────────────────────────────────────────────┤ │ INTERNAL_IP │ 192.168.0.52 │ ├───────────────────────┼──────────────────────────────────────────────────────────────────┤ │ ARCHITECTURE │ amd64 │ ├───────────────────────┼──────────────────────────────────────────────────────────────────┤ │ JWT_SECRET │ <redacted> │ ├───────────────────────┼──────────────────────────────────────────────────────────────────┤ │ ROOT_FOLDER_HOST │ /home/steve/Downloads/runtipi │ ├───────────────────────┼──────────────────────────────────────────────────────────────────┤ │ RUNTIPI_APP_DATA_PATH │ /home/steve/Downloads/runtipi │ ├───────────────────────┼──────────────────────────────────────────────────────────────────┤ │ NGINX_PORT │ 80 │ ├───────────────────────┼──────────────────────────────────────────────────────────────────┤ │ NGINX_PORT_SSL │ 443 │ ├───────────────────────┼──────────────────────────────────────────────────────────────────┤ │ DOMAIN │ <redacted> │ ├───────────────────────┼──────────────────────────────────────────────────────────────────┤ │ POSTGRES_HOST │ runtipi-db │ ├───────────────────────┼──────────────────────────────────────────────────────────────────┤ │ POSTGRES_DBNAME │ tipi │ ├───────────────────────┼──────────────────────────────────────────────────────────────────┤ │ POSTGRES_USERNAME │ tipi │ ├───────────────────────┼──────────────────────────────────────────────────────────────────┤ │ POSTGRES_PORT │ 5432 │ ├───────────────────────┼──────────────────────────────────────────────────────────────────┤ │ REDIS_HOST │ runtipi-redis │ ├───────────────────────┼──────────────────────────────────────────────────────────────────┤ │ DEMO_MODE │ false │ ├───────────────────────┼──────────────────────────────────────────────────────────────────┤ │ LOCAL_DOMAIN │ tipi.local │ └───────────────────────┴──────────────────────────────────────────────────────────────────┘ --- Docker containers --- ┌───────────────────────┬──────┐ │ runtipi-reverse-proxy │ Up │ ├───────────────────────┼──────┤ │ runtipi │ Up │ ├───────────────────────┼──────┤ │ runtipi-redis │ Up │ ├───────────────────────┼──────┤ │ runtipi-db │ Up │ └───────────────────────┴──────┘ ^ If a container is not 'Up', you can run the command `docker logs <container_name>` to see the logs of that container.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am able to update some apps using the cli but not all. It hangs forever in the GUI so I try to debug it further.
in error.log, there is nothing
in app.log:
The text was updated successfully, but these errors were encountered: