Closed Fma965 closed 3 years ago
Hopefully fixed in https://github.com/Inrixia/Floatplane-Downloader/commit/8e2b3b3a8dc4a7e23372aa8159ee76e9585e36bb let me know.
@Fma965 Is this fixed?
I haven't tried it. I'd assume so though, consider it solved unless you hear from me in the future ;)
I have spent numerous days of solid downloads on headless mode, not ran into it, safe to consider it fixed on the dev branch
Thanks, considering fixed
BTW this still doesn't work when headless is set to true
Please try a clean install and let me know if its still not working
define "clean install" in regards to docker
Either completely delete the container and clear any mounts. Or create a new container with empty mounts. IE no config etc or video files
No luck, same issue
Are you sure you are running the latest version. Can I get your logs output and a copy of your settings?
As far as i can tell yes, i'll get a proper output without any complications later today
looks like it's using the wrong path for ffmpeg
if i set headless to false it works
Looks like you missed a line when fixing this? https://github.com/Inrixia/Floatplane-Downloader/issues/57
i suspect here is your issue https://github.com/Inrixia/Floatplane-Downloader/blob/9dcb6a308616593913299846aff5936c97691286/src/lib/Video.ts#L172
EDIT: i would make a PR but i don't know the syntax of this language.