mirror of
https://github.com/abocn/TelegramBot.git
synced 2025-04-28 17:15:57 +00:00
docs: add troubleshooting section for yt commands
This commit is contained in:
parent
95114dc918
commit
c6114c9f62
12
README.md
12
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!
|
- 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
|
## About/License
|
||||||
|
|
||||||
BSD-3-Clause - 2024 Lucas Gabriel (lucmsilva).
|
BSD-3-Clause - 2024 Lucas Gabriel (lucmsilva).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user