• If you need help or want to discuss things, you now can also join us on our Discord Server!
  • A first preview of the unlimited version of SinusBot can be found in the Upcoming Changes thread. A version for Windows will follow, but we don't have a release date, yet.

Youtube-DL Error

Status
Not open for further replies.

DerZelon

Member
Operating System: Windows / Linux Debian 8.4
SinusBot Version: 0.9.x
TS3 Version: 3.x.x

Problem Description
Hello,

Since a few Days i cant doawnload any Youtube Link.

Every time the Same Error code:
nable to download webpage: HTTP Error 429: Too Many Requests (caused by HTTPError()); please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type youtube-dl -U to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.

I Installed the Bot new. Checked over 20 Tipps. But nothing Works. I dont knwo what i can do.

Youtube-dl.config updates with --force-ipv4

Youtube-dl is up to date

Soundcloud Links are Working :/



Code:
Paste output of the diagnostic tool in here, if possible.
 

seschi98

Donor
is awesome!
Same for me, I also added the output of youtube-dl --verbose:

Code:
 youtube-dl https://www.youtube.com/watch?v=somevideo --verbose
[debug] System config: [u'--force-ipv4']
[debug] User config: []
[debug] Command-line args: [u'https://www.youtube.com/watch?v=somevideo', u'--verbose']
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2016.12.09
[debug] Python version 2.7.9 - Linux-3.14.32-xxxx-std-ipv6-64-x86_64-with-Debian-8
[debug] exe versions: none
[debug] Proxy map: {}
[youtube] somevideo: Downloading webpage
ERROR: Unable to download webpage: HTTP Error 429: Too Many Requests (caused by HTTPError()); please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type  youtube-dl -U  to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
  File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 404, in _request_webpage
    return self._downloader.urlopen(url_or_request)
  File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 2001, in urlopen
    return self._opener.open(req, timeout=self._socket_timeout)
  File "/usr/lib/python2.7/urllib2.py", line 437, in open
    response = meth(req, response)
  File "/usr/lib/python2.7/urllib2.py", line 550, in http_response
    'http', request, response, code, msg, hdrs)
  File "/usr/lib/python2.7/urllib2.py", line 475, in error
    return self._call_chain(*args)
  File "/usr/lib/python2.7/urllib2.py", line 409, in _call_chain
    result = func(*args)
  File "/usr/lib/python2.7/urllib2.py", line 558, in http_error_default
    raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
 
Status
Not open for further replies.
Top