8tracks list download stopped at 5th link and show that #2376

Closed
opened 2026-02-20 22:28:26 -05:00 by deekerman · 6 comments
Owner

Originally created by @alxzanderlove on GitHub (May 18, 2014).

ERROR: Failed to download song information: HTTP Error 403: Forbidden; please report this issue on https://yt-dl.org/bug . Be sure to call youtube-dl with the --verbose flag and include its complete output. Make sure you are using the latest version; type youtube-dl -U to update.

//-----------------
youtube-dl is up-to-date (2014.05.16.1)

Originally created by @alxzanderlove on GitHub (May 18, 2014). ERROR: Failed to download song information: HTTP Error 403: Forbidden; please report this issue on https://yt-dl.org/bug . Be sure to call youtube-dl with the --verbose flag and include its complete output. Make sure you are using the latest version; type youtube-dl -U to update. //----------------- youtube-dl is up-to-date (2014.05.16.1)
deekerman 2026-02-20 22:28:26 -05:00
  • closed this issue
  • added the
    duplicate
    label
Author
Owner

@jaimeMF commented on GitHub (May 19, 2014):

Please, post the full output you get when you run the command with the --verbose option.

@jaimeMF commented on GitHub (May 19, 2014): Please, post the **full output** you get when you run the command with the `--verbose` option.
Author
Owner

@alxzanderlove commented on GitHub (May 19, 2014):

╰─$ youtube-dl -c --playlist-start 99 http://8tracks.com/evansmusic/99-songs-to-make-your-homework-awesome --verbose 1 ↵
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['-c', '--playlist-start', '99', 'http://8tracks.com/evansmusic/99-songs-to-make-your-homework-awesome', '--verbose']
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2014.05.19
[debug] Python version 2.7.6 - Linux-3.13.0-24-generic-i686-with-Ubuntu-14.04-trusty
[debug] Proxy map: {}
[8tracks] 99-songs-to-make-your-homework-awesome: Downloading webpage
[8tracks] 99-songs-to-make-your-homework-awesome: Downloading song information 1/95
[8tracks] 99-songs-to-make-your-homework-awesome: Downloading song information 2/95
[8tracks] 99-songs-to-make-your-homework-awesome: Downloading song information 3/95
[8tracks] 99-songs-to-make-your-homework-awesome: Downloading song information 4/95
[8tracks] 99-songs-to-make-your-homework-awesome: Downloading song information 5/95
ERROR: Failed to download song information: HTTP Error 403: Forbidden; please report this issue on https://yt-dl.org/bug . Be sure to call youtube-dl with the --verbose flag and include its complete output. Make sure you are using the latest version; type youtube-dl -U to update.
File "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/common.py", line 196, in _request_webpage
return self._downloader.urlopen(url_or_request)
File "/usr/lib/python2.7/dist-packages/youtube_dl/YoutubeDL.py", line 1214, in urlopen
return self._opener.open(req, timeout=self._socket_timeout)
File "/usr/lib/python2.7/urllib2.py", line 410, in open
response = meth(req, response)
File "/usr/lib/python2.7/urllib2.py", line 523, in http_response
'http', request, response, code, msg, hdrs)
File "/usr/lib/python2.7/urllib2.py", line 448, in error
return self._call_chain(_args)
File "/usr/lib/python2.7/urllib2.py", line 382, in _call_chain
result = func(_args)
File "/usr/lib/python2.7/urllib2.py", line 531, in http_error_default
raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)

@alxzanderlove commented on GitHub (May 19, 2014): ╰─$ youtube-dl -c --playlist-start 99 http://8tracks.com/evansmusic/99-songs-to-make-your-homework-awesome --verbose 1 ↵ [debug] System config: [] [debug] User config: [] [debug] Command-line args: ['-c', '--playlist-start', '99', 'http://8tracks.com/evansmusic/99-songs-to-make-your-homework-awesome', '--verbose'] [debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8 [debug] youtube-dl version 2014.05.19 [debug] Python version 2.7.6 - Linux-3.13.0-24-generic-i686-with-Ubuntu-14.04-trusty [debug] Proxy map: {} [8tracks] 99-songs-to-make-your-homework-awesome: Downloading webpage [8tracks] 99-songs-to-make-your-homework-awesome: Downloading song information 1/95 [8tracks] 99-songs-to-make-your-homework-awesome: Downloading song information 2/95 [8tracks] 99-songs-to-make-your-homework-awesome: Downloading song information 3/95 [8tracks] 99-songs-to-make-your-homework-awesome: Downloading song information 4/95 [8tracks] 99-songs-to-make-your-homework-awesome: Downloading song information 5/95 ERROR: Failed to download song information: HTTP Error 403: Forbidden; please report this issue on https://yt-dl.org/bug . Be sure to call youtube-dl with the --verbose flag and include its complete output. Make sure you are using the latest version; type youtube-dl -U to update. File "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/common.py", line 196, in _request_webpage return self._downloader.urlopen(url_or_request) File "/usr/lib/python2.7/dist-packages/youtube_dl/YoutubeDL.py", line 1214, in urlopen return self._opener.open(req, timeout=self._socket_timeout) File "/usr/lib/python2.7/urllib2.py", line 410, in open response = meth(req, response) File "/usr/lib/python2.7/urllib2.py", line 523, in http_response 'http', request, response, code, msg, hdrs) File "/usr/lib/python2.7/urllib2.py", line 448, in error return self._call_chain(_args) File "/usr/lib/python2.7/urllib2.py", line 382, in _call_chain result = func(_args) File "/usr/lib/python2.7/urllib2.py", line 531, in http_error_default raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
Author
Owner

@ghost commented on GitHub (May 20, 2014):

I think the problem is, if you skip tracks too often player will tell you:

Sorry, but track skips are limited by our license. Click again to skip this mix.
@ghost commented on GitHub (May 20, 2014): I think the problem is, if you skip tracks too often player will tell you: ``` Sorry, but track skips are limited by our license. Click again to skip this mix. ```
Author
Owner

@alxzanderlove commented on GitHub (May 20, 2014):

i cant under stand what you mean
you say that the tool limited to download from 8track ? !!

@alxzanderlove commented on GitHub (May 20, 2014): i cant under stand what you mean you say that the tool limited to download from 8track ? !!
Author
Owner

@haasn commented on GitHub (Aug 17, 2014):

Yeah, after some manual testing it seems a lot like you need to add some delay in between files. I wonder if it would be possible to make youtube-dl get these tracks “lazily”; that is download one track at a time - or perhaps stream the URLs to STDOUT (via youtube-dl -g) in a lazy manner, as they appear.

@haasn commented on GitHub (Aug 17, 2014): Yeah, after some manual testing it seems a lot like you need to add some delay in between files. I wonder if it would be possible to make youtube-dl get these tracks “lazily”; that is download one track at a time - or perhaps stream the URLs to STDOUT (via youtube-dl -g) in a lazy manner, as they appear.
Author
Owner

@jaimeMF commented on GitHub (Aug 31, 2014):

Duplicate of #2310.

@jaimeMF commented on GitHub (Aug 31, 2014): Duplicate of #2310.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/youtube-dl#2376
No description provided.