mirror of
https://github.com/RandomNinjaAtk/arr-scripts.git
synced 2026-03-02 22:57:35 -05:00
[BUG] - Sonarr/Radarr - Recyclarr not working on new installs #65
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#65
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 @yuquanzzz on GitHub (Oct 25, 2023).
Originally assigned to: @RandomNinjaAtk on GitHub.
Application
Radarr and Sonarr
Host platform
Synology, Docker
Script
radarr/setup.bash and sonarr/setup.bash
Script Version
latest version as of 25 Oct 2023 (no idea what the version is)
Describe the bug
Recyclarr service is not being installed to custom-services.d/Recyclarr on Sonarr and Radarr on a new install. Commit
2394b6candeaa12cc(bug fix for #85) deleted the lines to install the Recyclarr service in radarr/setup.bash and sonarr/setup.bash. After copying the deleted lines to install the Recyclarr service, it works again.To Reproduce
Install it on a new Sonarr and Radarr instance.
Expected behavior
Recyclarr should be installed in custom-services.d/ and working.
@RandomNinjaAtk commented on GitHub (Oct 25, 2023):
Good Find, this should be fixed...
Probably accidentally removed it in my haste to fix a different issue at that time..