Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Checklist
Verbose log
2020-04-28T02:38:37.273872+00:00 app[worker.1]: The bot has joined Developer Test
2020-04-28T02:38:49.476409+00:00 app[worker.1]: Downloading audio now
2020-04-28T02:38:49.476430+00:00 app[worker.1]:
2020-04-28T02:38:49.481728+00:00 app[worker.1]: [youtube:search] query "https://www.youtube.com/watch?v=Ud6sU3AclT4": Downloading page 1
2020-04-28T02:38:49.883501+00:00 app[worker.1]: [download] Downloading playlist: https://www.youtube.com/watch?v=Ud6sU3AclT4
2020-04-28T02:38:49.883526+00:00 app[worker.1]: [youtube:search] playlist https://www.youtube.com/watch?v=Ud6sU3AclT4: Collected 1 video ids (downloading 1 of them)
2020-04-28T02:38:49.883571+00:00 app[worker.1]: [download] Downloading video 1 of 1
2020-04-28T02:38:49.883894+00:00 app[worker.1]: [youtube] Ud6sU3AclT4: Downloading webpage
2020-04-28T02:38:50.263373+00:00 app[worker.1]: ERROR: Unable to download webpage: HTTP Error 429: Too Many Requests (caused by <HTTPError 429: 'Too Many Requests'>); please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see https://yt-dl.org/update on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
2020-04-28T02:38:50.263426+00:00 app[worker.1]: FALLBACK: youtube-dl does not support this URL, using Spotify (This is normal if spotify URL)
2020-04-28T02:38:50.268668+00:00 app[worker.1]: sh: 1: Syntax error: "(" unexpected
2020-04-28T02:38:50.277945+00:00 app[worker.1]: Song#694829180575023158(Community Helper Support).mp3: No such file or directory
Description
I run my bot at heroku, and checked that everything is up to dated, but it shows that it has some error when downloading the music in youtube-dl, and then the bot continue its process, since it has failed to download the file, so it raise an error said can't find the file.
WRITE DESCRIPTION HERE