Pusle script stops with error #1021

Closed
opened 2026-02-04 22:39:18 +03:00 by OVERLORD · 3 comments
Owner

Originally created by @lichtenstern on GitHub (May 27, 2025).

Have you read and understood the above guidelines?

yes

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

pusle

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

bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/pulse.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.

When installing puse with the script i get the following error:
[ERROR] in line 33: exit code 0: while executing command RELEASE=$(curl -fsSL https://api.github.com/repos/rcourtman/Pulse/releases/latest | grep "tag_name" | awk '{print substr($2, 3, length($2)-4) }')
curl: (22) The requested URL returned error: 400
/dev/fd/63: line 74: SPINNER_PID: unbound variable

any ideas?

🔄 Steps to reproduce the issue.

just execute the script

Paste the full error output (if available).

[ERROR] in line 33: exit code 0: while executing command RELEASE=$(curl -fsSL https://api.github.com/repos/rcourtman/Pulse/releases/latest | grep "tag_name" | awk '{print substr($2, 3, length($2)-4) }')
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 @lichtenstern on GitHub (May 27, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? pusle ### 📂 What was the exact command used to execute the script? bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/pulse.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. When installing puse with the script i get the following error: [ERROR] in line 33: exit code 0: while executing command RELEASE=$(curl -fsSL https://api.github.com/repos/rcourtman/Pulse/releases/latest | grep "tag_name" | awk '{print substr($2, 3, length($2)-4) }') curl: (22) The requested URL returned error: 400 /dev/fd/63: line 74: SPINNER_PID: unbound variable any ideas? ### 🔄 Steps to reproduce the issue. just execute the script ### ❌ Paste the full error output (if available). [ERROR] in line 33: exit code 0: while executing command RELEASE=$(curl -fsSL https://api.github.com/repos/rcourtman/Pulse/releases/latest | grep "tag_name" | awk '{print substr($2, 3, length($2)-4) }') 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 not a script issue label 2026-02-04 22:39:18 +03:00
Author
Owner

@MickLesk commented on GitHub (May 27, 2025):

Network error. Or Github API Limit. Check your DNS or Adblock.

@MickLesk commented on GitHub (May 27, 2025): Network error. Or Github API Limit. Check your DNS or Adblock.
Author
Owner

@lichtenstern commented on GitHub (May 27, 2025):

I already disabled all adblocker here

@lichtenstern commented on GitHub (May 27, 2025): I already disabled all adblocker here
Author
Owner

@MickLesk commented on GitHub (May 27, 2025):

Restart your Proxmox maybe

@MickLesk commented on GitHub (May 27, 2025): Restart your Proxmox maybe
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#1021