[GH-ISSUE #922] Sabnbzd - Update to 4.4.0 failing #194

Closed
opened 2026-02-26 12:44:41 +03:00 by kerem · 2 comments
Owner

Originally created by @crazyduck on GitHub (Dec 19, 2024).
Original GitHub issue: https://github.com/community-scripts/ProxmoxVE/issues/922

Have you read and understood the above guidelines?

yes

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

SABnzbd

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

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

📝 Provide a clear and concise description of the issue.

Running the script inside the LXC.

Script fails with this output:

 ⠼ Updating SABnzbd to 4.4.0 
[ERROR] in line 43: exit code 0: while executing command python3 -m pip install -r requirements.txt &> /dev/null

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Debian 12

🔄 Steps to reproduce the issue.

Running the script inside an existing SABnbzd LXC

Paste the full error output (if available).

⠼ Updating SABnzbd to 4.4.0
[ERROR] in line 43: exit code 0: while executing command python3 -m pip install -r requirements.txt &> /dev/null

🖼️ Additional context (optional).

No response

Originally created by @crazyduck on GitHub (Dec 19, 2024). Original GitHub issue: https://github.com/community-scripts/ProxmoxVE/issues/922 ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? SABnzbd ### 📂 What was the exact command used to execute the script? bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/sabnzbd.sh)" ### 📝 Provide a clear and concise description of the issue. Running the script inside the LXC. Script fails with this output: ``` ⠼ Updating SABnzbd to 4.4.0 [ERROR] in line 43: exit code 0: while executing command python3 -m pip install -r requirements.txt &> /dev/null ``` ### ⚙️ What settings are you using? - [X] Default Settings - [ ] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 12 ### 🔄 Steps to reproduce the issue. Running the script inside an existing SABnbzd LXC ### ❌ Paste the full error output (if available). ⠼ Updating SABnzbd to 4.4.0 [ERROR] in line 43: exit code 0: while executing command python3 -m pip install -r requirements.txt &> /dev/null ### 🖼️ Additional context (optional). _No response_
kerem closed this issue 2026-02-26 12:44:41 +03:00
Author
Owner

@crazyduck commented on GitHub (Dec 19, 2024):

Installed the update by hand, after the script failed:

cd /opt/sabnbzd

python3 -m pip install -r requirements.txt &> /dev/null

systemctl start sabnzbd.service
<!-- gh-comment-id:2553504904 --> @crazyduck commented on GitHub (Dec 19, 2024): Installed the update by hand, after the script failed: ``` cd /opt/sabnbzd python3 -m pip install -r requirements.txt &> /dev/null systemctl start sabnzbd.service ```
Author
Owner

@MickLesk commented on GitHub (Dec 19, 2024):

https://github.com/community-scripts/ProxmoxVE/discussions/555

<!-- gh-comment-id:2553563886 --> @MickLesk commented on GitHub (Dec 19, 2024): https://github.com/community-scripts/ProxmoxVE/discussions/555
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ProxmoxVE#194
No description provided.