mirror of
https://github.com/RandomNinjaAtk/arr-scripts.git
synced 2026-03-02 22:57:35 -05:00
[BUG] - Sonarr & Radarr - xq command not found #189
Labels
No labels
Needs Triage
Not Reproducible
Upstream Issue
User Error
bug
documentation
enhancement
good first issue
help wanted
invalid
lidarr
lidarr
question
radarr
readarr
sabnzbd
sonarr
synology (host)
unraid (host)
waiting for logs
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/arr-scripts#189
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @saschabrockel on GitHub (Jan 27, 2025).
Application
Sonarr / Radarr
Host platform
Unraid
Script
https://github.com/RandomNinjaAtk/arr-scripts/blob/main/sonarr/scripts_init.bash
Script Version
Please provide the script version number
Describe the bug
Something in the scripts_init is buggy. Some package is missing and causes error logs.
To Reproduce
Steps to reproduce the behavior:
Just use the script.
Expected behavior
No error logs.
Logs/Screenshots
Seems to belong to DailySeriesEpisodeTrimmer.bash.
Edit: the same for Radarr and Extras.bash:
@RandomNinjaAtk commented on GitHub (Jan 29, 2025):
This indicates the setup script didn't run properly... Because your missing packages that are installed via the setup process...
You need to resolve this error:
0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0curl: (6) Could not resolve host: raw.githubusercontent.com@ntruhan commented on GitHub (May 11, 2025):
Just as an FYI...
I saw this as well with the latest lscr.io images:
image: lscr.io/linuxserver/sonarr:latest
What I did to resolve is utilize the DOCKER_MODS for lscr.io images, adding these environment variables to the docker definition.
- DOCKER_MODS=linuxserver/mods:universal-package-install
- INSTALL_PACKAGES=xq
@RandomNinjaAtk commented on GitHub (May 11, 2025):
Thats neat, but does not resolve the issue, the problem is something else with the users configuration as the container is getting an error when trying to connect to github... Either way this is not reproducible...
@TopperBG commented on GitHub (May 12, 2025):
BTW for a month I faced too GH access problem with app based on python:3.9.2-slim-buster.
From host OS everything is good. I'am starting to suspect something within Docker.
@Poisonsting commented on GitHub (Jan 25, 2026):
I tried this change to my Docker Compose file, but it made no difference at all to me. Since updating my container and arr-scripts recently, it never works anymore. The container is telling me that neither python or xq exist.