[BUG] - Lidarr - TypeError: spawn() got an unexpected keyword argument 'dry_run' #221

Open
opened 2026-02-20 00:18:11 -05:00 by deekerman · 8 comments
Owner

Originally created by @Poisonsting on GitHub (Feb 7, 2026).

Application
Lidarr

Host platform
Proxmox LXC running docker compose

Describe the bug
Setup fails to install the required python packages

To Reproduce
Steps to reproduce the behavior:

  1. sudo docker rm lidarr -f
  2. docker compose up
  3. Wait
  4. See error

Expected behavior
The script completes setup and begins to work as normal

Logs/Screenshots

117 packages are looking for funding
  run `npm fund` for details
*** install python packages ***
Using Python 3.12.12 environment at: /usr
Resolved 61 packages in 2.29s
Downloading apprise (1.4MiB)
Downloading yt-dlp (3.1MiB)
Downloading numpy (17.7MiB)
Downloading pycryptodome (2.2MiB)
Downloading pycryptodomex (2.2MiB)
Downloading lap (1.6MiB)
Downloading scipy (35.7MiB)
   Building crcmod==1.7
   Building r128gain==1.0.7
   Building pyacoustid==1.3.0
   Building llvmlite==0.46.0
      Built r128gain==1.0.7
   Building langdetect==1.0.9
 Downloaded apprise
      Built pyacoustid==1.3.0
 Downloaded lap
 Downloaded pycryptodome
 Downloaded pycryptodomex
      Built crcmod==1.7
   Building numba==0.63.1
 Downloaded yt-dlp
  × Failed to build `llvmlite==0.46.0`
  ├─▶ The build backend returned an error
  ╰─▶ Call to `setuptools.build_meta:__legacy__.build_wheel` failed (exit
      status: 1)

      [stdout]
      running bdist_wheel

      [stderr]
      /run/lidarr-temp/.tmpBN12kF/builds-v0/.tmp14X3RX/lib/python3.12/site-packages/setuptools/_vendor/wheel/bdist_wheel.py:4:
      FutureWarning: The 'wheel' package is no longer the canonical location
      of the 'bdist_wheel' command, and will be removed in a future release.
      Please update to setuptools v70.1 or later which contains an integrated
      version of this command.
        warn(
      Traceback (most recent call last):
        File "<string>", line 11, in <module>
        File
      "/run/lidarr-temp/.tmpBN12kF/builds-v0/.tmp14X3RX/lib/python3.12/site-packages/setuptools/build_meta.py",
      line 438, in build_wheel
          return _build(['bdist_wheel'])
                 ^^^^^^^^^^^^^^^^^^^^^^^
        File
      "/run/lidarr-temp/.tmpBN12kF/builds-v0/.tmp14X3RX/lib/python3.12/site-packages/setuptools/build_meta.py",
      line 429, in _build
          return self._build_with_temp_dir(
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^
        File
      "/run/lidarr-temp/.tmpBN12kF/builds-v0/.tmp14X3RX/lib/python3.12/site-packages/setuptools/build_meta.py",
      line 410, in _build_with_temp_dir
          self.run_setup()
        File
      "/run/lidarr-temp/.tmpBN12kF/builds-v0/.tmp14X3RX/lib/python3.12/site-packages/setuptools/build_meta.py",
      line 520, in run_setup
          super().run_setup(setup_script=setup_script)
        File
      "/run/lidarr-temp/.tmpBN12kF/builds-v0/.tmp14X3RX/lib/python3.12/site-packages/setuptools/build_meta.py",
      line 317, in run_setup
          exec(code, locals())
        File "<string>", line 187, in <module>
        File
      "/run/lidarr-temp/.tmpBN12kF/builds-v0/.tmp14X3RX/lib/python3.12/site-packages/setuptools/__init__.py",
      line 117, in setup
          return distutils.core.setup(**attrs)  # type: ignore[return-value]
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
        File
      "/run/lidarr-temp/.tmpBN12kF/builds-v0/.tmp14X3RX/lib/python3.12/site-packages/setuptools/_distutils/core.py",
      line 186, in setup
          return run_commands(dist)
                 ^^^^^^^^^^^^^^^^^^
        File
      "/run/lidarr-temp/.tmpBN12kF/builds-v0/.tmp14X3RX/lib/python3.12/site-packages/setuptools/_distutils/core.py",
      line 202, in run_commands
          dist.run_commands()
        File
      "/run/lidarr-temp/.tmpBN12kF/builds-v0/.tmp14X3RX/lib/python3.12/site-packages/setuptools/_distutils/dist.py",
      line 1000, in run_commands
          self.run_command(cmd)
        File
      "/run/lidarr-temp/.tmpBN12kF/builds-v0/.tmp14X3RX/lib/python3.12/site-packages/setuptools/dist.py",
      line 1107, in run_command
          super().run_command(command)
        File
      "/run/lidarr-temp/.tmpBN12kF/builds-v0/.tmp14X3RX/lib/python3.12/site-packages/setuptools/_distutils/dist.py",
      line 1019, in run_command
          cmd_obj.run()
        File "<string>", line 149, in run
        File "<string>", line 67, in build_library_files
      TypeError: spawn() got an unexpected keyword argument 'dry_run'

      hint: This usually indicates a problem with the package or the build
      environment.
  help: `llvmlite` (v0.46.0) was included because `beets` (v2.6.1) depends on
        `numba` (v0.63.1) which depends on `llvmlite`

Additional context
This install was working flawlessly for about a month before I tried updating the container. I can no longer get anything to work.

Originally created by @Poisonsting on GitHub (Feb 7, 2026). **Application** Lidarr **Host platform** Proxmox LXC running docker compose **Describe the bug** Setup fails to install the required python packages **To Reproduce** Steps to reproduce the behavior: 1. sudo docker rm lidarr -f 2. docker compose up 3. Wait 4. See error **Expected behavior** The script completes setup and begins to work as normal **Logs/Screenshots** ``` 117 packages are looking for funding run `npm fund` for details *** install python packages *** Using Python 3.12.12 environment at: /usr Resolved 61 packages in 2.29s Downloading apprise (1.4MiB) Downloading yt-dlp (3.1MiB) Downloading numpy (17.7MiB) Downloading pycryptodome (2.2MiB) Downloading pycryptodomex (2.2MiB) Downloading lap (1.6MiB) Downloading scipy (35.7MiB) Building crcmod==1.7 Building r128gain==1.0.7 Building pyacoustid==1.3.0 Building llvmlite==0.46.0 Built r128gain==1.0.7 Building langdetect==1.0.9 Downloaded apprise Built pyacoustid==1.3.0 Downloaded lap Downloaded pycryptodome Downloaded pycryptodomex Built crcmod==1.7 Building numba==0.63.1 Downloaded yt-dlp × Failed to build `llvmlite==0.46.0` ├─▶ The build backend returned an error ╰─▶ Call to `setuptools.build_meta:__legacy__.build_wheel` failed (exit status: 1) [stdout] running bdist_wheel [stderr] /run/lidarr-temp/.tmpBN12kF/builds-v0/.tmp14X3RX/lib/python3.12/site-packages/setuptools/_vendor/wheel/bdist_wheel.py:4: FutureWarning: The 'wheel' package is no longer the canonical location of the 'bdist_wheel' command, and will be removed in a future release. Please update to setuptools v70.1 or later which contains an integrated version of this command. warn( Traceback (most recent call last): File "<string>", line 11, in <module> File "/run/lidarr-temp/.tmpBN12kF/builds-v0/.tmp14X3RX/lib/python3.12/site-packages/setuptools/build_meta.py", line 438, in build_wheel return _build(['bdist_wheel']) ^^^^^^^^^^^^^^^^^^^^^^^ File "/run/lidarr-temp/.tmpBN12kF/builds-v0/.tmp14X3RX/lib/python3.12/site-packages/setuptools/build_meta.py", line 429, in _build return self._build_with_temp_dir( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/run/lidarr-temp/.tmpBN12kF/builds-v0/.tmp14X3RX/lib/python3.12/site-packages/setuptools/build_meta.py", line 410, in _build_with_temp_dir self.run_setup() File "/run/lidarr-temp/.tmpBN12kF/builds-v0/.tmp14X3RX/lib/python3.12/site-packages/setuptools/build_meta.py", line 520, in run_setup super().run_setup(setup_script=setup_script) File "/run/lidarr-temp/.tmpBN12kF/builds-v0/.tmp14X3RX/lib/python3.12/site-packages/setuptools/build_meta.py", line 317, in run_setup exec(code, locals()) File "<string>", line 187, in <module> File "/run/lidarr-temp/.tmpBN12kF/builds-v0/.tmp14X3RX/lib/python3.12/site-packages/setuptools/__init__.py", line 117, in setup return distutils.core.setup(**attrs) # type: ignore[return-value] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/run/lidarr-temp/.tmpBN12kF/builds-v0/.tmp14X3RX/lib/python3.12/site-packages/setuptools/_distutils/core.py", line 186, in setup return run_commands(dist) ^^^^^^^^^^^^^^^^^^ File "/run/lidarr-temp/.tmpBN12kF/builds-v0/.tmp14X3RX/lib/python3.12/site-packages/setuptools/_distutils/core.py", line 202, in run_commands dist.run_commands() File "/run/lidarr-temp/.tmpBN12kF/builds-v0/.tmp14X3RX/lib/python3.12/site-packages/setuptools/_distutils/dist.py", line 1000, in run_commands self.run_command(cmd) File "/run/lidarr-temp/.tmpBN12kF/builds-v0/.tmp14X3RX/lib/python3.12/site-packages/setuptools/dist.py", line 1107, in run_command super().run_command(command) File "/run/lidarr-temp/.tmpBN12kF/builds-v0/.tmp14X3RX/lib/python3.12/site-packages/setuptools/_distutils/dist.py", line 1019, in run_command cmd_obj.run() File "<string>", line 149, in run File "<string>", line 67, in build_library_files TypeError: spawn() got an unexpected keyword argument 'dry_run' hint: This usually indicates a problem with the package or the build environment. help: `llvmlite` (v0.46.0) was included because `beets` (v2.6.1) depends on `numba` (v0.63.1) which depends on `llvmlite` ``` **Additional context** This install was working flawlessly for about a month before I tried updating the container. I can no longer get anything to work.
Author
Owner

@N0cky commented on GitHub (Feb 10, 2026):

Same issue here (linuxserver/lidarr on Unraid).
Workaround: I replaced my /custom-cont-init.d/scripts_init.bash with the upstream setup.bash content and pinned Beets to an older version:

beets==2.5.1 (instead of beets)

With beets==2.6.1 the dependency chain pulls in numba -> llvmlite, and llvmlite fails to build/compile in this container, so the install aborts. Pinning to 2.5.1 avoids the llvmlite build and everything completes.

@N0cky commented on GitHub (Feb 10, 2026): Same issue here (linuxserver/lidarr on Unraid). Workaround: I replaced my /custom-cont-init.d/scripts_init.bash with the upstream setup.bash content and pinned Beets to an older version: beets==2.5.1 (instead of beets) With beets==2.6.1 the dependency chain pulls in numba -> llvmlite, and llvmlite fails to build/compile in this container, so the install aborts. Pinning to 2.5.1 avoids the llvmlite build and everything completes.
Author
Owner

@Poisonsting commented on GitHub (Feb 10, 2026):

That's a good stop-gap, but I'm actually really looking forward to this level of documentation in the new repo...

@Poisonsting commented on GitHub (Feb 10, 2026): That's a good stop-gap, but I'm actually really looking forward to this level of documentation in the new repo...
Author
Owner

@progecon commented on GitHub (Feb 12, 2026):

I got the same problem but using beets==2.5.1 did not solve it for me.

@progecon commented on GitHub (Feb 12, 2026): I got the same problem but using `beets==2.5.1` did not solve it for me.
Author
Owner

@mkaltner commented on GitHub (Feb 12, 2026):

I pushed a fix for it that at least works on my machine! I know, classic developer response.

@mkaltner commented on GitHub (Feb 12, 2026): I pushed a fix for it that at least works on my machine! I know, classic developer response.
Author
Owner

@progecon commented on GitHub (Feb 12, 2026):

I am still running into issues. I restarted the container, let it install everything, then restarted again:

2026-02-12 23:18:23
 usermod: no changes
2026-02-12 23:18:23
 ───────────────────────────────────────
2026-02-12 23:18:23
 
2026-02-12 23:18:23
       ██╗     ███████╗██╗ ██████╗
2026-02-12 23:18:23
       ██║     ██╔════╝██║██╔═══██╗
2026-02-12 23:18:23
       ██║     ███████╗██║██║   ██║
2026-02-12 23:18:23
       ██║     ╚════██║██║██║   ██║
2026-02-12 23:18:23
       ███████╗███████║██║╚██████╔╝
2026-02-12 23:18:23
       ╚══════╝╚══════╝╚═╝ ╚═════╝
2026-02-12 23:18:23
 
2026-02-12 23:18:23
    Brought to you by linuxserver.io
2026-02-12 23:18:23
 ───────────────────────────────────────
2026-02-12 23:18:23
 
2026-02-12 23:18:23
 To support the app dev(s) visit:
2026-02-12 23:18:23
 Lidarr: https://opencollective.com/lidarr
2026-02-12 23:18:23
 
2026-02-12 23:18:23
 To support LSIO projects visit:
2026-02-12 23:18:23
 https://www.linuxserver.io/donate/
2026-02-12 23:18:23
 
2026-02-12 23:18:23
 ───────────────────────────────────────
2026-02-12 23:18:23
 GID/UID
2026-02-12 23:18:23
 ───────────────────────────────────────
2026-02-12 23:18:23
 
2026-02-12 23:18:23
 User UID:    1037
2026-02-12 23:18:23
 User GID:    65538
2026-02-12 23:18:23
 ───────────────────────────────────────
2026-02-12 23:18:23
 Linuxserver.io version: 3.1.0.4875-ls20
2026-02-12 23:18:23
 Build-date: 2026-02-11T04:11:45+00:00
2026-02-12 23:18:23
 ───────────────────────────────────────
2026-02-12 23:18:23
     
2026-02-12 23:18:35
 [custom-init] Files found, executing
2026-02-12 23:18:35
 [custom-init] scripts_init.bash: executing...
2026-02-12 23:18:35
 Setup was previously completed, skipping...
2026-02-12 23:18:35
 [custom-init] scripts_init.bash: exited 0
2026-02-12 23:18:35
 [custom-init] scripts_init.bash.bkp: executing...
2026-02-12 23:18:35
 *** install mp3gain ***
2026-02-12 23:18:36
 v3.23.3-94-g22e1801794f [http://dl-cdn.alpinelinux.org/alpine/v3.23/main]
2026-02-12 23:18:36
 v3.23.3-93-gd1fe3d62066 [http://dl-cdn.alpinelinux.org/alpine/v3.23/community]
2026-02-12 23:18:36
 OK: 27571 distinct packages available
2026-02-12 23:18:36
 OK: 570.1 MiB in 210 packages
2026-02-12 23:18:37
 Setup was previously completed, skipping...
2026-02-12 23:18:37
 *** install additional python packages ***
2026-02-12 23:18:37
 Using Python 3.12.12 environment at: /usr
2026-02-12 23:18:37
 Resolved 36 packages in 267ms
2026-02-12 23:18:37
 Downloading lap (1.6MiB)
2026-02-12 23:18:37
 Downloading pillow (6.8MiB)
2026-02-12 23:18:37
 Downloading numpy (17.7MiB)
2026-02-12 23:18:37
 Downloading scipy (35.7MiB)
2026-02-12 23:18:37
    Building llvmlite==0.46.0
2026-02-12 23:18:38
    Building langdetect==1.0.9
2026-02-12 23:18:38
  Downloaded lap
2026-02-12 23:18:38
    Building numba==0.63.1
2026-02-12 23:18:38
  Downloaded pillow
2026-02-12 23:18:39
   × Failed to build `llvmlite==0.46.0`
2026-02-12 23:18:39
   ├─▶ The build backend returned an error
2026-02-12 23:18:39
   ╰─▶ Call to `setuptools.build_meta:__legacy__.build_wheel` failed (exit
2026-02-12 23:18:39
       status: 1)
2026-02-12 23:18:39
 
2026-02-12 23:18:39
       [stdout]
2026-02-12 23:18:39
       running bdist_wheel
2026-02-12 23:18:39
 
2026-02-12 23:18:39
       [stderr]
2026-02-12 23:18:39
       /run/lidarr-temp/.tmpZ0jhen/builds-v0/.tmpLm7CG1/lib/python3.12/site-packages/setuptools/_vendor/wheel/bdist_wheel.py:4:
2026-02-12 23:18:39
       FutureWarning: The 'wheel' package is no longer the canonical location
2026-02-12 23:18:39
       of the 'bdist_wheel' command, and will be removed in a future release.
2026-02-12 23:18:39
       Please update to setuptools v70.1 or later which contains an integrated
2026-02-12 23:18:39
       version of this command.
2026-02-12 23:18:39
         warn(
2026-02-12 23:18:39
       Traceback (most recent call last):
2026-02-12 23:18:39
         File "<string>", line 11, in <module>
2026-02-12 23:18:39
         File
2026-02-12 23:18:39
       "/run/lidarr-temp/.tmpZ0jhen/builds-v0/.tmpLm7CG1/lib/python3.12/site-packages/setuptools/build_meta.py",
2026-02-12 23:18:39
       line 438, in build_wheel
2026-02-12 23:18:39
           return _build(['bdist_wheel'])
2026-02-12 23:18:39
                  ^^^^^^^^^^^^^^^^^^^^^^^
2026-02-12 23:18:39
         File
2026-02-12 23:18:39
       "/run/lidarr-temp/.tmpZ0jhen/builds-v0/.tmpLm7CG1/lib/python3.12/site-packages/setuptools/build_meta.py",
2026-02-12 23:18:39
       line 429, in _build
2026-02-12 23:18:39
           return self._build_with_temp_dir(
2026-02-12 23:18:39
                  ^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-02-12 23:18:39
         File
2026-02-12 23:18:39
       "/run/lidarr-temp/.tmpZ0jhen/builds-v0/.tmpLm7CG1/lib/python3.12/site-packages/setuptools/build_meta.py",
2026-02-12 23:18:39
       line 410, in _build_with_temp_dir
2026-02-12 23:18:39
           self.run_setup()
2026-02-12 23:18:39
         File
2026-02-12 23:18:39
       "/run/lidarr-temp/.tmpZ0jhen/builds-v0/.tmpLm7CG1/lib/python3.12/site-packages/setuptools/build_meta.py",
2026-02-12 23:18:39
       line 520, in run_setup
2026-02-12 23:18:39
           super().run_setup(setup_script=setup_script)
2026-02-12 23:18:39
         File
2026-02-12 23:18:39
       "/run/lidarr-temp/.tmpZ0jhen/builds-v0/.tmpLm7CG1/lib/python3.12/site-packages/setuptools/build_meta.py",
2026-02-12 23:18:39
       line 317, in run_setup
2026-02-12 23:18:39
           exec(code, locals())
2026-02-12 23:18:39
         File "<string>", line 187, in <module>
2026-02-12 23:18:39
         File
2026-02-12 23:18:39
       "/run/lidarr-temp/.tmpZ0jhen/builds-v0/.tmpLm7CG1/lib/python3.12/site-packages/setuptools/__init__.py",
2026-02-12 23:18:39
       line 117, in setup
2026-02-12 23:18:39
           return distutils.core.setup(**attrs)  # type: ignore[return-value]
2026-02-12 23:18:39
                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-02-12 23:18:39
         File
2026-02-12 23:18:39
       "/run/lidarr-temp/.tmpZ0jhen/builds-v0/.tmpLm7CG1/lib/python3.12/site-packages/setuptools/_distutils/core.py",
2026-02-12 23:18:39
       line 186, in setup
2026-02-12 23:18:39
           return run_commands(dist)
2026-02-12 23:18:39
                  ^^^^^^^^^^^^^^^^^^
2026-02-12 23:18:39
         File
2026-02-12 23:18:39
       "/run/lidarr-temp/.tmpZ0jhen/builds-v0/.tmpLm7CG1/lib/python3.12/site-packages/setuptools/_distutils/core.py",
2026-02-12 23:18:39
       line 202, in run_commands
2026-02-12 23:18:39
           dist.run_commands()
2026-02-12 23:18:39
         File
2026-02-12 23:18:39
       "/run/lidarr-temp/.tmpZ0jhen/builds-v0/.tmpLm7CG1/lib/python3.12/site-packages/setuptools/_distutils/dist.py",
2026-02-12 23:18:39
       line 1000, in run_commands
2026-02-12 23:18:39
           self.run_command(cmd)
2026-02-12 23:18:39
         File
2026-02-12 23:18:39
       "/run/lidarr-temp/.tmpZ0jhen/builds-v0/.tmpLm7CG1/lib/python3.12/site-packages/setuptools/dist.py",
2026-02-12 23:18:39
       line 1107, in run_command
2026-02-12 23:18:39
           super().run_command(command)
2026-02-12 23:18:39
         File
2026-02-12 23:18:39
       "/run/lidarr-temp/.tmpZ0jhen/builds-v0/.tmpLm7CG1/lib/python3.12/site-packages/setuptools/_distutils/dist.py",
2026-02-12 23:18:39
       line 1019, in run_command
2026-02-12 23:18:39
           cmd_obj.run()
2026-02-12 23:18:39
         File "<string>", line 149, in run
2026-02-12 23:18:39
         File "<string>", line 67, in build_library_files
2026-02-12 23:18:39
       TypeError: spawn() got an unexpected keyword argument 'dry_run'
2026-02-12 23:18:39
 
2026-02-12 23:18:39
       hint: This usually indicates a problem with the package or the build
2026-02-12 23:18:39
       environment.
2026-02-12 23:18:39
   help: `llvmlite` (v0.46.0) was included because `beets` (v2.6.1) depends on
2026-02-12 23:18:39
         `numba` (v0.63.1) which depends on `llvmlite`
2026-02-12 23:18:39
 [custom-init] scripts_init.bash.bkp: exited 1
2026-02-12 23:18:39
 2026-02-13 00:18:39 :: ARLChecker :: 2.0 :: Starting ARL Token Check...
2026-02-12 23:18:39
 2026-02-13 00:18:39 :: Video :: 4.0 :: Starting Script....
2026-02-12 23:18:39
 2026-02-13 00:18:39 :: TidalVideoDownloader :: 2.1 :: Starting Script....
2026-02-12 23:18:39
 2026-02-13 00:18:39 :: UnmappedFilesCleaner :: 1.4 :: Script starting...
2026-02-12 23:18:39
 2026-02-13 00:18:39 :: Audio :: 2.48 :: Starting Script....
2026-02-12 23:18:39
 2026-02-13 00:18:39 :: TidalVideoDownloader :: 2.1 :: ERROR: videoPath is not configured via the "/config/extended.conf" config file...
2026-02-12 23:18:39
 2026-02-13 00:18:39 :: UnmappedFilesCleaner :: 1.4 :: Script is not enabled, enable by setting enableUnmappedFilesCleaner to "true" by modifying the "/config/extended.conf" config file...
2026-02-12 23:18:39
 2026-02-13 00:18:39 :: TidalVideoDownloader :: 2.1 :: Updated your "/config/extended.conf" file with the latest options, see: https://github.com/RandomNinjaAtk/arr-scripts/blob/main/lidarr/extended.conf
2026-02-12 23:18:39
 2026-02-13 00:18:39 :: AutoArtistAdder :: 2.4 :: Script starting...
2026-02-12 23:18:39
 2026-02-13 00:18:39 :: UnmappedFilesCleaner :: 1.4 :: Sleeping (infinity)
2026-02-12 23:18:39
 2026-02-13 00:18:39 :: TidalVideoDownloader :: 2.1 :: Sleeping (infinity)
2026-02-12 23:18:39
 2026-02-13 00:18:39 :: Video :: 4.0 :: ERROR: videoPath is not configured via the "/config/extended.conf" config file...
2026-02-12 23:18:39
 2026-02-13 00:18:39 :: AutoArtistAdder :: 2.4 :: Script is not enabled, enable by setting addDeezerTopArtists. addDeezerTopAlbumArtists, addDeezerTopTrackArtists or addRelatedArtists to "true" by modifying the "/config/extended.conf" config file...
2026-02-12 23:18:39
 2026-02-13 00:18:39 :: Video :: 4.0 :: Updated your "/config/extended.conf" file with the latest options, see: https://github.com/RandomNinjaAtk/arr-scripts/blob/main/lidarr/extended.conf
2026-02-12 23:18:39
 2026-02-13 00:18:39 :: AutoArtistAdder :: 2.4 :: Sleeping (infinity)
2026-02-12 23:18:39
 2026-02-13 00:18:39 :: Video :: 4.0 :: Sleeping (infinity)
2026-02-12 23:18:39
 Traceback (most recent call last):
2026-02-12 23:18:39
   File "/custom-services.d/python/ARLChecker.py", line 2, in <module>
2026-02-12 23:18:39
     import requests
2026-02-12 23:18:39
 ModuleNotFoundError: No module named 'requests'
2026-02-12 23:18:39
 jq: parse error: Invalid numeric literal at line 2, column 0
2026-02-12 23:18:39
 jq: parse error: Invalid numeric literal at line 2, column 0
2026-02-12 23:18:39
 jq: parse error: Invalid numeric literal at line 2, column 0
2026-02-12 23:18:39
 2026-02-13 00:18:39 :: ARLChecker :: 2.0 :: Found Interval in extended.conf
2026-02-12 23:18:39
 2026-02-13 00:18:39 :: ARLChecker :: 2.0 :: ARL Token Check Complete. Sleeping for 24h.
2026-02-12 23:18:39
 jq: parse error: Invalid numeric literal at line 2, column 0
2026-02-12 23:18:39
 jq: parse error: Invalid numeric literal at line 2, column 0
2026-02-12 23:18:39
 jq: parse error: Invalid numeric literal at line 2, column 0
2026-02-12 23:18:39
 jq: parse error: Invalid numeric literal at line 2, column 0
2026-02-12 23:18:39
 jq: parse error: Invalid numeric literal at line 2, column 0
2026-02-12 23:18:39
 jq: parse error: Invalid numeric literal at line 2, column 0
2026-02-12 23:18:39
 jq: parse error: Invalid numeric literal at line 2, column 0
2026-02-12 23:18:39
 jq: parse error: Invalid numeric literal at line 2, column 0
2026-02-12 23:18:39
 jq: parse error: Invalid numeric literal at line 2, column 0
2026-02-12 23:18:39
 2026-02-13 00:18:39 :: QueueCleaner :: 2.1 ::  is not ready, sleeping until valid response...
2026-02-12 23:18:39
 2026-02-12 23:18:39 :: AutoConfig :: 3.2 ::  is not ready, sleeping until valid response...
2026-02-12 23:18:39
 2026-02-13 00:18:39 :: Audio :: 2.48 ::  is not ready, sleeping until valid response...
2026-02-12 23:18:40
 [Info] Bootstrap: Starting Lidarr - /app/lidarr/bin/Lidarr - Version 3.1.0.4875 
2026-02-12 23:18:40
 [Info] AppFolderInfo: Data directory is being overridden to [/config] 
2026-02-12 23:18:40
 [Debug] Bootstrap: Console selected 
2026-02-12 23:18:40
 [Info] AppFolderInfo: Data directory is being overridden to [/config] 
2026-02-12 23:18:40
 [Info] AppFolderInfo: Data directory is being overridden to [/config] 
2026-02-12 23:18:40
 2026-02-13 00:18:40 :: QueueCleaner :: 2.1 ::  is not ready, sleeping until valid response...
2026-02-12 23:18:40
 2026-02-12 23:18:40 :: AutoConfig :: 3.2 ::  is not ready, sleeping until valid response...
2026-02-12 23:18:40
 2026-02-13 00:18:40 :: Audio :: 2.48 ::  is not ready, sleeping until valid response...
2026-02-12 23:18:40
 [Info] MigrationController: *** Migrating data source=/config/lidarr.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=100 *** 
2026-02-12 23:18:40
 [Info] FluentMigrator.Runner.MigrationRunner: DatabaseEngineVersionCheck migrating 
2026-02-12 23:18:40
 [Info] FluentMigrator.Runner.MigrationRunner: PerformDBOperation  
2026-02-12 23:18:40
 [Info] NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor: Performing DB Operation 
2026-02-12 23:18:40
 [Info] DatabaseEngineVersionCheck: SQLite 3.50.4 
2026-02-12 23:18:40
 [Info] FluentMigrator.Runner.MigrationRunner: => 0.0715581s 
2026-02-12 23:18:40
 [Info] FluentMigrator.Runner.MigrationRunner: DatabaseEngineVersionCheck migrated 
2026-02-12 23:18:40
 [Info] FluentMigrator.Runner.MigrationRunner: => 0.0765619s 
2026-02-12 23:18:40
 [Info] MigrationController: *** Migrating data source=/config/logs.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=100 *** 
2026-02-12 23:18:40
 [Info] FluentMigrator.Runner.MigrationRunner: DatabaseEngineVersionCheck migrating 
2026-02-12 23:18:40
 [Info] FluentMigrator.Runner.MigrationRunner: PerformDBOperation  
2026-02-12 23:18:40
 [Info] NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor: Performing DB Operation 
2026-02-12 23:18:40
 [Info] DatabaseEngineVersionCheck: SQLite 3.50.4 
2026-02-12 23:18:40
 [Info] FluentMigrator.Runner.MigrationRunner: => 0.0065435s 
2026-02-12 23:18:40
 [Info] FluentMigrator.Runner.MigrationRunner: DatabaseEngineVersionCheck migrated 
2026-02-12 23:18:40
 [Info] FluentMigrator.Runner.MigrationRunner: => 0.0068125s 
2026-02-12 23:18:41
 [Info] Microsoft.Hosting.Lifetime: Now listening on: http://[::]:8686 
2026-02-12 23:18:41
 2026-02-13 00:18:41 :: QueueCleaner :: 2.1 ::  is not ready, sleeping until valid response...
2026-02-12 23:18:41
 2026-02-13 00:18:41 :: Audio :: 2.48 ::  is not ready, sleeping until valid response...
2026-02-12 23:18:41
 2026-02-12 23:18:41 :: AutoConfig :: 3.2 ::  is not ready, sleeping until valid response...
2026-02-12 23:18:41
 [ls.io-init] done.
2026-02-12 23:18:42
 [Info] Microsoft.Hosting.Lifetime: Application started. Press Ctrl+C to shut down. 
2026-02-12 23:18:42
 [Info] Microsoft.Hosting.Lifetime: Hosting environment: Production 
2026-02-12 23:18:42
 [Info] Microsoft.Hosting.Lifetime: Content root path: /app/lidarr/bin 
2026-02-12 23:18:42
 [Info] ManagedHttpDispatcher: IPv4 is available: True, IPv6 will be disabled 
2026-02-12 23:18:42
 2026-02-13 00:18:42 :: QueueCleaner :: 2.1 ::  is not ready, sleeping until valid response...
2026-02-12 23:18:42
 2026-02-13 00:18:42 :: Audio :: 2.48 ::  is not ready, sleeping until valid response...
2026-02-12 23:18:42
 2026-02-12 23:18:42 :: AutoConfig :: 3.2 ::  is not ready, sleeping until valid response...
2026-02-12 23:18:43
 2026-02-13 00:18:43 :: QueueCleaner :: 2.1 ::  is not ready, sleeping until valid response...
2026-02-12 23:18:43
 2026-02-13 00:18:43 :: Audio :: 2.48 ::  is not ready, sleeping until valid response...
2026-02-12 23:18:43
 2026-02-12 23:18:43 :: AutoConfig :: 3.2 ::  is not ready, sleeping until valid response...
2026-02-12 23:18:44
 2026-02-12 23:18:44 :: AutoConfig :: 3.2 ::  is not ready, sleeping until valid response...
2026-02-12 23:18:44
 2026-02-13 00:18:44 :: QueueCleaner :: 2.1 ::  is not ready, sleeping until valid response...
2026-02-12 23:18:44
 2026-02-13 00:18:44 :: Audio :: 2.48 ::  is not ready, sleeping until valid response...
2026-02-12 23:18:45
 2026-02-12 23:18:45 :: AutoConfig :: 3.2 ::  is not ready, sleeping until valid response...
2026-02-12 23:18:45
 2026-02-13 00:18:45 :: Audio :: 2.48 ::  is not ready, sleeping until valid response...
2026-02-12 23:18:45
 2026-02-13 00:18:45 :: QueueCleaner :: 2.1 ::  is not ready, sleeping until valid response...
2026-02-12 23:18:46
 2026-02-12 23:18:46 :: AutoConfig :: 3.2 ::  is not ready, sleeping until valid response...
2026-02-12 23:18:46
 2026-02-13 00:18:46 :: Audio :: 2.48 ::  is not ready, sleeping until valid response...
2026-02-12 23:18:46
 2026-02-13 00:18:46 :: QueueCleaner :: 2.1 ::  is not ready, sleeping until valid response...
2026-02-12 23:18:47
 2026-02-13 00:18:47 :: QueueCleaner :: 2.1 ::  is not ready, sleeping until valid response...
2026-02-12 23:18:47
 2026-02-13 00:18:47 :: Audio :: 2.48 ::  is not ready, sleeping until valid response...
2026-02-12 23:18:47
 2026-02-12 23:18:47 :: AutoConfig :: 3.2 ::  is not ready, sleeping until valid response...
2026-02-12 23:18:48
 2026-02-13 00:18:48 :: QueueCleaner :: 2.1 ::  is not ready, sleeping until valid response...
2026-02-12 23:18:48
 2026-02-13 00:18:48 :: Audio :: 2.48 ::  is not ready, sleeping until valid response...
2026-02-12 23:18:48
 2026-02-12 23:18:48 :: AutoConfig :: 3.2 ::  is not ready, sleeping until valid response...
2026-02-12 23:18:49
 2026-02-13 00:18:49 :: QueueCleaner :: 2.1 ::  is not ready, sleeping until valid response...
2026-02-12 23:18:49
 2026-02-13 00:18:49 :: Audio :: 2.48 ::  is not ready, sleeping until valid response...
2026-02-12 23:18:49
 2026-02-12 23:18:49 :: AutoConfig :: 3.2 ::  is not ready, sleeping until valid response...
2026-02-12 23:18:50
 2026-02-13 00:18:50 :: QueueCleaner :: 2.1 ::  is not ready, sleeping until valid response...
2026-02-12 23:18:50
 2026-02-12 23:18:50 :: AutoConfig :: 3.2 ::  is not ready, sleeping until valid response...
2026-02-12 23:18:50
 2026-02-13 00:18:50 :: Audio :: 2.48 ::  is not ready, sleeping until valid response...
2026-02-12 23:18:51
 2026-02-13 00:18:51 :: QueueCleaner :: 2.1 ::  is not ready, sleeping until valid response...
2026-02-12 23:18:51
 2026-02-13 00:18:51 :: Audio :: 2.48 ::  is not ready, sleeping until valid response...
2026-02-12 23:18:51
 2026-02-12 23:18:51 :: AutoConfig :: 3.2 ::  is not ready, sleeping until valid response...
2026-02-12 23:18:52
 2026-02-13 00:18:52 :: QueueCleaner :: 2.1 ::  is not ready, sleeping until valid response...
2026-02-12 23:18:52
 2026-02-12 23:18:52 :: AutoConfig :: 3.2 ::  is not ready, sleeping until valid response...
2026-02-12 23:18:52
 2026-02-13 00:18:52 :: Audio :: 2.48 ::  is not ready, sleeping until valid response...
2026-02-12 23:18:53
 2026-02-13 00:18:53 :: QueueCleaner :: 2.1 ::  is not ready, sleeping until valid response...
2026-02-12 23:18:53
 2026-02-13 00:18:53 :: Audio :: 2.48 ::  is not ready, sleeping until valid response...
2026-02-12 23:18:53
 2026-02-12 23:18:53 :: AutoConfig :: 3.2 ::  is not ready, sleeping until valid response...
2026-02-12 23:18:54
 2026-02-13 00:18:54 :: QueueCleaner :: 2.1 ::  is not ready, sleeping until valid response...
2026-02-12 23:18:54
 2026-02-12 23:18:54 :: AutoConfig :: 3.2 ::  is not ready, sleeping until valid response...
2026-02-12 23:18:54
 2026-02-13 00:18:54 :: Audio :: 2.48 ::  is not ready, sleeping until valid response...
2026-02-12 23:18:55
 2026-02-13 00:18:55 :: QueueCleaner :: 2.1 ::  is not ready, sleeping until valid response...
2026-02-12 23:18:55
 2026-02-13 00:18:55 :: Audio :: 2.48 ::  is not ready, sleeping until valid response...
2026-02-12 23:18:55
 2026-02-12 23:18:55 :: AutoConfig :: 3.2 ::  is not ready, sleeping until valid response...
2026-02-12 23:18:56
 2026-02-13 00:18:56 :: QueueCleaner :: 2.1 ::  is not ready, sleeping until valid response...
2026-02-12 23:18:56
 2026-02-13 00:18:56 :: Audio :: 2.48 ::  is not ready, sleeping until valid response...
2026-02-12 23:18:56
 2026-02-12 23:18:56 :: AutoConfig :: 3.2 ::  is not ready, sleeping until valid response...
2026-02-12 23:18:57
 2026-02-13 00:18:57 :: QueueCleaner :: 2.1 ::  is not ready, sleeping until valid response...
2026-02-12 23:18:57
 2026-02-12 23:18:57 :: AutoConfig :: 3.2 ::  is not ready, sleeping until valid response...
2026-02-12 23:18:57
 2026-02-13 00:18:57 :: Audio :: 2.48 ::  is not ready, sleeping until valid response...
2026-02-12 23:18:58
 2026-02-13 00:18:58 :: QueueCleaner :: 2.1 ::  is not ready, sleeping until valid response...
2026-02-12 23:18:58
 2026-02-12 23:18:58 :: AutoConfig :: 3.2 ::  is not ready, sleeping until valid response...
2026-02-12 23:18:58
 2026-02-13 00:18:58 :: Audio :: 2.48 ::  is not ready, sleeping until valid response...
2026-02-12 23:18:59
 2026-02-13 00:18:59 :: QueueCleaner :: 2.1 ::  is not ready, sleeping until valid response...
2026-02-12 23:18:59
 2026-02-12 23:18:59 :: AutoConfig :: 3.2 ::  is not ready, sleeping until valid response...
2026-02-12 23:18:59
 2026-02-13 00:18:59 :: Audio :: 2.48 ::  is not ready, sleeping until valid response...
2026-02-12 23:19:00
 2026-02-13 00:19:00 :: QueueCleaner :: 2.1 ::  is not ready, sleeping until valid response...
2026-02-12 23:19:01
 2026-02-12 23:19:01 :: AutoConfig :: 3.2 ::  is not ready, sleeping until valid response...
2026-02-12 23:19:01
 2026-02-13 00:19:01 :: Audio :: 2.48 ::  is not ready, sleeping until valid response...
2026-02-12 23:19:01
 2026-02-13 00:19:01 :: QueueCleaner :: 2.1 ::  is not ready, sleeping until valid response...
2026-02-12 23:19:02
 2026-02-12 23:19:02 :: AutoConfig :: 3.2 ::  is not ready, sleeping until valid response...
2026-02-12 23:19:02
 2026-02-13 00:19:02 :: Audio :: 2.48 ::  is not ready, sleeping until valid response...
2026-02-12 23:19:03
 2026-02-13 00:19:03 :: QueueCleaner :: 2.1 ::  is not ready, sleeping until valid response...
2026-02-12 23:19:03
 2026-02-12 23:19:03 :: AutoConfig :: 3.2 ::  is not ready, sleeping until valid response...
2026-02-12 23:19:03
 2026-02-13 00:19:03 :: Audio :: 2.48 ::  is not ready, sleeping until valid response...
2026-02-12 23:19:04
 2026-02-13 00:19:04 :: QueueCleaner :: 2.1 ::  is not ready, sleeping until valid response...
2026-02-12 23:19:04
 2026-02-12 23:19:04 :: AutoConfig :: 3.2 ::  is not ready, sleeping until valid response...
2026-02-12 23:19:04
 2026-02-13 00:19:04 :: Audio :: 2.48 ::  is not ready, sleeping until valid response...
2026-02-12 23:19:05
 2026-02-13 00:19:05 :: QueueCleaner :: 2.1 ::  is not ready, sleeping until valid response...
2026-02-12 23:19:05
 2026-02-12 23:19:05 :: AutoConfig :: 3.2 ::  is not ready, sleeping until valid response...
2026-02-12 23:19:05
 2026-02-13 00:19:05 :: Audio :: 2.48 ::  is not ready, sleeping until valid response...
2026-02-12 23:19:06
 2026-02-13 00:19:06 :: QueueCleaner :: 2.1 ::  is not ready, sleeping until valid response...
2026-02-12 23:19:06
 2026-02-12 23:19:06 :: AutoConfig :: 3.2 ::  is not ready, sleeping until valid response...
2026-02-12 23:19:06
 2026-02-13 00:19:06 :: Audio :: 2.48 ::  is not ready, sleeping until valid response...
2026-02-12 23:19:07
 2026-02-13 00:19:07 :: QueueCleaner :: 2.1 ::  is not ready, sleeping until valid response...
2026-02-12 23:19:07
 2026-02-12 23:19:07 :: AutoConfig :: 3.2 ::  is not ready, sleeping until valid response...
2026-02-12 23:19:07
 2026-02-13 00:19:07 :: Audio :: 2.48 ::  is not ready, sleeping until valid response...
2026-02-12 23:19:08
 2026-02-13 00:19:08 :: QueueCleaner :: 2.1 ::  is not ready, sleeping until valid response...
2026-02-12 23:19:08
 2026-02-12 23:19:08 :: AutoConfig :: 3.2 ::  is not ready, sleeping until valid response...
2026-02-12 23:19:08
 2026-02-13 00:19:08 :: Audio :: 2.48 ::  is not ready, sleeping until valid response...
2026-02-12 23:19:08
 [Info] Lidarr.Http.Authentication.ApiKeyAuthenticationHandler: AuthenticationScheme: API was challenged. 
2026-02-12 23:19:09
 2026-02-13 00:19:09 :: QueueCleaner :: 2.1 ::  is not ready, sleeping until valid response...
2026-02-12 23:19:09
 2026-02-12 23:19:09 :: AutoConfig :: 3.2 ::  is not ready, sleeping until valid response...
2026-02-12 23:19:09
 2026-02-13 00:19:09 :: Audio :: 2.48 ::  is not ready, sleeping until valid response...
2026-02-12 23:19:10
 2026-02-13 00:19:10 :: QueueCleaner :: 2.1 ::  is not ready, sleeping until valid response...
2026-02-12 23:19:10
 2026-02-12 23:19:10 :: AutoConfig :: 3.2 ::  is not ready, sleeping until valid response...
2026-02-12 23:19:10
 2026-02-13 00:19:10 :: Audio :: 2.48 ::  is not ready, sleeping until valid response...
2026-02-12 23:19:10
 [Info] Microsoft.Hosting.Lifetime: Application is shutting down... 
2026-02-12 23:19:10
 [Info] RootFolderWatchingService: Stopping directory watching for path /nas/media/music 
2026-02-12 23:19:10
 [Info] ConsoleApp: Exiting main. 
2026-02-12 23:19:14
 ╔═════════════════════════════════════════════════════════════════════════╗
2026-02-12 23:19:14
 ║                                                                         ║
2026-02-12 23:19:14
 ║        Some of the contents of the folder /custom-services.d            ║
2026-02-12 23:19:14
 ║      have write permissions for others, which is a security risk.       ║
2026-02-12 23:19:14
 ║                                                                         ║
2026-02-12 23:19:14
 ║  Please review the permissions of this folder and its contents to make  ║
2026-02-12 23:19:14
 ║     sure they are owned by root, and can only be modified by root.      ║
2026-02-12 23:19:14
 ║                                                                         ║
2026-02-12 23:19:14
 ╚═════════════════════════════════════════════════════════════════════════╝
2026-02-12 23:19:14
 [custom-init] removing existing custom services...
2026-02-12 23:19:14
 [custom-init] Service files found in /custom-services.d
2026-02-12 23:19:14
 [custom-init] ARLChecker: service detected, copying...
2026-02-12 23:19:14
 [custom-init] ARLChecker: copied
2026-02-12 23:19:14
 [custom-init] Audio: service detected, copying...
2026-02-12 23:19:14
 [custom-init] Audio: copied
2026-02-12 23:19:14
 [custom-init] AutoArtistAdder: service detected, copying...
2026-02-12 23:19:14
 [custom-init] AutoArtistAdder: copied
2026-02-12 23:19:14
 [custom-init] AutoConfig: service detected, copying...
2026-02-12 23:19:14
 [custom-init] AutoConfig: copied
2026-02-12 23:19:14
 [custom-init] QueueCleaner: service detected, copying...
2026-02-12 23:19:14
 [custom-init] QueueCleaner: copied
2026-02-12 23:19:14
 [custom-init] TidalVideoDownloader: service detected, copying...
2026-02-12 23:19:14
 [custom-init] TidalVideoDownloader: copied
2026-02-12 23:19:14
 [custom-init] UnmappedFilesCleaner: service detected, copying...
2026-02-12 23:19:14
 [custom-init] UnmappedFilesCleaner: copied
2026-02-12 23:19:14
 [custom-init] Video: service detected, copying...
2026-02-12 23:19:14
 [custom-init] Video: copied
2026-02-12 23:19:14
 [custom-init] python: is not a file
2026-02-12 23:19:14
 [migrations] started
2026-02-12 23:19:14
 [migrations] no migrations found
2026-02-12 23:19:14
 usermod: no changes
2026-02-12 23:19:14
 ───────────────────────────────────────
2026-02-12 23:19:14
 
2026-02-12 23:19:14
       ██╗     ███████╗██╗ ██████╗
2026-02-12 23:19:14
       ██║     ██╔════╝██║██╔═══██╗
2026-02-12 23:19:14
       ██║     ███████╗██║██║   ██║
2026-02-12 23:19:14
       ██║     ╚════██║██║██║   ██║
2026-02-12 23:19:14
       ███████╗███████║██║╚██████╔╝
2026-02-12 23:19:14
       ╚══════╝╚══════╝╚═╝ ╚═════╝
2026-02-12 23:19:14
 
2026-02-12 23:19:14
    Brought to you by linuxserver.io
2026-02-12 23:19:14
 ───────────────────────────────────────
2026-02-12 23:19:14
 
2026-02-12 23:19:14
 To support the app dev(s) visit:
2026-02-12 23:19:14
 Lidarr: https://opencollective.com/lidarr
2026-02-12 23:19:14
 
2026-02-12 23:19:14
 To support LSIO projects visit:
2026-02-12 23:19:14
 https://www.linuxserver.io/donate/
2026-02-12 23:19:14
 
2026-02-12 23:19:14
 ───────────────────────────────────────
2026-02-12 23:19:14
 GID/UID
2026-02-12 23:19:14
 ───────────────────────────────────────
2026-02-12 23:19:14
 
2026-02-12 23:19:14
 User UID:    1037
2026-02-12 23:19:14
 User GID:    65538
2026-02-12 23:19:14
 ───────────────────────────────────────
2026-02-12 23:19:14
 Linuxserver.io version: 3.1.0.4875-ls20
2026-02-12 23:19:14
 Build-date: 2026-02-11T04:11:45+00:00
2026-02-12 23:19:14
 ───────────────────────────────────────
2026-02-12 23:19:14
     
2026-02-12 23:19:16
 [custom-init] Files found, executing
2026-02-12 23:19:16
 [custom-init] scripts_init.bash: executing...
2026-02-12 23:19:16
 Setup was previously completed, skipping...
2026-02-12 23:19:16
 [custom-init] scripts_init.bash: exited 0
2026-02-12 23:19:16
 [custom-init] scripts_init.bash.bkp: executing...
2026-02-12 23:19:16
 *** install mp3gain ***
2026-02-12 23:19:16
 v3.23.3-94-g22e1801794f [http://dl-cdn.alpinelinux.org/alpine/v3.23/main]
2026-02-12 23:19:16
 v3.23.3-93-gd1fe3d62066 [http://dl-cdn.alpinelinux.org/alpine/v3.23/community]
2026-02-12 23:19:16
 OK: 27571 distinct packages available
2026-02-12 23:19:17
 OK: 570.1 MiB in 210 packages
2026-02-12 23:19:17
 Setup was previously completed, skipping...
2026-02-12 23:19:17
 *** install additional python packages ***
2026-02-12 23:19:18
 Using Python 3.12.12 environment at: /usr
2026-02-12 23:19:18
 Resolved 36 packages in 255ms
2026-02-12 23:19:18
 Downloading numpy (17.7MiB)
2026-02-12 23:19:18
 Downloading pillow (6.8MiB)
2026-02-12 23:19:18
 Downloading lap (1.6MiB)
2026-02-12 23:19:18
 Downloading scipy (35.7MiB)
2026-02-12 23:19:18
    Building llvmlite==0.46.0
2026-02-12 23:19:18
    Building langdetect==1.0.9
2026-02-12 23:19:18
  Downloaded lap
2026-02-12 23:19:18
    Building numba==0.63.1
2026-02-12 23:19:19
  Downloaded pillow
2026-02-12 23:19:19
   × Failed to build `llvmlite==0.46.0`
2026-02-12 23:19:19
   ├─▶ The build backend returned an error
2026-02-12 23:19:19
   ╰─▶ Call to `setuptools.build_meta:__legacy__.build_wheel` failed (exit
2026-02-12 23:19:19
       status: 1)
2026-02-12 23:19:19
 
2026-02-12 23:19:19
       [stdout]
2026-02-12 23:19:19
       running bdist_wheel
2026-02-12 23:19:19
 
2026-02-12 23:19:19
       [stderr]
2026-02-12 23:19:19
       /run/lidarr-temp/.tmpCUhGsT/builds-v0/.tmpnTEh2t/lib/python3.12/site-packages/setuptools/_vendor/wheel/bdist_wheel.py:4:
2026-02-12 23:19:19
       FutureWarning: The 'wheel' package is no longer the canonical location
2026-02-12 23:19:19
       of the 'bdist_wheel' command, and will be removed in a future release.
2026-02-12 23:19:19
       Please update to setuptools v70.1 or later which contains an integrated
2026-02-12 23:19:19
       version of this command.
2026-02-12 23:19:19
         warn(
2026-02-12 23:19:19
       Traceback (most recent call last):
2026-02-12 23:19:19
         File "<string>", line 11, in <module>
2026-02-12 23:19:19
         File
2026-02-12 23:19:19
       "/run/lidarr-temp/.tmpCUhGsT/builds-v0/.tmpnTEh2t/lib/python3.12/site-packages/setuptools/build_meta.py",
2026-02-12 23:19:19
       line 438, in build_wheel
2026-02-12 23:19:19
           return _build(['bdist_wheel'])
2026-02-12 23:19:19
                  ^^^^^^^^^^^^^^^^^^^^^^^
2026-02-12 23:19:19
         File
2026-02-12 23:19:19
       "/run/lidarr-temp/.tmpCUhGsT/builds-v0/.tmpnTEh2t/lib/python3.12/site-packages/setuptools/build_meta.py",
2026-02-12 23:19:19
       line 429, in _build
2026-02-12 23:19:19
           return self._build_with_temp_dir(
2026-02-12 23:19:19
                  ^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-02-12 23:19:19
         File
2026-02-12 23:19:19
       "/run/lidarr-temp/.tmpCUhGsT/builds-v0/.tmpnTEh2t/lib/python3.12/site-packages/setuptools/build_meta.py",
2026-02-12 23:19:19
       line 410, in _build_with_temp_dir
2026-02-12 23:19:19
           self.run_setup()
2026-02-12 23:19:19
         File
2026-02-12 23:19:19
       "/run/lidarr-temp/.tmpCUhGsT/builds-v0/.tmpnTEh2t/lib/python3.12/site-packages/setuptools/build_meta.py",
2026-02-12 23:19:19
       line 520, in run_setup
2026-02-12 23:19:19
           super().run_setup(setup_script=setup_script)
2026-02-12 23:19:19
         File
2026-02-12 23:19:19
       "/run/lidarr-temp/.tmpCUhGsT/builds-v0/.tmpnTEh2t/lib/python3.12/site-packages/setuptools/build_meta.py",
2026-02-12 23:19:19
       line 317, in run_setup
2026-02-12 23:19:19
           exec(code, locals())
2026-02-12 23:19:19
         File "<string>", line 187, in <module>
2026-02-12 23:19:19
         File
2026-02-12 23:19:19
       "/run/lidarr-temp/.tmpCUhGsT/builds-v0/.tmpnTEh2t/lib/python3.12/site-packages/setuptools/__init__.py",
2026-02-12 23:19:19
       line 117, in setup
2026-02-12 23:19:19
           return distutils.core.setup(**attrs)  # type: ignore[return-value]
2026-02-12 23:19:19
                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-02-12 23:19:19
         File
2026-02-12 23:19:19
       "/run/lidarr-temp/.tmpCUhGsT/builds-v0/.tmpnTEh2t/lib/python3.12/site-packages/setuptools/_distutils/core.py",
2026-02-12 23:19:19
       line 186, in setup
2026-02-12 23:19:19
           return run_commands(dist)
2026-02-12 23:19:19
                  ^^^^^^^^^^^^^^^^^^
2026-02-12 23:19:19
         File
2026-02-12 23:19:19
       "/run/lidarr-temp/.tmpCUhGsT/builds-v0/.tmpnTEh2t/lib/python3.12/site-packages/setuptools/_distutils/core.py",
2026-02-12 23:19:19
       line 202, in run_commands
2026-02-12 23:19:19
           dist.run_commands()
2026-02-12 23:19:19
         File
2026-02-12 23:19:19
       "/run/lidarr-temp/.tmpCUhGsT/builds-v0/.tmpnTEh2t/lib/python3.12/site-packages/setuptools/_distutils/dist.py",
2026-02-12 23:19:19
       line 1000, in run_commands
2026-02-12 23:19:19
           self.run_command(cmd)
2026-02-12 23:19:19
         File
2026-02-12 23:19:19
       "/run/lidarr-temp/.tmpCUhGsT/builds-v0/.tmpnTEh2t/lib/python3.12/site-packages/setuptools/dist.py",
2026-02-12 23:19:19
       line 1107, in run_command
2026-02-12 23:19:19
           super().run_command(command)
2026-02-12 23:19:19
         File
2026-02-12 23:19:19
       "/run/lidarr-temp/.tmpCUhGsT/builds-v0/.tmpnTEh2t/lib/python3.12/site-packages/setuptools/_distutils/dist.py",
2026-02-12 23:19:19
       line 1019, in run_command
2026-02-12 23:19:19
           cmd_obj.run()
2026-02-12 23:19:19
         File "<string>", line 149, in run
2026-02-12 23:19:19
         File "<string>", line 67, in build_library_files
2026-02-12 23:19:19
       TypeError: spawn() got an unexpected keyword argument 'dry_run'
2026-02-12 23:19:19
 
2026-02-12 23:19:19
       hint: This usually indicates a problem with the package or the build
2026-02-12 23:19:19
       environment.
2026-02-12 23:19:19
   help: `llvmlite` (v0.46.0) was included because `beets` (v2.6.1) depends on
2026-02-12 23:19:19
         `numba` (v0.63.1) which depends on `llvmlite`
2026-02-12 23:19:19
 [custom-init] scripts_init.bash.bkp: exited 1
2026-02-12 23:19:19
 2026-02-13 00:19:19 :: ARLChecker :: 2.0 :: Starting ARL Token Check...
2026-02-12 23:19:19
 2026-02-13 00:19:19 :: UnmappedFilesCleaner :: 1.4 :: Script starting...
2026-02-12 23:19:19
 2026-02-13 00:19:19 :: TidalVideoDownloader :: 2.1 :: Starting Script....
2026-02-12 23:19:19
 2026-02-13 00:19:19 :: Video :: 4.0 :: Starting Script....
2026-02-12 23:19:19
 jq: parse error: Invalid numeric literal at line 2, column 0
2026-02-12 23:19:19
 2026-02-13 00:19:19 :: UnmappedFilesCleaner :: 1.4 :: Script is not enabled, enable by setting enableUnmappedFilesCleaner to "true" by modifying the "/config/extended.conf" config file...
2026-02-12 23:19:19
 2026-02-13 00:19:19 :: TidalVideoDownloader :: 2.1 :: ERROR: videoPath is not configured via the "/config/extended.conf" config file...
2026-02-12 23:19:19
 2026-02-13 00:19:19 :: UnmappedFilesCleaner :: 1.4 :: Sleeping (infinity)
2026-02-12 23:19:19
 2026-02-13 00:19:19 :: Audio :: 2.48 :: Starting Script....
2026-02-12 23:19:19
 2026-02-13 00:19:19 :: TidalVideoDownloader :: 2.1 :: Updated your "/config/extended.conf" file with the latest options, see: https://github.com/RandomNinjaAtk/arr-scripts/blob/main/lidarr/extended.conf
2026-02-12 23:19:19
 2026-02-13 00:19:19 :: TidalVideoDownloader :: 2.1 :: Sleeping (infinity)
2026-02-12 23:19:19
 2026-02-13 00:19:19 :: AutoArtistAdder :: 2.4 :: Script starting...
2026-02-12 23:19:19
 jq: parse error: Invalid numeric literal at line 2, column 0
2026-02-12 23:19:19
 2026-02-13 00:19:19 :: Video :: 4.0 :: ERROR: videoPath is not configured via the "/config/extended.conf" config file...
2026-02-12 23:19:19
 jq: parse error: Invalid numeric literal at line 2, column 0
2026-02-12 23:19:19
 2026-02-13 00:19:19 :: AutoArtistAdder :: 2.4 :: Script is not enabled, enable by setting addDeezerTopArtists. addDeezerTopAlbumArtists, addDeezerTopTrackArtists or addRelatedArtists to "true" by modifying the "/config/extended.conf" config file...
2026-02-12 23:19:19
 2026-02-13 00:19:19 :: Video :: 4.0 :: Updated your "/config/extended.conf" file with the latest options, see: https://github.com/RandomNinjaAtk/arr-scripts/blob/main/lidarr/extended.conf
2026-02-12 23:19:19
 2026-02-13 00:19:19 :: AutoArtistAdder :: 2.4 :: Sleeping (infinity)
2026-02-12 23:19:19
 2026-02-13 00:19:19 :: Video :: 4.0 :: Sleeping (infinity)
2026-02-12 23:19:19
 jq: parse error: Invalid numeric literal at line 2, column 0
2026-02-12 23:19:19
 jq: parse error: Invalid numeric literal at line 2, column 0
2026-02-12 23:19:20
 jq: parse error: Invalid numeric literal at line 2, column 0
2026-02-12 23:19:20
 jq: parse error: Invalid numeric literal at line 2, column 0
2026-02-12 23:19:20
 jq: parse error: Invalid numeric literal at line 2, column 0
2026-02-12 23:19:20
 jq: parse error: Invalid numeric literal at line 2, column 0
2026-02-12 23:19:20
 jq: parse error: Invalid numeric literal at line 2, column 0
2026-02-12 23:19:20
 jq: parse error: Invalid numeric literal at line 2, column 0
2026-02-12 23:19:20
 2026-02-12 23:19:20 :: AutoConfig :: 3.2 ::  is not ready, sleeping until valid response...
2026-02-12 23:19:20
 jq: parse error: Invalid numeric literal at line 2, column 0
2026-02-12 23:19:20
 Traceback (most recent call last):
2026-02-12 23:19:20
   File "/custom-services.d/python/ARLChecker.py", line 2, in <module>
2026-02-12 23:19:20
     import requests
2026-02-12 23:19:20
 ModuleNotFoundError: No module named 'requests'
2026-02-12 23:19:20
 2026-02-13 00:19:20 :: QueueCleaner :: 2.1 ::  is not ready, sleeping until valid response...
2026-02-12 23:19:20
 2026-02-13 00:19:20 :: ARLChecker :: 2.0 :: Found Interval in extended.conf
2026-02-12 23:19:20
 2026-02-13 00:19:20 :: ARLChecker :: 2.0 :: ARL Token Check Complete. Sleeping for 24h.
2026-02-12 23:19:20
 2026-02-13 00:19:20 :: Audio :: 2.48 ::  is not ready, sleeping until valid response...
2026-02-12 23:19:20
 [Info] Bootstrap: Starting Lidarr - /app/lidarr/bin/Lidarr - Version 3.1.0.4875 
2026-02-12 23:19:20
 [Info] AppFolderInfo: Data directory is being overridden to [/config] 
2026-02-12 23:19:20
 [Debug] Bootstrap: Console selected 
2026-02-12 23:19:20
 [Info] AppFolderInfo: Data directory is being overridden to [/config] 
2026-02-12 23:19:20
 [Info] AppFolderInfo: Data directory is being overridden to [/config] 
2026-02-12 23:19:20
 [Info] MigrationController: *** Migrating data source=/config/lidarr.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=100 *** 
2026-02-12 23:19:20
 [Info] FluentMigrator.Runner.MigrationRunner: DatabaseEngineVersionCheck migrating 
2026-02-12 23:19:20
 [Info] FluentMigrator.Runner.MigrationRunner: PerformDBOperation  
2026-02-12 23:19:20
 [Info] NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor: Performing DB Operation 
2026-02-12 23:19:21
 [Info] DatabaseEngineVersionCheck: SQLite 3.50.4 
2026-02-12 23:19:21
 [Info] FluentMigrator.Runner.MigrationRunner: => 0.0355318s 
2026-02-12 23:19:21
 [Info] FluentMigrator.Runner.MigrationRunner: DatabaseEngineVersionCheck migrated 
2026-02-12 23:19:21
 [Info] FluentMigrator.Runner.MigrationRunner: => 0.0384601s 
2026-02-12 23:19:21
 [Info] MigrationController: *** Migrating data source=/config/logs.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=100 *** 
2026-02-12 23:19:21
 2026-02-12 23:19:21 :: AutoConfig :: 3.2 ::  is not ready, sleeping until valid response...
2026-02-12 23:19:21
 2026-02-13 00:19:21 :: QueueCleaner :: 2.1 ::  is not ready, sleeping until valid response...
2026-02-12 23:19:21
 [Info] FluentMigrator.Runner.MigrationRunner: DatabaseEngineVersionCheck migrating 
2026-02-12 23:19:21
 [Info] FluentMigrator.Runner.MigrationRunner: PerformDBOperation  
2026-02-12 23:19:21
 [Info] NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor: Performing DB Operation 
2026-02-12 23:19:21
 [Info] DatabaseEngineVersionCheck: SQLite 3.50.4 
2026-02-12 23:19:21
 [Info] FluentMigrator.Runner.MigrationRunner: => 0.0045483s 
2026-02-12 23:19:21
 2026-02-13 00:19:21 :: Audio :: 2.48 ::  is not ready, sleeping until valid response...
2026-02-12 23:19:21
 [Info] FluentMigrator.Runner.MigrationRunner: DatabaseEngineVersionCheck migrated 
2026-02-12 23:19:21
 [Info] FluentMigrator.Runner.MigrationRunner: => 0.0047254s 
2026-02-12 23:19:21
 [Info] Microsoft.Hosting.Lifetime: Now listening on: http://[::]:8686 
2026-02-12 23:19:21
 [Info] Microsoft.Hosting.Lifetime: Application started. Press Ctrl+C to shut down. 
2026-02-12 23:19:21
 [Info] Microsoft.Hosting.Lifetime: Hosting environment: Production 
2026-02-12 23:19:21
 [Info] Microsoft.Hosting.Lifetime: Content root path: /app/lidarr/bin 
2026-02-12 23:19:21
 [Info] ManagedHttpDispatcher: IPv4 is available: True, IPv6 will be disabled 
2026-02-12 23:19:22
 2026-02-12 23:19:22 :: AutoConfig :: 3.2 ::  is not ready, sleeping until valid response...
2026-02-12 23:19:22
 2026-02-13 00:19:22 :: QueueCleaner :: 2.1 ::  is not ready, sleeping until valid response...
2026-02-12 23:19:22
 2026-02-13 00:19:22 :: Audio :: 2.48 ::  is not ready, sleeping until valid response...
2026-02-12 23:19:22
 [ls.io-init] done.2026-02-12T23:19:23.089Z \2026-02-12 23:19:23 :: AutoConfig :: 3.2 ::  is not ready, sleeping until valid response...
2026-02-12 23:19:23
 ^2026-02-13 00:19:23 :: QueueCleaner :: 2.1 ::  is not ready, sleeping until valid response...
2026-02-12 23:19:23
 X2026-02-13 00:19:23 :: Audio :: 2.48 ::  is not ready, sleeping until valid response...
2026-02-12 23:19:24
 \2026-02-12 23:19:24 :: AutoConfig :: 3.2 ::  is not ready, sleeping until valid response...
2026-02-12 23:19:24
 ^2026-02-13 00:19:24 :: QueueCleaner :: 2.1 ::  is not ready, sleeping until valid response...
2026-02-12 23:19:24
 X2026-02-13 00:19:24 :: Audio :: 2.48 ::  is not ready, sleeping until valid response...
2026-02-12 23:19:25
 \2026-02-12 23:19:25 :: AutoConfig :: 3.2 ::  is not ready, sleeping until valid response...
@progecon commented on GitHub (Feb 12, 2026): I am still running into issues. I restarted the container, let it install everything, then restarted again: ``` 2026-02-12 23:18:23 usermod: no changes 2026-02-12 23:18:23 ─────────────────────────────────────── 2026-02-12 23:18:23 2026-02-12 23:18:23 ██╗ ███████╗██╗ ██████╗ 2026-02-12 23:18:23 ██║ ██╔════╝██║██╔═══██╗ 2026-02-12 23:18:23 ██║ ███████╗██║██║ ██║ 2026-02-12 23:18:23 ██║ ╚════██║██║██║ ██║ 2026-02-12 23:18:23 ███████╗███████║██║╚██████╔╝ 2026-02-12 23:18:23 ╚══════╝╚══════╝╚═╝ ╚═════╝ 2026-02-12 23:18:23 2026-02-12 23:18:23 Brought to you by linuxserver.io 2026-02-12 23:18:23 ─────────────────────────────────────── 2026-02-12 23:18:23 2026-02-12 23:18:23 To support the app dev(s) visit: 2026-02-12 23:18:23 Lidarr: https://opencollective.com/lidarr 2026-02-12 23:18:23 2026-02-12 23:18:23 To support LSIO projects visit: 2026-02-12 23:18:23 https://www.linuxserver.io/donate/ 2026-02-12 23:18:23 2026-02-12 23:18:23 ─────────────────────────────────────── 2026-02-12 23:18:23 GID/UID 2026-02-12 23:18:23 ─────────────────────────────────────── 2026-02-12 23:18:23 2026-02-12 23:18:23 User UID: 1037 2026-02-12 23:18:23 User GID: 65538 2026-02-12 23:18:23 ─────────────────────────────────────── 2026-02-12 23:18:23 Linuxserver.io version: 3.1.0.4875-ls20 2026-02-12 23:18:23 Build-date: 2026-02-11T04:11:45+00:00 2026-02-12 23:18:23 ─────────────────────────────────────── 2026-02-12 23:18:23 2026-02-12 23:18:35 [custom-init] Files found, executing 2026-02-12 23:18:35 [custom-init] scripts_init.bash: executing... 2026-02-12 23:18:35 Setup was previously completed, skipping... 2026-02-12 23:18:35 [custom-init] scripts_init.bash: exited 0 2026-02-12 23:18:35 [custom-init] scripts_init.bash.bkp: executing... 2026-02-12 23:18:35 *** install mp3gain *** 2026-02-12 23:18:36 v3.23.3-94-g22e1801794f [http://dl-cdn.alpinelinux.org/alpine/v3.23/main] 2026-02-12 23:18:36 v3.23.3-93-gd1fe3d62066 [http://dl-cdn.alpinelinux.org/alpine/v3.23/community] 2026-02-12 23:18:36 OK: 27571 distinct packages available 2026-02-12 23:18:36 OK: 570.1 MiB in 210 packages 2026-02-12 23:18:37 Setup was previously completed, skipping... 2026-02-12 23:18:37 *** install additional python packages *** 2026-02-12 23:18:37 Using Python 3.12.12 environment at: /usr 2026-02-12 23:18:37 Resolved 36 packages in 267ms 2026-02-12 23:18:37 Downloading lap (1.6MiB) 2026-02-12 23:18:37 Downloading pillow (6.8MiB) 2026-02-12 23:18:37 Downloading numpy (17.7MiB) 2026-02-12 23:18:37 Downloading scipy (35.7MiB) 2026-02-12 23:18:37 Building llvmlite==0.46.0 2026-02-12 23:18:38 Building langdetect==1.0.9 2026-02-12 23:18:38 Downloaded lap 2026-02-12 23:18:38 Building numba==0.63.1 2026-02-12 23:18:38 Downloaded pillow 2026-02-12 23:18:39 × Failed to build `llvmlite==0.46.0` 2026-02-12 23:18:39 ├─▶ The build backend returned an error 2026-02-12 23:18:39 ╰─▶ Call to `setuptools.build_meta:__legacy__.build_wheel` failed (exit 2026-02-12 23:18:39 status: 1) 2026-02-12 23:18:39 2026-02-12 23:18:39 [stdout] 2026-02-12 23:18:39 running bdist_wheel 2026-02-12 23:18:39 2026-02-12 23:18:39 [stderr] 2026-02-12 23:18:39 /run/lidarr-temp/.tmpZ0jhen/builds-v0/.tmpLm7CG1/lib/python3.12/site-packages/setuptools/_vendor/wheel/bdist_wheel.py:4: 2026-02-12 23:18:39 FutureWarning: The 'wheel' package is no longer the canonical location 2026-02-12 23:18:39 of the 'bdist_wheel' command, and will be removed in a future release. 2026-02-12 23:18:39 Please update to setuptools v70.1 or later which contains an integrated 2026-02-12 23:18:39 version of this command. 2026-02-12 23:18:39 warn( 2026-02-12 23:18:39 Traceback (most recent call last): 2026-02-12 23:18:39 File "<string>", line 11, in <module> 2026-02-12 23:18:39 File 2026-02-12 23:18:39 "/run/lidarr-temp/.tmpZ0jhen/builds-v0/.tmpLm7CG1/lib/python3.12/site-packages/setuptools/build_meta.py", 2026-02-12 23:18:39 line 438, in build_wheel 2026-02-12 23:18:39 return _build(['bdist_wheel']) 2026-02-12 23:18:39 ^^^^^^^^^^^^^^^^^^^^^^^ 2026-02-12 23:18:39 File 2026-02-12 23:18:39 "/run/lidarr-temp/.tmpZ0jhen/builds-v0/.tmpLm7CG1/lib/python3.12/site-packages/setuptools/build_meta.py", 2026-02-12 23:18:39 line 429, in _build 2026-02-12 23:18:39 return self._build_with_temp_dir( 2026-02-12 23:18:39 ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-02-12 23:18:39 File 2026-02-12 23:18:39 "/run/lidarr-temp/.tmpZ0jhen/builds-v0/.tmpLm7CG1/lib/python3.12/site-packages/setuptools/build_meta.py", 2026-02-12 23:18:39 line 410, in _build_with_temp_dir 2026-02-12 23:18:39 self.run_setup() 2026-02-12 23:18:39 File 2026-02-12 23:18:39 "/run/lidarr-temp/.tmpZ0jhen/builds-v0/.tmpLm7CG1/lib/python3.12/site-packages/setuptools/build_meta.py", 2026-02-12 23:18:39 line 520, in run_setup 2026-02-12 23:18:39 super().run_setup(setup_script=setup_script) 2026-02-12 23:18:39 File 2026-02-12 23:18:39 "/run/lidarr-temp/.tmpZ0jhen/builds-v0/.tmpLm7CG1/lib/python3.12/site-packages/setuptools/build_meta.py", 2026-02-12 23:18:39 line 317, in run_setup 2026-02-12 23:18:39 exec(code, locals()) 2026-02-12 23:18:39 File "<string>", line 187, in <module> 2026-02-12 23:18:39 File 2026-02-12 23:18:39 "/run/lidarr-temp/.tmpZ0jhen/builds-v0/.tmpLm7CG1/lib/python3.12/site-packages/setuptools/__init__.py", 2026-02-12 23:18:39 line 117, in setup 2026-02-12 23:18:39 return distutils.core.setup(**attrs) # type: ignore[return-value] 2026-02-12 23:18:39 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-02-12 23:18:39 File 2026-02-12 23:18:39 "/run/lidarr-temp/.tmpZ0jhen/builds-v0/.tmpLm7CG1/lib/python3.12/site-packages/setuptools/_distutils/core.py", 2026-02-12 23:18:39 line 186, in setup 2026-02-12 23:18:39 return run_commands(dist) 2026-02-12 23:18:39 ^^^^^^^^^^^^^^^^^^ 2026-02-12 23:18:39 File 2026-02-12 23:18:39 "/run/lidarr-temp/.tmpZ0jhen/builds-v0/.tmpLm7CG1/lib/python3.12/site-packages/setuptools/_distutils/core.py", 2026-02-12 23:18:39 line 202, in run_commands 2026-02-12 23:18:39 dist.run_commands() 2026-02-12 23:18:39 File 2026-02-12 23:18:39 "/run/lidarr-temp/.tmpZ0jhen/builds-v0/.tmpLm7CG1/lib/python3.12/site-packages/setuptools/_distutils/dist.py", 2026-02-12 23:18:39 line 1000, in run_commands 2026-02-12 23:18:39 self.run_command(cmd) 2026-02-12 23:18:39 File 2026-02-12 23:18:39 "/run/lidarr-temp/.tmpZ0jhen/builds-v0/.tmpLm7CG1/lib/python3.12/site-packages/setuptools/dist.py", 2026-02-12 23:18:39 line 1107, in run_command 2026-02-12 23:18:39 super().run_command(command) 2026-02-12 23:18:39 File 2026-02-12 23:18:39 "/run/lidarr-temp/.tmpZ0jhen/builds-v0/.tmpLm7CG1/lib/python3.12/site-packages/setuptools/_distutils/dist.py", 2026-02-12 23:18:39 line 1019, in run_command 2026-02-12 23:18:39 cmd_obj.run() 2026-02-12 23:18:39 File "<string>", line 149, in run 2026-02-12 23:18:39 File "<string>", line 67, in build_library_files 2026-02-12 23:18:39 TypeError: spawn() got an unexpected keyword argument 'dry_run' 2026-02-12 23:18:39 2026-02-12 23:18:39 hint: This usually indicates a problem with the package or the build 2026-02-12 23:18:39 environment. 2026-02-12 23:18:39 help: `llvmlite` (v0.46.0) was included because `beets` (v2.6.1) depends on 2026-02-12 23:18:39 `numba` (v0.63.1) which depends on `llvmlite` 2026-02-12 23:18:39 [custom-init] scripts_init.bash.bkp: exited 1 2026-02-12 23:18:39 2026-02-13 00:18:39 :: ARLChecker :: 2.0 :: Starting ARL Token Check... 2026-02-12 23:18:39 2026-02-13 00:18:39 :: Video :: 4.0 :: Starting Script.... 2026-02-12 23:18:39 2026-02-13 00:18:39 :: TidalVideoDownloader :: 2.1 :: Starting Script.... 2026-02-12 23:18:39 2026-02-13 00:18:39 :: UnmappedFilesCleaner :: 1.4 :: Script starting... 2026-02-12 23:18:39 2026-02-13 00:18:39 :: Audio :: 2.48 :: Starting Script.... 2026-02-12 23:18:39 2026-02-13 00:18:39 :: TidalVideoDownloader :: 2.1 :: ERROR: videoPath is not configured via the "/config/extended.conf" config file... 2026-02-12 23:18:39 2026-02-13 00:18:39 :: UnmappedFilesCleaner :: 1.4 :: Script is not enabled, enable by setting enableUnmappedFilesCleaner to "true" by modifying the "/config/extended.conf" config file... 2026-02-12 23:18:39 2026-02-13 00:18:39 :: TidalVideoDownloader :: 2.1 :: Updated your "/config/extended.conf" file with the latest options, see: https://github.com/RandomNinjaAtk/arr-scripts/blob/main/lidarr/extended.conf 2026-02-12 23:18:39 2026-02-13 00:18:39 :: AutoArtistAdder :: 2.4 :: Script starting... 2026-02-12 23:18:39 2026-02-13 00:18:39 :: UnmappedFilesCleaner :: 1.4 :: Sleeping (infinity) 2026-02-12 23:18:39 2026-02-13 00:18:39 :: TidalVideoDownloader :: 2.1 :: Sleeping (infinity) 2026-02-12 23:18:39 2026-02-13 00:18:39 :: Video :: 4.0 :: ERROR: videoPath is not configured via the "/config/extended.conf" config file... 2026-02-12 23:18:39 2026-02-13 00:18:39 :: AutoArtistAdder :: 2.4 :: Script is not enabled, enable by setting addDeezerTopArtists. addDeezerTopAlbumArtists, addDeezerTopTrackArtists or addRelatedArtists to "true" by modifying the "/config/extended.conf" config file... 2026-02-12 23:18:39 2026-02-13 00:18:39 :: Video :: 4.0 :: Updated your "/config/extended.conf" file with the latest options, see: https://github.com/RandomNinjaAtk/arr-scripts/blob/main/lidarr/extended.conf 2026-02-12 23:18:39 2026-02-13 00:18:39 :: AutoArtistAdder :: 2.4 :: Sleeping (infinity) 2026-02-12 23:18:39 2026-02-13 00:18:39 :: Video :: 4.0 :: Sleeping (infinity) 2026-02-12 23:18:39 Traceback (most recent call last): 2026-02-12 23:18:39 File "/custom-services.d/python/ARLChecker.py", line 2, in <module> 2026-02-12 23:18:39 import requests 2026-02-12 23:18:39 ModuleNotFoundError: No module named 'requests' 2026-02-12 23:18:39 jq: parse error: Invalid numeric literal at line 2, column 0 2026-02-12 23:18:39 jq: parse error: Invalid numeric literal at line 2, column 0 2026-02-12 23:18:39 jq: parse error: Invalid numeric literal at line 2, column 0 2026-02-12 23:18:39 2026-02-13 00:18:39 :: ARLChecker :: 2.0 :: Found Interval in extended.conf 2026-02-12 23:18:39 2026-02-13 00:18:39 :: ARLChecker :: 2.0 :: ARL Token Check Complete. Sleeping for 24h. 2026-02-12 23:18:39 jq: parse error: Invalid numeric literal at line 2, column 0 2026-02-12 23:18:39 jq: parse error: Invalid numeric literal at line 2, column 0 2026-02-12 23:18:39 jq: parse error: Invalid numeric literal at line 2, column 0 2026-02-12 23:18:39 jq: parse error: Invalid numeric literal at line 2, column 0 2026-02-12 23:18:39 jq: parse error: Invalid numeric literal at line 2, column 0 2026-02-12 23:18:39 jq: parse error: Invalid numeric literal at line 2, column 0 2026-02-12 23:18:39 jq: parse error: Invalid numeric literal at line 2, column 0 2026-02-12 23:18:39 jq: parse error: Invalid numeric literal at line 2, column 0 2026-02-12 23:18:39 jq: parse error: Invalid numeric literal at line 2, column 0 2026-02-12 23:18:39 2026-02-13 00:18:39 :: QueueCleaner :: 2.1 :: is not ready, sleeping until valid response... 2026-02-12 23:18:39 2026-02-12 23:18:39 :: AutoConfig :: 3.2 :: is not ready, sleeping until valid response... 2026-02-12 23:18:39 2026-02-13 00:18:39 :: Audio :: 2.48 :: is not ready, sleeping until valid response... 2026-02-12 23:18:40 [Info] Bootstrap: Starting Lidarr - /app/lidarr/bin/Lidarr - Version 3.1.0.4875 2026-02-12 23:18:40 [Info] AppFolderInfo: Data directory is being overridden to [/config] 2026-02-12 23:18:40 [Debug] Bootstrap: Console selected 2026-02-12 23:18:40 [Info] AppFolderInfo: Data directory is being overridden to [/config] 2026-02-12 23:18:40 [Info] AppFolderInfo: Data directory is being overridden to [/config] 2026-02-12 23:18:40 2026-02-13 00:18:40 :: QueueCleaner :: 2.1 :: is not ready, sleeping until valid response... 2026-02-12 23:18:40 2026-02-12 23:18:40 :: AutoConfig :: 3.2 :: is not ready, sleeping until valid response... 2026-02-12 23:18:40 2026-02-13 00:18:40 :: Audio :: 2.48 :: is not ready, sleeping until valid response... 2026-02-12 23:18:40 [Info] MigrationController: *** Migrating data source=/config/lidarr.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=100 *** 2026-02-12 23:18:40 [Info] FluentMigrator.Runner.MigrationRunner: DatabaseEngineVersionCheck migrating 2026-02-12 23:18:40 [Info] FluentMigrator.Runner.MigrationRunner: PerformDBOperation 2026-02-12 23:18:40 [Info] NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor: Performing DB Operation 2026-02-12 23:18:40 [Info] DatabaseEngineVersionCheck: SQLite 3.50.4 2026-02-12 23:18:40 [Info] FluentMigrator.Runner.MigrationRunner: => 0.0715581s 2026-02-12 23:18:40 [Info] FluentMigrator.Runner.MigrationRunner: DatabaseEngineVersionCheck migrated 2026-02-12 23:18:40 [Info] FluentMigrator.Runner.MigrationRunner: => 0.0765619s 2026-02-12 23:18:40 [Info] MigrationController: *** Migrating data source=/config/logs.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=100 *** 2026-02-12 23:18:40 [Info] FluentMigrator.Runner.MigrationRunner: DatabaseEngineVersionCheck migrating 2026-02-12 23:18:40 [Info] FluentMigrator.Runner.MigrationRunner: PerformDBOperation 2026-02-12 23:18:40 [Info] NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor: Performing DB Operation 2026-02-12 23:18:40 [Info] DatabaseEngineVersionCheck: SQLite 3.50.4 2026-02-12 23:18:40 [Info] FluentMigrator.Runner.MigrationRunner: => 0.0065435s 2026-02-12 23:18:40 [Info] FluentMigrator.Runner.MigrationRunner: DatabaseEngineVersionCheck migrated 2026-02-12 23:18:40 [Info] FluentMigrator.Runner.MigrationRunner: => 0.0068125s 2026-02-12 23:18:41 [Info] Microsoft.Hosting.Lifetime: Now listening on: http://[::]:8686 2026-02-12 23:18:41 2026-02-13 00:18:41 :: QueueCleaner :: 2.1 :: is not ready, sleeping until valid response... 2026-02-12 23:18:41 2026-02-13 00:18:41 :: Audio :: 2.48 :: is not ready, sleeping until valid response... 2026-02-12 23:18:41 2026-02-12 23:18:41 :: AutoConfig :: 3.2 :: is not ready, sleeping until valid response... 2026-02-12 23:18:41 [ls.io-init] done. 2026-02-12 23:18:42 [Info] Microsoft.Hosting.Lifetime: Application started. Press Ctrl+C to shut down. 2026-02-12 23:18:42 [Info] Microsoft.Hosting.Lifetime: Hosting environment: Production 2026-02-12 23:18:42 [Info] Microsoft.Hosting.Lifetime: Content root path: /app/lidarr/bin 2026-02-12 23:18:42 [Info] ManagedHttpDispatcher: IPv4 is available: True, IPv6 will be disabled 2026-02-12 23:18:42 2026-02-13 00:18:42 :: QueueCleaner :: 2.1 :: is not ready, sleeping until valid response... 2026-02-12 23:18:42 2026-02-13 00:18:42 :: Audio :: 2.48 :: is not ready, sleeping until valid response... 2026-02-12 23:18:42 2026-02-12 23:18:42 :: AutoConfig :: 3.2 :: is not ready, sleeping until valid response... 2026-02-12 23:18:43 2026-02-13 00:18:43 :: QueueCleaner :: 2.1 :: is not ready, sleeping until valid response... 2026-02-12 23:18:43 2026-02-13 00:18:43 :: Audio :: 2.48 :: is not ready, sleeping until valid response... 2026-02-12 23:18:43 2026-02-12 23:18:43 :: AutoConfig :: 3.2 :: is not ready, sleeping until valid response... 2026-02-12 23:18:44 2026-02-12 23:18:44 :: AutoConfig :: 3.2 :: is not ready, sleeping until valid response... 2026-02-12 23:18:44 2026-02-13 00:18:44 :: QueueCleaner :: 2.1 :: is not ready, sleeping until valid response... 2026-02-12 23:18:44 2026-02-13 00:18:44 :: Audio :: 2.48 :: is not ready, sleeping until valid response... 2026-02-12 23:18:45 2026-02-12 23:18:45 :: AutoConfig :: 3.2 :: is not ready, sleeping until valid response... 2026-02-12 23:18:45 2026-02-13 00:18:45 :: Audio :: 2.48 :: is not ready, sleeping until valid response... 2026-02-12 23:18:45 2026-02-13 00:18:45 :: QueueCleaner :: 2.1 :: is not ready, sleeping until valid response... 2026-02-12 23:18:46 2026-02-12 23:18:46 :: AutoConfig :: 3.2 :: is not ready, sleeping until valid response... 2026-02-12 23:18:46 2026-02-13 00:18:46 :: Audio :: 2.48 :: is not ready, sleeping until valid response... 2026-02-12 23:18:46 2026-02-13 00:18:46 :: QueueCleaner :: 2.1 :: is not ready, sleeping until valid response... 2026-02-12 23:18:47 2026-02-13 00:18:47 :: QueueCleaner :: 2.1 :: is not ready, sleeping until valid response... 2026-02-12 23:18:47 2026-02-13 00:18:47 :: Audio :: 2.48 :: is not ready, sleeping until valid response... 2026-02-12 23:18:47 2026-02-12 23:18:47 :: AutoConfig :: 3.2 :: is not ready, sleeping until valid response... 2026-02-12 23:18:48 2026-02-13 00:18:48 :: QueueCleaner :: 2.1 :: is not ready, sleeping until valid response... 2026-02-12 23:18:48 2026-02-13 00:18:48 :: Audio :: 2.48 :: is not ready, sleeping until valid response... 2026-02-12 23:18:48 2026-02-12 23:18:48 :: AutoConfig :: 3.2 :: is not ready, sleeping until valid response... 2026-02-12 23:18:49 2026-02-13 00:18:49 :: QueueCleaner :: 2.1 :: is not ready, sleeping until valid response... 2026-02-12 23:18:49 2026-02-13 00:18:49 :: Audio :: 2.48 :: is not ready, sleeping until valid response... 2026-02-12 23:18:49 2026-02-12 23:18:49 :: AutoConfig :: 3.2 :: is not ready, sleeping until valid response... 2026-02-12 23:18:50 2026-02-13 00:18:50 :: QueueCleaner :: 2.1 :: is not ready, sleeping until valid response... 2026-02-12 23:18:50 2026-02-12 23:18:50 :: AutoConfig :: 3.2 :: is not ready, sleeping until valid response... 2026-02-12 23:18:50 2026-02-13 00:18:50 :: Audio :: 2.48 :: is not ready, sleeping until valid response... 2026-02-12 23:18:51 2026-02-13 00:18:51 :: QueueCleaner :: 2.1 :: is not ready, sleeping until valid response... 2026-02-12 23:18:51 2026-02-13 00:18:51 :: Audio :: 2.48 :: is not ready, sleeping until valid response... 2026-02-12 23:18:51 2026-02-12 23:18:51 :: AutoConfig :: 3.2 :: is not ready, sleeping until valid response... 2026-02-12 23:18:52 2026-02-13 00:18:52 :: QueueCleaner :: 2.1 :: is not ready, sleeping until valid response... 2026-02-12 23:18:52 2026-02-12 23:18:52 :: AutoConfig :: 3.2 :: is not ready, sleeping until valid response... 2026-02-12 23:18:52 2026-02-13 00:18:52 :: Audio :: 2.48 :: is not ready, sleeping until valid response... 2026-02-12 23:18:53 2026-02-13 00:18:53 :: QueueCleaner :: 2.1 :: is not ready, sleeping until valid response... 2026-02-12 23:18:53 2026-02-13 00:18:53 :: Audio :: 2.48 :: is not ready, sleeping until valid response... 2026-02-12 23:18:53 2026-02-12 23:18:53 :: AutoConfig :: 3.2 :: is not ready, sleeping until valid response... 2026-02-12 23:18:54 2026-02-13 00:18:54 :: QueueCleaner :: 2.1 :: is not ready, sleeping until valid response... 2026-02-12 23:18:54 2026-02-12 23:18:54 :: AutoConfig :: 3.2 :: is not ready, sleeping until valid response... 2026-02-12 23:18:54 2026-02-13 00:18:54 :: Audio :: 2.48 :: is not ready, sleeping until valid response... 2026-02-12 23:18:55 2026-02-13 00:18:55 :: QueueCleaner :: 2.1 :: is not ready, sleeping until valid response... 2026-02-12 23:18:55 2026-02-13 00:18:55 :: Audio :: 2.48 :: is not ready, sleeping until valid response... 2026-02-12 23:18:55 2026-02-12 23:18:55 :: AutoConfig :: 3.2 :: is not ready, sleeping until valid response... 2026-02-12 23:18:56 2026-02-13 00:18:56 :: QueueCleaner :: 2.1 :: is not ready, sleeping until valid response... 2026-02-12 23:18:56 2026-02-13 00:18:56 :: Audio :: 2.48 :: is not ready, sleeping until valid response... 2026-02-12 23:18:56 2026-02-12 23:18:56 :: AutoConfig :: 3.2 :: is not ready, sleeping until valid response... 2026-02-12 23:18:57 2026-02-13 00:18:57 :: QueueCleaner :: 2.1 :: is not ready, sleeping until valid response... 2026-02-12 23:18:57 2026-02-12 23:18:57 :: AutoConfig :: 3.2 :: is not ready, sleeping until valid response... 2026-02-12 23:18:57 2026-02-13 00:18:57 :: Audio :: 2.48 :: is not ready, sleeping until valid response... 2026-02-12 23:18:58 2026-02-13 00:18:58 :: QueueCleaner :: 2.1 :: is not ready, sleeping until valid response... 2026-02-12 23:18:58 2026-02-12 23:18:58 :: AutoConfig :: 3.2 :: is not ready, sleeping until valid response... 2026-02-12 23:18:58 2026-02-13 00:18:58 :: Audio :: 2.48 :: is not ready, sleeping until valid response... 2026-02-12 23:18:59 2026-02-13 00:18:59 :: QueueCleaner :: 2.1 :: is not ready, sleeping until valid response... 2026-02-12 23:18:59 2026-02-12 23:18:59 :: AutoConfig :: 3.2 :: is not ready, sleeping until valid response... 2026-02-12 23:18:59 2026-02-13 00:18:59 :: Audio :: 2.48 :: is not ready, sleeping until valid response... 2026-02-12 23:19:00 2026-02-13 00:19:00 :: QueueCleaner :: 2.1 :: is not ready, sleeping until valid response... 2026-02-12 23:19:01 2026-02-12 23:19:01 :: AutoConfig :: 3.2 :: is not ready, sleeping until valid response... 2026-02-12 23:19:01 2026-02-13 00:19:01 :: Audio :: 2.48 :: is not ready, sleeping until valid response... 2026-02-12 23:19:01 2026-02-13 00:19:01 :: QueueCleaner :: 2.1 :: is not ready, sleeping until valid response... 2026-02-12 23:19:02 2026-02-12 23:19:02 :: AutoConfig :: 3.2 :: is not ready, sleeping until valid response... 2026-02-12 23:19:02 2026-02-13 00:19:02 :: Audio :: 2.48 :: is not ready, sleeping until valid response... 2026-02-12 23:19:03 2026-02-13 00:19:03 :: QueueCleaner :: 2.1 :: is not ready, sleeping until valid response... 2026-02-12 23:19:03 2026-02-12 23:19:03 :: AutoConfig :: 3.2 :: is not ready, sleeping until valid response... 2026-02-12 23:19:03 2026-02-13 00:19:03 :: Audio :: 2.48 :: is not ready, sleeping until valid response... 2026-02-12 23:19:04 2026-02-13 00:19:04 :: QueueCleaner :: 2.1 :: is not ready, sleeping until valid response... 2026-02-12 23:19:04 2026-02-12 23:19:04 :: AutoConfig :: 3.2 :: is not ready, sleeping until valid response... 2026-02-12 23:19:04 2026-02-13 00:19:04 :: Audio :: 2.48 :: is not ready, sleeping until valid response... 2026-02-12 23:19:05 2026-02-13 00:19:05 :: QueueCleaner :: 2.1 :: is not ready, sleeping until valid response... 2026-02-12 23:19:05 2026-02-12 23:19:05 :: AutoConfig :: 3.2 :: is not ready, sleeping until valid response... 2026-02-12 23:19:05 2026-02-13 00:19:05 :: Audio :: 2.48 :: is not ready, sleeping until valid response... 2026-02-12 23:19:06 2026-02-13 00:19:06 :: QueueCleaner :: 2.1 :: is not ready, sleeping until valid response... 2026-02-12 23:19:06 2026-02-12 23:19:06 :: AutoConfig :: 3.2 :: is not ready, sleeping until valid response... 2026-02-12 23:19:06 2026-02-13 00:19:06 :: Audio :: 2.48 :: is not ready, sleeping until valid response... 2026-02-12 23:19:07 2026-02-13 00:19:07 :: QueueCleaner :: 2.1 :: is not ready, sleeping until valid response... 2026-02-12 23:19:07 2026-02-12 23:19:07 :: AutoConfig :: 3.2 :: is not ready, sleeping until valid response... 2026-02-12 23:19:07 2026-02-13 00:19:07 :: Audio :: 2.48 :: is not ready, sleeping until valid response... 2026-02-12 23:19:08 2026-02-13 00:19:08 :: QueueCleaner :: 2.1 :: is not ready, sleeping until valid response... 2026-02-12 23:19:08 2026-02-12 23:19:08 :: AutoConfig :: 3.2 :: is not ready, sleeping until valid response... 2026-02-12 23:19:08 2026-02-13 00:19:08 :: Audio :: 2.48 :: is not ready, sleeping until valid response... 2026-02-12 23:19:08 [Info] Lidarr.Http.Authentication.ApiKeyAuthenticationHandler: AuthenticationScheme: API was challenged. 2026-02-12 23:19:09 2026-02-13 00:19:09 :: QueueCleaner :: 2.1 :: is not ready, sleeping until valid response... 2026-02-12 23:19:09 2026-02-12 23:19:09 :: AutoConfig :: 3.2 :: is not ready, sleeping until valid response... 2026-02-12 23:19:09 2026-02-13 00:19:09 :: Audio :: 2.48 :: is not ready, sleeping until valid response... 2026-02-12 23:19:10 2026-02-13 00:19:10 :: QueueCleaner :: 2.1 :: is not ready, sleeping until valid response... 2026-02-12 23:19:10 2026-02-12 23:19:10 :: AutoConfig :: 3.2 :: is not ready, sleeping until valid response... 2026-02-12 23:19:10 2026-02-13 00:19:10 :: Audio :: 2.48 :: is not ready, sleeping until valid response... 2026-02-12 23:19:10 [Info] Microsoft.Hosting.Lifetime: Application is shutting down... 2026-02-12 23:19:10 [Info] RootFolderWatchingService: Stopping directory watching for path /nas/media/music 2026-02-12 23:19:10 [Info] ConsoleApp: Exiting main. 2026-02-12 23:19:14 ╔═════════════════════════════════════════════════════════════════════════╗ 2026-02-12 23:19:14 ║ ║ 2026-02-12 23:19:14 ║ Some of the contents of the folder /custom-services.d ║ 2026-02-12 23:19:14 ║ have write permissions for others, which is a security risk. ║ 2026-02-12 23:19:14 ║ ║ 2026-02-12 23:19:14 ║ Please review the permissions of this folder and its contents to make ║ 2026-02-12 23:19:14 ║ sure they are owned by root, and can only be modified by root. ║ 2026-02-12 23:19:14 ║ ║ 2026-02-12 23:19:14 ╚═════════════════════════════════════════════════════════════════════════╝ 2026-02-12 23:19:14 [custom-init] removing existing custom services... 2026-02-12 23:19:14 [custom-init] Service files found in /custom-services.d 2026-02-12 23:19:14 [custom-init] ARLChecker: service detected, copying... 2026-02-12 23:19:14 [custom-init] ARLChecker: copied 2026-02-12 23:19:14 [custom-init] Audio: service detected, copying... 2026-02-12 23:19:14 [custom-init] Audio: copied 2026-02-12 23:19:14 [custom-init] AutoArtistAdder: service detected, copying... 2026-02-12 23:19:14 [custom-init] AutoArtistAdder: copied 2026-02-12 23:19:14 [custom-init] AutoConfig: service detected, copying... 2026-02-12 23:19:14 [custom-init] AutoConfig: copied 2026-02-12 23:19:14 [custom-init] QueueCleaner: service detected, copying... 2026-02-12 23:19:14 [custom-init] QueueCleaner: copied 2026-02-12 23:19:14 [custom-init] TidalVideoDownloader: service detected, copying... 2026-02-12 23:19:14 [custom-init] TidalVideoDownloader: copied 2026-02-12 23:19:14 [custom-init] UnmappedFilesCleaner: service detected, copying... 2026-02-12 23:19:14 [custom-init] UnmappedFilesCleaner: copied 2026-02-12 23:19:14 [custom-init] Video: service detected, copying... 2026-02-12 23:19:14 [custom-init] Video: copied 2026-02-12 23:19:14 [custom-init] python: is not a file 2026-02-12 23:19:14 [migrations] started 2026-02-12 23:19:14 [migrations] no migrations found 2026-02-12 23:19:14 usermod: no changes 2026-02-12 23:19:14 ─────────────────────────────────────── 2026-02-12 23:19:14 2026-02-12 23:19:14 ██╗ ███████╗██╗ ██████╗ 2026-02-12 23:19:14 ██║ ██╔════╝██║██╔═══██╗ 2026-02-12 23:19:14 ██║ ███████╗██║██║ ██║ 2026-02-12 23:19:14 ██║ ╚════██║██║██║ ██║ 2026-02-12 23:19:14 ███████╗███████║██║╚██████╔╝ 2026-02-12 23:19:14 ╚══════╝╚══════╝╚═╝ ╚═════╝ 2026-02-12 23:19:14 2026-02-12 23:19:14 Brought to you by linuxserver.io 2026-02-12 23:19:14 ─────────────────────────────────────── 2026-02-12 23:19:14 2026-02-12 23:19:14 To support the app dev(s) visit: 2026-02-12 23:19:14 Lidarr: https://opencollective.com/lidarr 2026-02-12 23:19:14 2026-02-12 23:19:14 To support LSIO projects visit: 2026-02-12 23:19:14 https://www.linuxserver.io/donate/ 2026-02-12 23:19:14 2026-02-12 23:19:14 ─────────────────────────────────────── 2026-02-12 23:19:14 GID/UID 2026-02-12 23:19:14 ─────────────────────────────────────── 2026-02-12 23:19:14 2026-02-12 23:19:14 User UID: 1037 2026-02-12 23:19:14 User GID: 65538 2026-02-12 23:19:14 ─────────────────────────────────────── 2026-02-12 23:19:14 Linuxserver.io version: 3.1.0.4875-ls20 2026-02-12 23:19:14 Build-date: 2026-02-11T04:11:45+00:00 2026-02-12 23:19:14 ─────────────────────────────────────── 2026-02-12 23:19:14 2026-02-12 23:19:16 [custom-init] Files found, executing 2026-02-12 23:19:16 [custom-init] scripts_init.bash: executing... 2026-02-12 23:19:16 Setup was previously completed, skipping... 2026-02-12 23:19:16 [custom-init] scripts_init.bash: exited 0 2026-02-12 23:19:16 [custom-init] scripts_init.bash.bkp: executing... 2026-02-12 23:19:16 *** install mp3gain *** 2026-02-12 23:19:16 v3.23.3-94-g22e1801794f [http://dl-cdn.alpinelinux.org/alpine/v3.23/main] 2026-02-12 23:19:16 v3.23.3-93-gd1fe3d62066 [http://dl-cdn.alpinelinux.org/alpine/v3.23/community] 2026-02-12 23:19:16 OK: 27571 distinct packages available 2026-02-12 23:19:17 OK: 570.1 MiB in 210 packages 2026-02-12 23:19:17 Setup was previously completed, skipping... 2026-02-12 23:19:17 *** install additional python packages *** 2026-02-12 23:19:18 Using Python 3.12.12 environment at: /usr 2026-02-12 23:19:18 Resolved 36 packages in 255ms 2026-02-12 23:19:18 Downloading numpy (17.7MiB) 2026-02-12 23:19:18 Downloading pillow (6.8MiB) 2026-02-12 23:19:18 Downloading lap (1.6MiB) 2026-02-12 23:19:18 Downloading scipy (35.7MiB) 2026-02-12 23:19:18 Building llvmlite==0.46.0 2026-02-12 23:19:18 Building langdetect==1.0.9 2026-02-12 23:19:18 Downloaded lap 2026-02-12 23:19:18 Building numba==0.63.1 2026-02-12 23:19:19 Downloaded pillow 2026-02-12 23:19:19 × Failed to build `llvmlite==0.46.0` 2026-02-12 23:19:19 ├─▶ The build backend returned an error 2026-02-12 23:19:19 ╰─▶ Call to `setuptools.build_meta:__legacy__.build_wheel` failed (exit 2026-02-12 23:19:19 status: 1) 2026-02-12 23:19:19 2026-02-12 23:19:19 [stdout] 2026-02-12 23:19:19 running bdist_wheel 2026-02-12 23:19:19 2026-02-12 23:19:19 [stderr] 2026-02-12 23:19:19 /run/lidarr-temp/.tmpCUhGsT/builds-v0/.tmpnTEh2t/lib/python3.12/site-packages/setuptools/_vendor/wheel/bdist_wheel.py:4: 2026-02-12 23:19:19 FutureWarning: The 'wheel' package is no longer the canonical location 2026-02-12 23:19:19 of the 'bdist_wheel' command, and will be removed in a future release. 2026-02-12 23:19:19 Please update to setuptools v70.1 or later which contains an integrated 2026-02-12 23:19:19 version of this command. 2026-02-12 23:19:19 warn( 2026-02-12 23:19:19 Traceback (most recent call last): 2026-02-12 23:19:19 File "<string>", line 11, in <module> 2026-02-12 23:19:19 File 2026-02-12 23:19:19 "/run/lidarr-temp/.tmpCUhGsT/builds-v0/.tmpnTEh2t/lib/python3.12/site-packages/setuptools/build_meta.py", 2026-02-12 23:19:19 line 438, in build_wheel 2026-02-12 23:19:19 return _build(['bdist_wheel']) 2026-02-12 23:19:19 ^^^^^^^^^^^^^^^^^^^^^^^ 2026-02-12 23:19:19 File 2026-02-12 23:19:19 "/run/lidarr-temp/.tmpCUhGsT/builds-v0/.tmpnTEh2t/lib/python3.12/site-packages/setuptools/build_meta.py", 2026-02-12 23:19:19 line 429, in _build 2026-02-12 23:19:19 return self._build_with_temp_dir( 2026-02-12 23:19:19 ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-02-12 23:19:19 File 2026-02-12 23:19:19 "/run/lidarr-temp/.tmpCUhGsT/builds-v0/.tmpnTEh2t/lib/python3.12/site-packages/setuptools/build_meta.py", 2026-02-12 23:19:19 line 410, in _build_with_temp_dir 2026-02-12 23:19:19 self.run_setup() 2026-02-12 23:19:19 File 2026-02-12 23:19:19 "/run/lidarr-temp/.tmpCUhGsT/builds-v0/.tmpnTEh2t/lib/python3.12/site-packages/setuptools/build_meta.py", 2026-02-12 23:19:19 line 520, in run_setup 2026-02-12 23:19:19 super().run_setup(setup_script=setup_script) 2026-02-12 23:19:19 File 2026-02-12 23:19:19 "/run/lidarr-temp/.tmpCUhGsT/builds-v0/.tmpnTEh2t/lib/python3.12/site-packages/setuptools/build_meta.py", 2026-02-12 23:19:19 line 317, in run_setup 2026-02-12 23:19:19 exec(code, locals()) 2026-02-12 23:19:19 File "<string>", line 187, in <module> 2026-02-12 23:19:19 File 2026-02-12 23:19:19 "/run/lidarr-temp/.tmpCUhGsT/builds-v0/.tmpnTEh2t/lib/python3.12/site-packages/setuptools/__init__.py", 2026-02-12 23:19:19 line 117, in setup 2026-02-12 23:19:19 return distutils.core.setup(**attrs) # type: ignore[return-value] 2026-02-12 23:19:19 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-02-12 23:19:19 File 2026-02-12 23:19:19 "/run/lidarr-temp/.tmpCUhGsT/builds-v0/.tmpnTEh2t/lib/python3.12/site-packages/setuptools/_distutils/core.py", 2026-02-12 23:19:19 line 186, in setup 2026-02-12 23:19:19 return run_commands(dist) 2026-02-12 23:19:19 ^^^^^^^^^^^^^^^^^^ 2026-02-12 23:19:19 File 2026-02-12 23:19:19 "/run/lidarr-temp/.tmpCUhGsT/builds-v0/.tmpnTEh2t/lib/python3.12/site-packages/setuptools/_distutils/core.py", 2026-02-12 23:19:19 line 202, in run_commands 2026-02-12 23:19:19 dist.run_commands() 2026-02-12 23:19:19 File 2026-02-12 23:19:19 "/run/lidarr-temp/.tmpCUhGsT/builds-v0/.tmpnTEh2t/lib/python3.12/site-packages/setuptools/_distutils/dist.py", 2026-02-12 23:19:19 line 1000, in run_commands 2026-02-12 23:19:19 self.run_command(cmd) 2026-02-12 23:19:19 File 2026-02-12 23:19:19 "/run/lidarr-temp/.tmpCUhGsT/builds-v0/.tmpnTEh2t/lib/python3.12/site-packages/setuptools/dist.py", 2026-02-12 23:19:19 line 1107, in run_command 2026-02-12 23:19:19 super().run_command(command) 2026-02-12 23:19:19 File 2026-02-12 23:19:19 "/run/lidarr-temp/.tmpCUhGsT/builds-v0/.tmpnTEh2t/lib/python3.12/site-packages/setuptools/_distutils/dist.py", 2026-02-12 23:19:19 line 1019, in run_command 2026-02-12 23:19:19 cmd_obj.run() 2026-02-12 23:19:19 File "<string>", line 149, in run 2026-02-12 23:19:19 File "<string>", line 67, in build_library_files 2026-02-12 23:19:19 TypeError: spawn() got an unexpected keyword argument 'dry_run' 2026-02-12 23:19:19 2026-02-12 23:19:19 hint: This usually indicates a problem with the package or the build 2026-02-12 23:19:19 environment. 2026-02-12 23:19:19 help: `llvmlite` (v0.46.0) was included because `beets` (v2.6.1) depends on 2026-02-12 23:19:19 `numba` (v0.63.1) which depends on `llvmlite` 2026-02-12 23:19:19 [custom-init] scripts_init.bash.bkp: exited 1 2026-02-12 23:19:19 2026-02-13 00:19:19 :: ARLChecker :: 2.0 :: Starting ARL Token Check... 2026-02-12 23:19:19 2026-02-13 00:19:19 :: UnmappedFilesCleaner :: 1.4 :: Script starting... 2026-02-12 23:19:19 2026-02-13 00:19:19 :: TidalVideoDownloader :: 2.1 :: Starting Script.... 2026-02-12 23:19:19 2026-02-13 00:19:19 :: Video :: 4.0 :: Starting Script.... 2026-02-12 23:19:19 jq: parse error: Invalid numeric literal at line 2, column 0 2026-02-12 23:19:19 2026-02-13 00:19:19 :: UnmappedFilesCleaner :: 1.4 :: Script is not enabled, enable by setting enableUnmappedFilesCleaner to "true" by modifying the "/config/extended.conf" config file... 2026-02-12 23:19:19 2026-02-13 00:19:19 :: TidalVideoDownloader :: 2.1 :: ERROR: videoPath is not configured via the "/config/extended.conf" config file... 2026-02-12 23:19:19 2026-02-13 00:19:19 :: UnmappedFilesCleaner :: 1.4 :: Sleeping (infinity) 2026-02-12 23:19:19 2026-02-13 00:19:19 :: Audio :: 2.48 :: Starting Script.... 2026-02-12 23:19:19 2026-02-13 00:19:19 :: TidalVideoDownloader :: 2.1 :: Updated your "/config/extended.conf" file with the latest options, see: https://github.com/RandomNinjaAtk/arr-scripts/blob/main/lidarr/extended.conf 2026-02-12 23:19:19 2026-02-13 00:19:19 :: TidalVideoDownloader :: 2.1 :: Sleeping (infinity) 2026-02-12 23:19:19 2026-02-13 00:19:19 :: AutoArtistAdder :: 2.4 :: Script starting... 2026-02-12 23:19:19 jq: parse error: Invalid numeric literal at line 2, column 0 2026-02-12 23:19:19 2026-02-13 00:19:19 :: Video :: 4.0 :: ERROR: videoPath is not configured via the "/config/extended.conf" config file... 2026-02-12 23:19:19 jq: parse error: Invalid numeric literal at line 2, column 0 2026-02-12 23:19:19 2026-02-13 00:19:19 :: AutoArtistAdder :: 2.4 :: Script is not enabled, enable by setting addDeezerTopArtists. addDeezerTopAlbumArtists, addDeezerTopTrackArtists or addRelatedArtists to "true" by modifying the "/config/extended.conf" config file... 2026-02-12 23:19:19 2026-02-13 00:19:19 :: Video :: 4.0 :: Updated your "/config/extended.conf" file with the latest options, see: https://github.com/RandomNinjaAtk/arr-scripts/blob/main/lidarr/extended.conf 2026-02-12 23:19:19 2026-02-13 00:19:19 :: AutoArtistAdder :: 2.4 :: Sleeping (infinity) 2026-02-12 23:19:19 2026-02-13 00:19:19 :: Video :: 4.0 :: Sleeping (infinity) 2026-02-12 23:19:19 jq: parse error: Invalid numeric literal at line 2, column 0 2026-02-12 23:19:19 jq: parse error: Invalid numeric literal at line 2, column 0 2026-02-12 23:19:20 jq: parse error: Invalid numeric literal at line 2, column 0 2026-02-12 23:19:20 jq: parse error: Invalid numeric literal at line 2, column 0 2026-02-12 23:19:20 jq: parse error: Invalid numeric literal at line 2, column 0 2026-02-12 23:19:20 jq: parse error: Invalid numeric literal at line 2, column 0 2026-02-12 23:19:20 jq: parse error: Invalid numeric literal at line 2, column 0 2026-02-12 23:19:20 jq: parse error: Invalid numeric literal at line 2, column 0 2026-02-12 23:19:20 2026-02-12 23:19:20 :: AutoConfig :: 3.2 :: is not ready, sleeping until valid response... 2026-02-12 23:19:20 jq: parse error: Invalid numeric literal at line 2, column 0 2026-02-12 23:19:20 Traceback (most recent call last): 2026-02-12 23:19:20 File "/custom-services.d/python/ARLChecker.py", line 2, in <module> 2026-02-12 23:19:20 import requests 2026-02-12 23:19:20 ModuleNotFoundError: No module named 'requests' 2026-02-12 23:19:20 2026-02-13 00:19:20 :: QueueCleaner :: 2.1 :: is not ready, sleeping until valid response... 2026-02-12 23:19:20 2026-02-13 00:19:20 :: ARLChecker :: 2.0 :: Found Interval in extended.conf 2026-02-12 23:19:20 2026-02-13 00:19:20 :: ARLChecker :: 2.0 :: ARL Token Check Complete. Sleeping for 24h. 2026-02-12 23:19:20 2026-02-13 00:19:20 :: Audio :: 2.48 :: is not ready, sleeping until valid response... 2026-02-12 23:19:20 [Info] Bootstrap: Starting Lidarr - /app/lidarr/bin/Lidarr - Version 3.1.0.4875 2026-02-12 23:19:20 [Info] AppFolderInfo: Data directory is being overridden to [/config] 2026-02-12 23:19:20 [Debug] Bootstrap: Console selected 2026-02-12 23:19:20 [Info] AppFolderInfo: Data directory is being overridden to [/config] 2026-02-12 23:19:20 [Info] AppFolderInfo: Data directory is being overridden to [/config] 2026-02-12 23:19:20 [Info] MigrationController: *** Migrating data source=/config/lidarr.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=100 *** 2026-02-12 23:19:20 [Info] FluentMigrator.Runner.MigrationRunner: DatabaseEngineVersionCheck migrating 2026-02-12 23:19:20 [Info] FluentMigrator.Runner.MigrationRunner: PerformDBOperation 2026-02-12 23:19:20 [Info] NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor: Performing DB Operation 2026-02-12 23:19:21 [Info] DatabaseEngineVersionCheck: SQLite 3.50.4 2026-02-12 23:19:21 [Info] FluentMigrator.Runner.MigrationRunner: => 0.0355318s 2026-02-12 23:19:21 [Info] FluentMigrator.Runner.MigrationRunner: DatabaseEngineVersionCheck migrated 2026-02-12 23:19:21 [Info] FluentMigrator.Runner.MigrationRunner: => 0.0384601s 2026-02-12 23:19:21 [Info] MigrationController: *** Migrating data source=/config/logs.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=100 *** 2026-02-12 23:19:21 2026-02-12 23:19:21 :: AutoConfig :: 3.2 :: is not ready, sleeping until valid response... 2026-02-12 23:19:21 2026-02-13 00:19:21 :: QueueCleaner :: 2.1 :: is not ready, sleeping until valid response... 2026-02-12 23:19:21 [Info] FluentMigrator.Runner.MigrationRunner: DatabaseEngineVersionCheck migrating 2026-02-12 23:19:21 [Info] FluentMigrator.Runner.MigrationRunner: PerformDBOperation 2026-02-12 23:19:21 [Info] NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor: Performing DB Operation 2026-02-12 23:19:21 [Info] DatabaseEngineVersionCheck: SQLite 3.50.4 2026-02-12 23:19:21 [Info] FluentMigrator.Runner.MigrationRunner: => 0.0045483s 2026-02-12 23:19:21 2026-02-13 00:19:21 :: Audio :: 2.48 :: is not ready, sleeping until valid response... 2026-02-12 23:19:21 [Info] FluentMigrator.Runner.MigrationRunner: DatabaseEngineVersionCheck migrated 2026-02-12 23:19:21 [Info] FluentMigrator.Runner.MigrationRunner: => 0.0047254s 2026-02-12 23:19:21 [Info] Microsoft.Hosting.Lifetime: Now listening on: http://[::]:8686 2026-02-12 23:19:21 [Info] Microsoft.Hosting.Lifetime: Application started. Press Ctrl+C to shut down. 2026-02-12 23:19:21 [Info] Microsoft.Hosting.Lifetime: Hosting environment: Production 2026-02-12 23:19:21 [Info] Microsoft.Hosting.Lifetime: Content root path: /app/lidarr/bin 2026-02-12 23:19:21 [Info] ManagedHttpDispatcher: IPv4 is available: True, IPv6 will be disabled 2026-02-12 23:19:22 2026-02-12 23:19:22 :: AutoConfig :: 3.2 :: is not ready, sleeping until valid response... 2026-02-12 23:19:22 2026-02-13 00:19:22 :: QueueCleaner :: 2.1 :: is not ready, sleeping until valid response... 2026-02-12 23:19:22 2026-02-13 00:19:22 :: Audio :: 2.48 :: is not ready, sleeping until valid response... 2026-02-12 23:19:22 [ls.io-init] done.2026-02-12T23:19:23.089Z \2026-02-12 23:19:23 :: AutoConfig :: 3.2 :: is not ready, sleeping until valid response... 2026-02-12 23:19:23 ^2026-02-13 00:19:23 :: QueueCleaner :: 2.1 :: is not ready, sleeping until valid response... 2026-02-12 23:19:23 X2026-02-13 00:19:23 :: Audio :: 2.48 :: is not ready, sleeping until valid response... 2026-02-12 23:19:24 \2026-02-12 23:19:24 :: AutoConfig :: 3.2 :: is not ready, sleeping until valid response... 2026-02-12 23:19:24 ^2026-02-13 00:19:24 :: QueueCleaner :: 2.1 :: is not ready, sleeping until valid response... 2026-02-12 23:19:24 X2026-02-13 00:19:24 :: Audio :: 2.48 :: is not ready, sleeping until valid response... 2026-02-12 23:19:25 \2026-02-12 23:19:25 :: AutoConfig :: 3.2 :: is not ready, sleeping until valid response... ```
Author
Owner

@mkaltner commented on GitHub (Feb 12, 2026):

You can't create a backup file, it runs everything. Remove scripts_init.bash.bkp

For these errors: ^2026-02-13 00:19:24 :: QueueCleaner :: 2.1 :: is not ready, sleeping until valid response...

See my other PR linked above

@mkaltner commented on GitHub (Feb 12, 2026): You can't create a backup file, it runs everything. Remove scripts_init.bash.bkp For these errors: ^2026-02-13 00:19:24 :: QueueCleaner :: 2.1 :: is not ready, sleeping until valid response... See my other PR linked above
Author
Owner

@progecon commented on GitHub (Feb 12, 2026):

Thank you, I got it running now, and will take your other PR into account.

Just so you know, there seems to be one more thing with LyricExtractor.bash:

[[Error] LyricExtractor.bash: jq: parse error: Invalid numeric literal at line 1, column 6

@progecon commented on GitHub (Feb 12, 2026): Thank you, I got it running now, and will take your other PR into account. Just so you know, there seems to be one more thing with `LyricExtractor.bash`: `[[Error] LyricExtractor.bash: jq: parse error: Invalid numeric literal at line 1, column 6 `
Author
Owner

@mkaltner commented on GitHub (Feb 12, 2026):

I'm not a formal contributor, just fixing things that are keeping me from using the scripts. :)

@mkaltner commented on GitHub (Feb 12, 2026): I'm not a formal contributor, just fixing things that are keeping me from using the scripts. :)
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/arr-scripts#221
No description provided.