Sabnbzd - Update to 4.4.0 failing #194

Closed
opened 2026-02-04 17:03:41 +03:00 by OVERLORD · 2 comments
Owner

Originally created by @crazyduck on GitHub (Dec 19, 2024).

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). ### ✅ 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_
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
@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

@MickLesk commented on GitHub (Dec 19, 2024): https://github.com/community-scripts/ProxmoxVE/discussions/555
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#194