docker-lidarr-extended icon indicating copy to clipboard operation
docker-lidarr-extended copied to clipboard

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

Open jackmaninov opened this issue 1 year ago • 0 comments

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:

  • Docker Version: 20.10.23, build 876964a
  • Extended Script Version: 1.0.11

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

jackmaninov avatar Jul 08 '23 19:07 jackmaninov