mirror of
https://github.com/RandomNinjaAtk/arr-scripts.git
synced 2026-03-02 22:57:35 -05:00
[BUG] -Radarr - is not ready, sleeping until valid response #165
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#165
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 @almulder on GitHub (Jul 9, 2024).
Originally assigned to: @RandomNinjaAtk on GitHub.
Application
Radarr
Host platform
Unraid
Script
2024-07-09 16:49:55 :: InvalidMoviesAutoCleaner :: 1.2 :: is not ready, sleeping until valid response...
2024-07-09 16:49:55 :: AutoExtras :: 1.5 :: is not ready, sleeping until valid response...
2024-07-09 16:49:55 :: Recyclarr :: 1.8 :: is not ready, sleeping until valid response...
2024-07-09 16:49:55 :: AutoConfig :: 1.9 :: is not ready, sleeping until valid response...
2024-07-09 10:49:55 :: QueueCleaner :: 1.9 :: is not ready, sleeping until valid response...
Everything has been working great for many months, then a few months ago it stopped getting trailers and summer being here, I was very busy. I finally had time to look into the issue and not sure what is causing this as everything had been working and no changes have been made other than the dockers updated. no settings have changed inside dockers or within unraid.
I uninstalled the scripts and started from scratch and the issue still happens. what can I look at next?
@almulder commented on GitHub (Jul 9, 2024):
Looking in logs, I am seeing this message when restarting:
/config/extended/functions: line 21: xq: command not found
/config/extended/functions: line 21: xq: command not found
/config/extended/functions: line 21: xq: command not found
/config/extended/functions: line 21: xq: command not found
/config/extended/functions: line 27: xq: command not found
/config/extended/functions: line 21: xq: command not found
/config/extended/functions: line 27: xq: command not found
/config/extended/functions: line 27: xq: command not found
/config/extended/functions: line 27: xq: command not found
/config/extended/functions: line 28: xq: command not found
/config/extended/functions: line 28: xq: command not found
/config/extended/functions: line 27: xq: command not found
/config/extended/functions: line 29: xq: command not found
/config/extended/functions: line 28: xq: command not found
/config/extended/functions: line 28: xq: command not found
/config/extended/functions: line 29: xq: command not found
/config/extended/functions: line 29: xq: command not found
/config/extended/functions: line 28: xq: command not found
/config/extended/functions: line 29: xq: command not found
/config/extended/functions: line 29: xq: command not found
@almulder commented on GitHub (Jul 9, 2024):
digging deeper it looks to be an issue here:
(From Log File)
[custom-init] Files found, executing
[custom-init] scripts_init.bash: executing...
************ install packages ************
fetch http://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz
OK: 686 MiB in 220 packages
************ install python packages ************
*********SMA WORKAROUND ************
DEPRECATION: Loading egg at /usr/lib/python3.12/site-packages/qtfaststart-1.8-py3.12.egg is deprecated. pip 24.3 will enforce this behaviour change. A possible replacement is to use pip for package installation. Discussion can be found at https://github.com/pypa/pip/issues/12330
Requirement already satisfied: requests in /usr/lib/python3.12/site-packages (2.32.3)
Requirement already satisfied: idna in /usr/lib/python3.12/site-packages (3.7)
Requirement already satisfied: requests-cache in /usr/lib/python3.12/site-packages (1.2.1)
Requirement already satisfied: babelfish in /usr/lib/python3.12/site-packages (0.6.1)
Requirement already satisfied: tmdbsimple in /usr/lib/python3.12/site-packages (2.9.1)
Requirement already satisfied: mutagen in /usr/lib/python3.12/site-packages (1.47.0)
Requirement already satisfied: guessit in /usr/lib/python3.12/site-packages (3.8.0)
Requirement already satisfied: subliminal in /usr/lib/python3.12/site-packages (2.2.1)
Requirement already satisfied: python-dateutil in /usr/lib/python3.12/site-packages (2.9.0.post0)
Requirement already satisfied: stevedore in /usr/lib/python3.12/site-packages (5.2.0)
Requirement already satisfied: cleanit in /usr/lib/python3.12/site-packages (0.4.8)
Requirement already satisfied: plexapi in /usr/lib/python3.12/site-packages (4.15.15)
Requirement already satisfied: charset-normalizer<4,>=2 in /usr/lib/python3.12/site-packages (from requests) (3.3.2)
Requirement already satisfied: urllib3<3,>=1.21.1 in /usr/lib/python3.12/site-packages (from requests) (2.2.2)
Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.12/site-packages (from requests) (2024.7.4)
Requirement already satisfied: attrs>=21.2 in /usr/lib/python3.12/site-packages (from requests-cache) (23.2.0)
Requirement already satisfied: cattrs>=22.2 in /usr/lib/python3.12/site-packages (from requests-cache) (23.2.3)
Requirement already satisfied: platformdirs>=2.5 in /usr/lib/python3.12/site-packages (from requests-cache) (4.2.2)
Requirement already satisfied: url-normalize>=1.4 in /usr/lib/python3.12/site-packages (from requests-cache) (1.4.3)
Requirement already satisfied: rebulk>=3.2.0 in /usr/lib/python3.12/site-packages (from guessit) (3.2.0)
Requirement already satisfied: beautifulsoup4>=4.4.0 in /usr/lib/python3.12/site-packages (from subliminal) (4.12.3)
Requirement already satisfied: chardet>=5.0 in /usr/lib/python3.12/site-packages (from subliminal) (5.2.0)
Requirement already satisfied: click>=8.0 in /usr/lib/python3.12/site-packages (from subliminal) (8.1.7)
Requirement already satisfied: click-option-group>=0.5.6 in /usr/lib/python3.12/site-packages (from subliminal) (0.5.6)
Requirement already satisfied: dogpile.cache>=1.0 in /usr/lib/python3.12/site-packages (from subliminal) (1.3.3)
Requirement already satisfied: enzyme>=0.5.0 in /usr/lib/python3.12/site-packages (from subliminal) (0.5.2)
Requirement already satisfied: pysubs2>=1.7 in /usr/lib/python3.12/site-packages (from subliminal) (1.7.2)
Requirement already satisfied: rarfile>=2.7 in /usr/lib/python3.12/site-packages (from subliminal) (4.2)
Requirement already satisfied: srt>=3.5 in /usr/lib/python3.12/site-packages (from subliminal) (3.5.3)
Requirement already satisfied: tomli>=2 in /usr/lib/python3.12/site-packages (from subliminal) (2.0.1)
Requirement already satisfied: six>=1.5 in /usr/lib/python3.12/site-packages (from python-dateutil) (1.16.0)
Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/lib/python3.12/site-packages (from stevedore) (6.0.0)
Requirement already satisfied: appdirs<2.0.0,>=1.4.4 in /usr/lib/python3.12/site-packages (from cleanit) (1.4.4)
Requirement already satisfied: jsonschema<5.0.0,>=4.17.3 in /usr/lib/python3.12/site-packages (from cleanit) (4.22.0)
Requirement already satisfied: pysrt<2.0.0,>=1.1.2 in /usr/lib/python3.12/site-packages (from cleanit) (1.1.2)
Requirement already satisfied: pyyaml<7.0,>=6.0 in /usr/lib/python3.12/site-packages (from cleanit) (6.0.1)
Requirement already satisfied: soupsieve>1.2 in /usr/lib/python3.12/site-packages (from beautifulsoup4>=4.4.0->subliminal) (2.5)
Requirement already satisfied: decorator>=4.0.0 in /usr/lib/python3.12/site-packages (from dogpile.cache>=1.0->subliminal) (5.1.1)
Requirement already satisfied: jsonschema-specifications>=2023.03.6 in /usr/lib/python3.12/site-packages (from jsonschema<5.0.0,>=4.17.3->cleanit) (2023.12.1)
Requirement already satisfied: referencing>=0.28.4 in /usr/lib/python3.12/site-packages (from jsonschema<5.0.0,>=4.17.3->cleanit) (0.35.1)
Requirement already satisfied: rpds-py>=0.7.1 in /usr/lib/python3.12/site-packages (from jsonschema<5.0.0,>=4.17.3->cleanit) (0.18.1)
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable.It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning.
[notice] A new release of pip is available: 24.1 -> 24.1.2
[notice] To update, run: pip install --upgrade pip
************ setup directory ************
************ download repo ************
Cloning into '/usr/local/sma'...
************ create logging file ************
************ install pip dependencies ************
DEPRECATION: Loading egg at /usr/lib/python3.12/site-packages/qtfaststart-1.8-py3.12.egg is deprecated. pip 24.3 will enforce this behaviour change. A possible replacement is to use pip for package installation. Discussion can be found at https://github.com/pypa/pip/issues/12330
Requirement already satisfied: pip==24.1 in /usr/lib/python3.12/site-packages (24.1)
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable.It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning.
[notice] A new release of pip is available: 24.1 -> 24.1.2
[notice] To update, run: pip install --upgrade pip
@RandomNinjaAtk commented on GitHub (Jul 11, 2024):
Hmmm, thanks for the report, I'll look into it when I have some time. However, please double check that you followed the installation instructions correctly because that is typically the cause....
@tikibozo commented on GitHub (Jul 11, 2024):
+1 on this - I'm seeing the same with no installation changes.
@RandomNinjaAtk commented on GitHub (Jul 11, 2024):
Thx, I can confirm that I'm seeing the same issue. I'll see if I can get it resolved tonight.
@RandomNinjaAtk commented on GitHub (Jul 11, 2024):
This should now be resolved, please confirm. Restart your container to get the fix...
@tikibozo commented on GitHub (Jul 11, 2024):
Extras is still running, but looking good from here. Thanks for the quick fix!
@kerta1n commented on GitHub (Oct 25, 2024):
I am still getting the Audio 2.48, Autoconfig 3.2, and QueueCleaner 1.9 errors, but I updated my
extended.confwith all of the new parameters and have restarted about 5 times now, giving 4-5 min in between.@kerta1n commented on GitHub (Oct 25, 2024):
Looking over #279, it seems the service that isn't starting is blank.
@kerta1n commented on GitHub (Oct 25, 2024):
I am also getting a JQ error and a python error about module
telegrammissing, even though I didn't configure it.@kerta1n commented on GitHub (Oct 25, 2024):
Fixed by nuking/custom-services.dandextended.conf, getting a newextended.conf, copying options, and restartingThis looks like an issue with the deezer(mix) component. The best way to replicate this issue from scratch is to just paste a working ARL into extended.conf and restart.