Open scockburn opened 6 months ago
Same problem here on Arch Linux.
I posted about this also here: https://github.com/prof79/fansly-downloader-ng/issues/72#issuecomment-2212903551
This only happens in the binary release for linux and I did a little write up on it there.
Bug Description
When downloading a posted video, the download runs as expected but ends in an ffmpeg error. The downloaded video is not corrupted, i verified this by downloading it manually and running ffmpeg over it to merge audio and video. Important: This error must be a result of some conflict with ffmpeg installed via apt. This error no longer occurs after uninstalling ffmpeg package. But i need ffmpeg because another application depends on it.
Expected behavior
The script successfully downloads and processes the video.
Actual behavior
The script crashes while trying to process the video with ffmpeg. It reports missing version GLIBC_3.4.32.
Here is the full error output:
Environment Information
User Research
I have done the following:
Additional context
Important: This error must be a result of some conflict with ffmpeg installed via apt. This error no longer occurs after uninstalling ffmpeg package. But i need ffmpeg because another application depends on it.