Heimdall script error #228

Closed
opened 2026-02-04 17:13:52 +03:00 by OVERLORD · 4 comments
Owner

Originally created by @kampfhanuta on GitHub (Dec 28, 2024).

Have you read and understood the above guidelines?

yes

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

Heimdall Dashboard LXC

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

bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/heimdall-dashboard.sh)"

📝 Provide a clear and concise description of the issue.

[ERROR] in line 25: exit code 0: while executing command RELEASE=$(curl -sX GET "https://api.github.com/repos/linuxserver/Heimdall/releases/latest" | awk '/tag_name/{print $4;exit}' FS='[""]')

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Debian 12

🔄 Steps to reproduce the issue.

bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/heimdall-dashboard.sh)"

Paste the full error output (if available).

[ERROR] in line 25: exit code 0: while executing command RELEASE=$(curl -sX GET "https://api.github.com/repos/linuxserver/Heimdall/releases/latest" | awk '/tag_name/{print $4;exit}' FS='[""]')

🖼️ Additional context (optional).

No response

Originally created by @kampfhanuta on GitHub (Dec 28, 2024). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? Heimdall Dashboard LXC ### 📂 What was the exact command used to execute the script? bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/heimdall-dashboard.sh)" ### 📝 Provide a clear and concise description of the issue. [ERROR] in line 25: exit code 0: while executing command RELEASE=$(curl -sX GET "https://api.github.com/repos/linuxserver/Heimdall/releases/latest" | awk '/tag_name/{print $4;exit}' FS='[""]') ### ⚙️ What settings are you using? - [X] Default Settings - [ ] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 12 ### 🔄 Steps to reproduce the issue. bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/heimdall-dashboard.sh)" ### ❌ Paste the full error output (if available). [ERROR] in line 25: exit code 0: while executing command RELEASE=$(curl -sX GET "https://api.github.com/repos/linuxserver/Heimdall/releases/latest" | awk '/tag_name/{print $4;exit}' FS='[""]') ### 🖼️ Additional context (optional). _No response_
OVERLORD added the not a script issue label 2026-02-04 17:13:52 +03:00
Author
Owner

@quantumryuu commented on GitHub (Dec 28, 2024):

Works good on my end!
image

Can you try running in the proxmox shell the following commands? What's the outpu?

  1. RELEASE=$(curl -sX GET "https://api.github.com/repos/linuxserver/Heimdall/releases/latest" | awk '/tag_name/{print $4;exit}' FS='[""]')

  2. echo ${RELEASE}

@quantumryuu commented on GitHub (Dec 28, 2024): Works good on my end! ![image](https://github.com/user-attachments/assets/d7282f34-37f4-4d54-bae0-59e61945002d) Can you try running in the proxmox shell the following commands? What's the outpu? 1. `RELEASE=$(curl -sX GET "https://api.github.com/repos/linuxserver/Heimdall/releases/latest" | awk '/tag_name/{print $4;exit}' FS='[""]')` 2. `echo ${RELEASE}`
Author
Owner

@kampfhanuta commented on GitHub (Dec 28, 2024):

v2.6.3

@kampfhanuta commented on GitHub (Dec 28, 2024): v2.6.3
Author
Owner

@kampfhanuta commented on GitHub (Dec 29, 2024):

Today I tried again with IPv4, this worked. Dont know why only this script with IPv6 doesn't worked on my machine.

@kampfhanuta commented on GitHub (Dec 29, 2024): Today I tried again with IPv4, this worked. Dont know why only this script with IPv6 doesn't worked on my machine.
Author
Owner

@Builder-DE-TH commented on GitHub (Dec 30, 2024):

When I updated from 2.6.1 to 2.6.3, typing update did nothing, pasting the script gave a fail error, then I couldn't connect but after a reboot it said it had updated successfully.

@Builder-DE-TH commented on GitHub (Dec 30, 2024): When I updated from 2.6.1 to 2.6.3, typing update did nothing, pasting the script gave a fail error, then I couldn't connect but after a reboot it said it had updated successfully.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#228