marcopeocchi / yt-dlp-web-ui

A terrible web ui and RPC server for yt-dlp. Designed to be self-hosted.
GNU General Public License v3.0
820 stars 85 forks source link

Issue with docker : "permission denied: unknown" #33

Closed charettemtb closed 1 year ago

charettemtb commented 1 year ago

Hi, first of all thanks for your work.

I'm facing an issue with Docker compose:

Recreating ytdlp ... error

ERROR: for ytdlp Cannot start service ytdlp: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: exec: "/usr/bin/yt-dlp-webui": permission denied: unknown ERROR: Encountered errors while bringing up the project.

Seems this append with last build. Could you help me ? Thanks

marcopeocchi commented 1 year ago

Hi @charettemtb, I'm having problems with Docker CI. I'm going to release a new version which hopefully fixes the problem. Just a matter of minutes.

marcopeocchi commented 1 year ago

A new image has been released both on docker hub and ghcr.io

charettemtb commented 1 year ago

Perfect, It works. Thanks