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.
Problems with requests #9775
Problems with requests #9775
Comments
|
Please post full output with the |
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.
Task exception was never retrieved
future: <Task finished coro=<Audio.queue_manager() done, defined at /root/bot2/cogs/audio.py:1604> exception=AttributeError("'NoneType' object has no attribute 'duration'",)>
Traceback (most recent call last):
File "/usr/lib/python3.5/asyncio/tasks.py", line 239, in _step
result = coro.send(None)
File "/root/bot2/cogs/audio.py", line 1635, in queue_manager
song = await self._play(sid, url)
File "/root/bot2/cogs/audio.py", line 680, in _play
song = await self._guarantee_downloaded(server, url)
File "/root/bot2/cogs/audio.py", line 484, in _guarantee_downloaded
self.downloaders[server.id].duration_check()
File "/root/bot2/cogs/audio.py", line 206, in duration_check
log.debug("duration {} for songid {}".format(self.song.duration,
AttributeError: 'NoneType' object has no attribute 'duration'