leixh
Member
I have gone and followed every thread I've found about this issue, I'm running sinusbot on a docker container and after digging and digging I managed to install `yt-dlp` inside docker container, and when i use `docker exec -it sinusbot bash` to check for `yt-dlp --version` it does work and output the version, however whenever I try and use it on the panel it just says "youtube-dl not available", and upon checking `docker logs` I see:
```
2025/03/16 01:55:11 [GENERAL/YTDL ] INFO youtube-dl checking...
2025/03/16 01:55:11 45a8cbd8 dbf41d75 PLUGIN [ :177:16] Updating Weather Information
2025/03/16 01:55:11 45a8cbd8 dbf41d75 INFO script Weather_Information loaded
2025/03/16 01:55:11 exit status 1 youtube-dl not found```
The path in `config.ini` is indeed correct.

I ran out of ideas, please help me (yes youtube-dl is a symlink from yt-dlp)
```
2025/03/16 01:55:11 [GENERAL/YTDL ] INFO youtube-dl checking...
2025/03/16 01:55:11 45a8cbd8 dbf41d75 PLUGIN [ :177:16] Updating Weather Information
2025/03/16 01:55:11 45a8cbd8 dbf41d75 INFO script Weather_Information loaded
2025/03/16 01:55:11 exit status 1 youtube-dl not found```
The path in `config.ini` is indeed correct.

I ran out of ideas, please help me (yes youtube-dl is a symlink from yt-dlp)