Lidarr Update Error #1528

Closed
opened 2026-02-05 01:26:24 +03:00 by OVERLORD · 2 comments
Owner

Originally created by @AB398 on GitHub (Aug 24, 2025).

Have you read and understood the above guidelines?

yes

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

Lidarr

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

update

⚙️ 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.

Attempting to update in verbose mode using the update command gives the following error:

environment: line 32: jq: command not found
curl: (23) Failure writing output to destination

[ERROR] in line 32: exit code 0: while executing command RELEASE=$(curl -fsSL https://api.github.com/repos/Lidarr/Lidarr/releases/latest | jq -r '.tag_name' | sed 's/^v//')

🔄 Steps to reproduce the issue.

Running update command

Paste the full error output (if available).

environment: line 32: jq: command not found
curl: (23) Failure writing output to destination

[ERROR] in line 32: exit code 0: while executing command RELEASE=$(curl -fsSL https://api.github.com/repos/Lidarr/Lidarr/releases/latest | jq -r '.tag_name' | sed 's/^v//')

🖼️ Additional context (optional).

Have previously updated with no issues.

Originally created by @AB398 on GitHub (Aug 24, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? Lidarr ### 📂 What was the exact command used to execute the script? update ### ⚙️ 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. Attempting to update in verbose mode using the update command gives the following error: environment: line 32: jq: command not found curl: (23) Failure writing output to destination [ERROR] in line 32: exit code 0: while executing command RELEASE=$(curl -fsSL https://api.github.com/repos/Lidarr/Lidarr/releases/latest | jq -r '.tag_name' | sed 's/^v//') ### 🔄 Steps to reproduce the issue. Running update command ### ❌ Paste the full error output (if available). environment: line 32: jq: command not found curl: (23) Failure writing output to destination [ERROR] in line 32: exit code 0: while executing command RELEASE=$(curl -fsSL https://api.github.com/repos/Lidarr/Lidarr/releases/latest | jq -r '.tag_name' | sed 's/^v//') ### 🖼️ Additional context (optional). Have previously updated with no issues.
OVERLORD added the bug label 2026-02-05 01:26:24 +03:00
Author
Owner

@tremor021 commented on GitHub (Aug 24, 2025):

Will be fixed after #7162 merges. If you don't want to wait, do:

apt-get install -y jq

then re-run update

@tremor021 commented on GitHub (Aug 24, 2025): Will be fixed after #7162 merges. If you don't want to wait, do: `apt-get install -y jq` then re-run `update`
Author
Owner

@AB398 commented on GitHub (Aug 24, 2025):

If you don't want to wait, do:

apt-get install -y jq

then re-run update

Installing jq worked. Thanks for the quick reply!

@AB398 commented on GitHub (Aug 24, 2025): >If you don't want to wait, do: > > `apt-get install -y jq` > > then re-run `update` Installing jq worked. Thanks for the quick reply!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#1528