Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix EACCESS on first start / Set YouTube-dlp to executable after download #262

Closed
StefanLobbenmeier opened this issue Dec 20, 2021 · 1 comment · Fixed by #264
Closed

Comments

@StefanLobbenmeier
Copy link
Contributor

About you getting an EACCESS. This is probably because the downloaded file isn't marked as executable yet. I set it to executable with chmod on start of the app, so this would be another bug.

Originally posted by @jely2002 in #259 (comment)

@brenard
Copy link

brenard commented Jan 6, 2022

Same problem here and same issue : After chmod +x on binaries downloaded on first startup (ffmpeg, ffprobe and yt-dlp-unix), problem is fixed.

Furthermore, binaries have permissions 0666, which is a little too permissive : 0755 (or 0750) is more suitable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants