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

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

Closed
alxzanderlove opened this issue May 18, 2014 · 6 comments
Closed

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

alxzanderlove opened this issue May 18, 2014 · 6 comments
Labels

Comments

@alxzanderlove
Copy link

@alxzanderlove alxzanderlove commented 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)

@jaimeMF
Copy link
Collaborator

@jaimeMF jaimeMF commented May 19, 2014

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

@alxzanderlove
Copy link
Author

@alxzanderlove alxzanderlove commented May 20, 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)

@ghost
Copy link

@ghost ghost commented 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.
@alxzanderlove
Copy link
Author

@alxzanderlove alxzanderlove commented May 20, 2014

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

@haasn
Copy link
Contributor

@haasn haasn commented 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.

@jaimeMF
Copy link
Collaborator

@jaimeMF jaimeMF commented Aug 31, 2014

Duplicate of #2310.

@jaimeMF jaimeMF closed this Aug 31, 2014
@dstftw dstftw added the duplicate label Apr 1, 2017
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
4 participants
You can’t perform that action at this time.