Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problems with requests #9775

Closed
edelin3 opened this issue Jun 13, 2016 · 2 comments
Closed

Problems with requests #9775

edelin3 opened this issue Jun 13, 2016 · 2 comments
Labels

Comments

@edelin3
Copy link

@edelin3 edelin3 commented Jun 13, 2016

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'

@TRox1972
Copy link
Contributor

@TRox1972 TRox1972 commented Jun 13, 2016

Please post full output with the -v option.

@dstftw dstftw closed this Jun 13, 2016
@dstftw dstftw added the invalid label Jun 13, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
3 participants
You can’t perform that action at this time.