Error in HAOS url to download. #1083

Closed
opened 2026-02-04 22:59:29 +03:00 by OVERLORD · 1 comment
Owner

Originally created by @davidmoreno92 on GitHub (Jun 8, 2025).

Have you read and understood the above guidelines?

yes

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

haos-vm.sh

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

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

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

No response

📝 Provide a clear and concise description of the issue.

Creating a HAOS VM using the above default settings
✓ Using local-lvm for Storage Location.
✓ Virtual Machine ID is 100.
https://github.com/home-assistant/operating-system/releases/download//haos_ova-.qcow2.xz
curl: (22) The requested URL returned error: 404
curl: (22) The requested URL returned error: 400

[ERROR] in line 451: exit code 0: while executing command curl -f#SL -o "$(basename "$URL")" "$URL"

I think script is generating wrong url, it is adding double "/" before haos_ova-.qcow2.xz and not providing version. Correct url should be similar to: https://github.com/home-assistant/operating-system/releases/download/15.2/haos_ova-15.2.ova

🔄 Steps to reproduce the issue.

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

Paste the full error output (if available).

Using Default Settings
Using HAOS Version:
Using Virtual Machine ID: 100
Using Machine Type: i440fx
Using Disk Cache: Write Through
Using Hostname: haos
Using CPU Model: Host
Allocated Cores: 2
Allocated RAM: 4096
Using Bridge: vmbr0
Using MAC Address: 02:26:6A:E0:8B:DC
Using VLAN: Default
Using Interface MTU Size: Default
Start VM when completed: yes
Creating a HAOS VM using the above default settings
✓ Using local-lvm for Storage Location.
✓ Virtual Machine ID is 100.
https://github.com/home-assistant/operating-system/releases/download//haos_ova-.qcow2.xz
curl: (22) The requested URL returned error: 404

curl: (22) The requested URL returned error: 400

[ERROR] in line 451: exit code 0: while executing command curl -f#SL -o "$(basename "$URL")" "$URL"

🖼️ Additional context (optional).

No response

Originally created by @davidmoreno92 on GitHub (Jun 8, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? haos-vm.sh ### 📂 What was the exact command used to execute the script? bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/vm/haos-vm.sh)" ### ⚙️ What settings are you using? - [x] Default Settings - [ ] Advanced Settings ### 🖥️ Which Linux distribution are you using? _No response_ ### 📝 Provide a clear and concise description of the issue. Creating a HAOS VM using the above default settings ✓ Using local-lvm for Storage Location. ✓ Virtual Machine ID is 100. ✓ https://github.com/home-assistant/operating-system/releases/download//haos_ova-.qcow2.xz curl: (22) The requested URL returned error: 404 curl: (22) The requested URL returned error: 400 [ERROR] in line 451: exit code 0: while executing command curl -f#SL -o "$(basename "$URL")" "$URL" I think script is generating wrong url, it is adding double "/" before haos_ova-.qcow2.xz and not providing version. Correct url should be similar to: https://github.com/home-assistant/operating-system/releases/download/15.2/haos_ova-15.2.ova ### 🔄 Steps to reproduce the issue. Execute bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/vm/haos-vm.sh)" ### ❌ Paste the full error output (if available). Using Default Settings Using HAOS Version: Using Virtual Machine ID: 100 Using Machine Type: i440fx Using Disk Cache: Write Through Using Hostname: haos Using CPU Model: Host Allocated Cores: 2 Allocated RAM: 4096 Using Bridge: vmbr0 Using MAC Address: 02:26:6A:E0:8B:DC Using VLAN: Default Using Interface MTU Size: Default Start VM when completed: yes Creating a HAOS VM using the above default settings ✓ Using local-lvm for Storage Location. ✓ Virtual Machine ID is 100. ✓ https://github.com/home-assistant/operating-system/releases/download//haos_ova-.qcow2.xz curl: (22) The requested URL returned error: 404 curl: (22) The requested URL returned error: 400 [ERROR] in line 451: exit code 0: while executing command curl -f#SL -o "$(basename "$URL")" "$URL" ### 🖼️ Additional context (optional). _No response_
OVERLORD added the bug label 2026-02-04 22:59:29 +03:00
Author
Owner

@davidmoreno92 commented on GitHub (Jun 8, 2025):

It is have been fixed without any changes. 🤦

@davidmoreno92 commented on GitHub (Jun 8, 2025): It is have been fixed without any changes. 🤦
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#1083