Skip to content

Error in HAOS url to download.Β #5051

@davidmoreno92

Description

@davidmoreno92

βœ… 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions