Skip to content

Bazarr install brokenΒ #4372

@leankuroneko

Description

@leankuroneko

βœ… 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions