HomeBox update script fails from 0.20.2 to 0.21.0 with curl error #1553

Closed
opened 2026-02-05 01:32:38 +03:00 by OVERLORD · 1 comment
Owner

Originally created by @motoridersd on GitHub (Aug 29, 2025).

Have you read and understood the above guidelines?

yes

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

Homebox

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

update but also ran the full 'bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/homebox.sh)"' string

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Debian 12

📈 Which Proxmox version are you on?

8.4

📝 Provide a clear and concise description of the issue.

Script is failing to pull the url for "sysadminsmedia"

⏳   Checking for update: sysadminsmediacurl: (22) The requested URL returned error: 404
✖️   Unable to fetch releases for sysadminsmedia

🔄 Steps to reproduce the issue.

run 'update' in a running container. Or run the full script with

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

Paste the full error output (if available).

⏳   Checking for update: sysadminsmediacurl: (22) The requested URL returned error: 404
✖️   Unable to fetch releases for sysadminsmedia

🖼️ Additional context (optional).

No response

Originally created by @motoridersd on GitHub (Aug 29, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? Homebox ### 📂 What was the exact command used to execute the script? update but also ran the full 'bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/homebox.sh)"' string ### ⚙️ What settings are you using? - [x] Default Settings - [ ] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 12 ### 📈 Which Proxmox version are you on? 8.4 ### 📝 Provide a clear and concise description of the issue. Script is failing to pull the url for "sysadminsmedia" ``` ⏳ Checking for update: sysadminsmediacurl: (22) The requested URL returned error: 404 ✖️ Unable to fetch releases for sysadminsmedia ``` ### 🔄 Steps to reproduce the issue. run 'update' in a running container. Or run the full script with bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/homebox.sh)" ### ❌ Paste the full error output (if available). ``` ⏳ Checking for update: sysadminsmediacurl: (22) The requested URL returned error: 404 ✖️ Unable to fetch releases for sysadminsmedia ``` ### 🖼️ Additional context (optional). _No response_
OVERLORD added the bug label 2026-02-05 01:32:38 +03:00
Author
Owner

@MickLesk commented on GitHub (Aug 29, 2025):

fixed

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

No dependencies set.

Reference: starred/ProxmoxVE#1553