Skip to content

yt-dlp: self heal when binary lost exec bit#84

Open
alexanderadam wants to merge 1 commit into
philippe44:masterfrom
alexanderadam:fix/yt_dlp_self_heal_exec_bits
Open

yt-dlp: self heal when binary lost exec bit#84
alexanderadam wants to merge 1 commit into
philippe44:masterfrom
alexanderadam:fix/yt_dlp_self_heal_exec_bits

Conversation

@alexanderadam

Copy link
Copy Markdown
Contributor

the plugin ships yt-dlp binaries in Bin/ but that dir was never added to findbin paths

the plugin ships yt-dlp binaries in Bin/ but that dir was never added
to findbin paths, so findbin couldn't see them. the old self heal
chmod'd a path like /yt-dlp_linux (root anchored) because the grep
that fed it returned undef. result: every getNextTrack logged 'not
executable - correcting' and then tried to spawn nothing.

add Bin/ to findbin paths and chmod the resolved Bin/<bin> path so
the binary actually becomes runnable on first call.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant