-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed as not planned
Labels
not a script issueThis is not a script issueThis is not a script issue
Description
β 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.
- Run the installation command, the wizard will show the service's IP:PORT. If navigated it refuses connection
- Go to the container's shell, run
/usr/bin/python3 /opt/bazarr/bazarr.py unar BinaryNotFoundshould be visible
β Paste the full error output (if available).
.
πΌοΈ Additional context (optional).
Fix
- Based on Bazarr Wiki it's instructed to install
apt-get install 7zip python3-dev python3-pip python3-setuptools unrar unzip - When attempted
aptthrowsE: Package 'unrar' has no installation candidate - Enable
unrarrepo following this guide
sudo apt install software-properties-common -y
sudo apt-add-repository contrib non-free
- Retry
apt-get install unrar - Bazarr service starts OK
Metadata
Metadata
Assignees
Labels
not a script issueThis is not a script issueThis is not a script issue