• If you need help or want to discuss things, you now can also join us on our Discord Server!
  • A first preview of the unlimited version of SinusBot can be found in the Upcoming Changes thread. A version for Windows will follow, but we don't have a release date, yet.

Help me with youtube-dl

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.
1742090409171.png

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