youtube-dl failed to load a resource
See original GitHub issueDescribe the bug
I got this error when I try to start a bot with !play LINK. But if I use youtube-dl directly via console youtube-dl LINK the video will be downloaded without any errors. I am not sure if the bot work here correct. Does someone else has the same issue?
Version 0.11.3
Platform CentOs 7 dotnet 3.1
System and dotnet is up to date.
Log
2020-12-09 18:45:26.5372| INFO|0|Bot.OnMessageReceived User First-Coder.de requested: !list list
2020-12-09 18:45:34.2012| INFO|0|Bot.OnMessageReceived User First-Coder.de requested: !list play TwoStepsFromHell
2020-12-09 18:45:37.3740| WARN|0|PlayManager.StartCurrent Skipping: Two Steps From Hell - 25 Tracks Best of All Time | Most Powerful Epic Music Mix [Part 1] because Konnte nicht geladen werden. (youtube-dl konnte die Ressource nicht laden.)
2020-12-09 18:45:40.5083| WARN|0|PlayManager.Next Skipping: Two Steps From Hell - 25 Tracks Best of All Time | Most Powerful Epic Music Mix [Part 1] because Konnte nicht geladen werden. (youtube-dl konnte die Ressource nicht laden.)
2020-12-09 18:45:43.7464| WARN|0|PlayManager.Next Skipping: Two Steps From Hell - 25 Tracks Best of All Time | Most Powerful Epic Music Mix [Part 1] because Konnte nicht geladen werden. (youtube-dl konnte die Ressource nicht laden.)
2020-12-09 18:45:46.9213| WARN|0|PlayManager.Next Skipping: Two Steps From Hell - 25 Tracks Best of All Time | Most Powerful Epic Music Mix [Part 1] because Konnte nicht geladen werden. (youtube-dl konnte die Ressource nicht laden.)
2020-12-09 18:45:50.1250| WARN|0|PlayManager.Next Skipping: Two Steps From Hell - 25 Tracks Best of All Time | Most Powerful Epic Music Mix [Part 1] because Konnte nicht geladen werden. (youtube-dl konnte die Ressource nicht laden.)
2020-12-09 18:45:53.0923| WARN|0|PlayManager.Next Skipping: Two Steps From Hell - 25 Tracks Best of All Time | Most Powerful Epic Music Mix [Part 1] because Konnte nicht geladen werden. (youtube-dl konnte die Ressource nicht laden.)
2020-12-09 18:45:56.0420| WARN|0|PlayManager.Next Skipping: Two Steps From Hell - 25 Tracks Best of All Time | Most Powerful Epic Music Mix [Part 1] because Konnte nicht geladen werden. (youtube-dl konnte die Ressource nicht laden.)
2020-12-09 18:45:59.0037| WARN|0|PlayManager.Next Skipping: Two Steps From Hell - 25 Tracks Best of All Time | Most Powerful Epic Music Mix [Part 1] because Konnte nicht geladen werden. (youtube-dl konnte die Ressource nicht laden.)
2020-12-09 18:46:02.2595| WARN|0|PlayManager.Next Skipping: Two Steps From Hell - 25 Tracks Best of All Time | Most Powerful Epic Music Mix [Part 1] because Konnte nicht geladen werden. (youtube-dl konnte die Ressource nicht laden.)
2020-12-09 18:46:05.2826| WARN|0|PlayManager.Next Skipping: Two Steps From Hell - 25 Tracks Best of All Time | Most Powerful Epic Music Mix [Part 1] because Konnte nicht geladen werden. (youtube-dl konnte die Ressource nicht laden.)
2020-12-09 18:46:08.4740| WARN|0|PlayManager.Next Skipping: Two Steps From Hell - 25 Tracks Best of All Time | Most Powerful Epic Music Mix [Part 1] because Konnte nicht geladen werden. (youtube-dl konnte die Ressource nicht laden.)
Issue Analytics
- State:
- Created 3 years ago
- Comments:6
Top Results From Across the Web
youtube-dl failed to load the resource.) · Issue #279 · ...
Error : Could not load. (youtube: youtube-dl failed to load the resource.) #279. officialtaxz opened this issue on May 30, 2018 · 6...
Read more >Youtube-dl not working
I get the following error when I try to download video using youtube-dl . WARNING: Warning: Falling back to static signature algorithm ERROR: ......
Read more >[yt-dlp] What do these youtube errors mean? (resource not ...
Sometimes after a string of the "Resource Not Found" I start getting the "Authorization Failed", which I'm assuming is youtube saying "nope, ...
Read more >ERROR : YouTube said: Unable to extract video data ...
The simplest & quickest way to solve this issue without running around and trying a thousand different solutions is to completely remove Youtube...
Read more >youtube-dl failed to load a resource
I got this error when I try to start a bot with !play LINK . But if I use youtube-dl directly via console...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Thanks, youtube-dl seems to be working fine. Just to make sure, is the path to youtube-dl in
ts3audiobot.tomlthe same as the one you get by runningwhich youtube-dl?Now everything works 👍