Kimai install error: #1047

Closed
opened 2026-02-04 22:47:01 +03:00 by OVERLORD · 2 comments
Owner

Originally created by @DogDaSlayer on GitHub (May 31, 2025).

Have you read and understood the above guidelines?

yes

📜 What is the name of the script you are using?

Kimai

📂 What was the exact command used to execute the script?

bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/kimai.sh)"

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Debian 12

📝 Provide a clear and concise description of the issue.

Kimai installation script fails with error 400 due to empty $RELEASE from GitHub API, causing a broken .zip download and an unbound SPINNER_PID variable.

🔄 Steps to reproduce the issue.

execute the exact command with default settings

Paste the full error output (if available).

✔️ Installed PHP
⠋mysql: Deprecated program name. It will be removed in a future release, use '/usr/bin/mariadb' instead
⠸curl: (22) The requested URL returned error: 400

[ERROR] in line 47: exit code 0: while executing command MYSQL_VERSION=$(mysql --version | grep -oP 'Distrib \K[0-9]+.[0-9]+.[0-9]+')
⠴curl: (22) The requested URL returned error: 400
/dev/fd/63: line 74: SPINNER_PID: unbound variable

🖼️ Additional context (optional).

No response

Originally created by @DogDaSlayer on GitHub (May 31, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? Kimai ### 📂 What was the exact command used to execute the script? bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/kimai.sh)" ### ⚙️ What settings are you using? - [x] Default Settings - [ ] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 12 ### 📝 Provide a clear and concise description of the issue. Kimai installation script fails with error 400 due to empty $RELEASE from GitHub API, causing a broken .zip download and an unbound SPINNER_PID variable. ### 🔄 Steps to reproduce the issue. execute the exact command with default settings ### ❌ Paste the full error output (if available). ✔️ Installed PHP ⠋mysql: Deprecated program name. It will be removed in a future release, use '/usr/bin/mariadb' instead ⠸curl: (22) The requested URL returned error: 400 ⠼ [ERROR] in line 47: exit code 0: while executing command MYSQL_VERSION=$(mysql --version | grep -oP 'Distrib \K[0-9]+\.[0-9]+\.[0-9]+') ⠴curl: (22) The requested URL returned error: 400 /dev/fd/63: line 74: SPINNER_PID: unbound variable ### 🖼️ Additional context (optional). _No response_
OVERLORD added the bug label 2026-02-04 22:47:01 +03:00
Author
Owner

@MickLesk commented on GitHub (Jun 1, 2025):

The issue is not the File, its MySQL. They need an fix MySQL, i migrated last week the most lxc to mariadb, thats "unknown" for there. Fix on Monday, maybe tomorrow

@MickLesk commented on GitHub (Jun 1, 2025): The issue is not the File, its MySQL. They need an fix MySQL, i migrated last week the most lxc to mariadb, thats "unknown" for there. Fix on Monday, maybe tomorrow
Author
Owner

@MickLesk commented on GitHub (Jun 2, 2025):

done

@MickLesk commented on GitHub (Jun 2, 2025): done
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#1047