Skip to content
This repository has been archived by the owner on Jul 12, 2023. It is now read-only.

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

Open
jackmaninov opened this issue Jul 8, 2023 · 0 comments

Comments

@jackmaninov
Copy link

jackmaninov commented Jul 8, 2023

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant