Bazarr install broken #940

Closed
opened 2026-02-04 22:16:49 +03:00 by OVERLORD · 1 comment
Owner

Originally created by @leankuroneko on GitHub (May 10, 2025).

Have you read and understood the above guidelines?

yes

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

Bazarr

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

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

After installing the service doesn't start. If executed manually the stacktrace shows BinaryNotFound unar

🔄 Steps to reproduce the issue.

  1. Run the installation command, the wizard will show the service's IP:PORT. If navigated it refuses connection
  2. Go to the container's shell, run /usr/bin/python3 /opt/bazarr/bazarr.py
  3. unar BinaryNotFound should be visible

Paste the full error output (if available).

.

🖼️ Additional context (optional).

Fix

  1. Based on Bazarr Wiki it's instructed to installapt-get install 7zip python3-dev python3-pip python3-setuptools unrar unzip
  2. When attempted apt throws E: Package 'unrar' has no installation candidate
  3. Enable unrar repo following this guide
sudo apt install software-properties-common -y
sudo apt-add-repository contrib non-free
  1. Retry apt-get install unrar
  2. Bazarr service starts OK
Originally created by @leankuroneko on GitHub (May 10, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? Bazarr ### 📂 What was the exact command used to execute the script? bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/bazarr.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. After installing the service doesn't start. If executed manually the stacktrace shows `BinaryNotFound` `unar` ### 🔄 Steps to reproduce the issue. 1. Run the installation command, the wizard will show the service's IP:PORT. If navigated it refuses connection 2. Go to the container's shell, run `/usr/bin/python3 /opt/bazarr/bazarr.py` 3. `unar BinaryNotFound` should be visible ### ❌ Paste the full error output (if available). . ### 🖼️ Additional context (optional). Fix 1. Based on [Bazarr Wiki](https://wiki.bazarr.media/Getting-Started/Installation/Linux/linux/) it's instructed to install`apt-get install 7zip python3-dev python3-pip python3-setuptools unrar unzip` 2. When attempted `apt` throws `E: Package 'unrar' has no installation candidate` 3. Enable `unrar` repo following [this guide](https://linuxcapable.com/how-to-install-unrar-on-debian-linux/) ``` sudo apt install software-properties-common -y sudo apt-add-repository contrib non-free ``` 4. Retry `apt-get install unrar` 5. Bazarr service starts OK
OVERLORD added the not a script issue label 2026-02-04 22:16:49 +03:00
Author
Owner

@tremor021 commented on GitHub (May 10, 2025):

Image
works fine

@tremor021 commented on GitHub (May 10, 2025): ![Image](https://github.com/user-attachments/assets/3cbd7ca5-7435-467c-a124-712db5cfe67f) works fine
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#940