RandomNinjaAtk / docker-lidarr-extended

lidarr-extended :: Lidarr application packaged with multiple scripts to provide additional functionality
GNU General Public License v3.0
275 stars 24 forks source link

[Bug]: find: /downloads-lidarr-extended/incomplete/: No such file or directory #262

Open jackmaninov opened 1 year ago

jackmaninov commented 1 year ago

Describe the bug Each time Audio.sh starts, after the first download is consolidated the following error is logged:

find: /downloads-lidarr-extended/incomplete/: No such file or directory

After the first time it is run, freyr seems to create an empty /downloads-lidarr-extended directory.

The offending line in the script seems to be;

DownloadClientFreyr () {
  freyr --no-bar -d /downloads-lidarr-extended/incomplete deezer:album:$1
}

which I assume should be updated something like:

DownloadClientFreyr () {
  freyr --no-bar -d "$downloadPath"/incomplete deezer:album:$1
}

To Reproduce Steps to reproduce the behavior:

  1. Restart lidar-extended container
  2. Wait for first download to complete
  3. Error pops

Expected behavior Freyr is run in the configured download directory

Log Data See above.

Docker Info:

Additional context Audio :: 1.0.11 :: Download Location: /downloads