From c6114c9f625e2b3bbfba3e9e3b449047a708bbba Mon Sep 17 00:00:00 2001 From: Aidan Date: Mon, 14 Apr 2025 20:18:44 -0400 Subject: [PATCH] docs: add troubleshooting section for yt commands --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 370f7d7..a154166 100644 --- a/README.md +++ b/README.md @@ -89,6 +89,18 @@ If you prefer to use Docker directly, you can use these instructions instead. - Take care of your ``config.env`` file, as it is so much important and needs to be secret (like your passwords), as anyone can do whatever they want to the bot with this token! +## Troubleshooting + +### YouTube Downloading + +**Q:** I get a "Permission denied (EACCES)" error in the console when running the `/yt` command + +**A:** Make sure `src/plugins/yt-dlp/yt-dlp` is executable. You can do this on Linux like so: + +```bash +chmod +x src/plugins/yt-dlp/yt-dlp +``` + ## About/License BSD-3-Clause - 2024 Lucas Gabriel (lucmsilva).