[BUG]: Crash at the end of download on containered version #680
Labels
No labels
Wrong-Place
bug
cli
dependencies
documentation
duplicate
enhancement
good first issue
help wanted
ice
invalid
question
request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Creepso/multi-downloader-nx#680
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Program version
master (2488edc0243d8bef88db805aca0997bd23a4f41)
Operating System
Linux
Type
GUI
Service
Crunchyroll
Command used
aniDL
Show ID
G60914JM6
Episode
1
Console Output
Additional Information
I am using the docker image that I compiled myself from the master branch.
The error most likely comes from the fact that I changed the user who is runing the the app within the container. However, it somehow manages to download all the parts and to create the directory structure for it.
The error only appears at the end, when it tries to mux the files together.
I already tried and succeded to fix this by letting the container run as root. But this is not a acceptable solution for me as it runs on my self hosted server and is available from the internet.
You need to change the permission/ownership of the output folder to your user, otherwise, it will fail as you have seen.
Yes, that's what I did as a workaround.
However, since the app manages to download the parts, and to generate the subdirectories,
it means it should already be able to work in that directory without me having to modify the docker image.
The
/appdirectory doesn't have write rights and ther's basically no reason for which the app would have exec anmkdircommand on that path in the first place since it always exist..