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

Large Soundcloud Playlist Fail #5248

Closed
NickWinston123 opened this issue Mar 21, 2015 · 14 comments
Closed

Large Soundcloud Playlist Fail #5248

NickWinston123 opened this issue Mar 21, 2015 · 14 comments

Comments

@NickWinston123
Copy link

@NickWinston123 NickWinston123 commented Mar 21, 2015

I was doing youtube-dl https://soundcloud.com/yumecollective/likes with --verbose flag to get the error log and it kept giving me this error and I have updated my youtube-dl but still nothing works any help would be appreciated.

ERROR: Unable to download webpage: <urlopen error [Errno 60] Operation timed out> (caused by URLError(error(60, 'Operation timed out'),))
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 314, in _request_webpage
return self._downloader.urlopen(url_or_request)
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 1679, in urlopen
return self._opener.open(req, timeout=self._socket_timeout)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 410, in open
response = meth(req, response)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 523, in http_response
'http', request, response, code, msg, hdrs)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 442, in error
result = self._call_chain(_args)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 382, in _call_chain
result = func(_args)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 629, in http_error_302
return self.parent.open(new, timeout=req.timeout)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 404, in open
response = self._open(req, data)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 422, in _open
'_open', req)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 382, in _call_chain
result = func(_args)
File "/usr/local/bin/youtube-dl/youtube_dl/utils.py", line 688, in https_open
req, *_kwargs)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 1184, in do_open
raise URLError(err)

@NickWinston123
Copy link
Author

@NickWinston123 NickWinston123 commented Mar 24, 2015

no one knows anything..?

@dstftw
Copy link
Collaborator

@dstftw dstftw commented Mar 25, 2015

Post the full --verbose output as is without dropping anything from it.

@dstftw
Copy link
Collaborator

@dstftw dstftw commented May 10, 2015

Most likely there is a connectivity issue between you and soundcloud caused by network fault, soundcloud throttling or something else. You may want to use -i to ignore errors and/or specify some reasonable --sleep-interval SECONDS to prevent potential throttling by soundcloud.

@NickWinston123
Copy link
Author

@NickWinston123 NickWinston123 commented May 11, 2015

Man I guess its just far to many songs to be downloaded, any thing I do continues to give the same error

thanks anyways sorry for the double post forgot about this one

@NickWinston123
Copy link
Author

@NickWinston123 NickWinston123 commented May 14, 2015

@dstftw Actually this doesn't seem to be because of the time limit, it just seems as if youtube-dl can't download likes? why is this?

@dstftw dstftw closed this in 1ae72fb May 14, 2015
@dstftw
Copy link
Collaborator

@dstftw dstftw commented May 14, 2015

Downloading this playlist does not give me any Operation timed out errors but some 403 errors. However songs caused 403 when downloading as playlist end up being downloaded correctly individually. This may probably due to download links expiry (download links are resolved first and then downloaded one by one). However, in this case it's very strange that some links expire and some don't. I've deferred download link resolve till actual download time in 1ae72fb and this seems fixed 403's for me.

@NickWinston123
Copy link
Author

@NickWinston123 NickWinston123 commented May 14, 2015

@dstftw Thanks, but wouldn't I need to update to get the working update?
Asking because it seems my thing is up to date still:

youtube-dl is up-to-date (2015.05.10)

@dstftw
Copy link
Collaborator

@dstftw dstftw commented May 14, 2015

You'll need to wait for the next release or use sources from repo.

@NickWinston123
Copy link
Author

@NickWinston123 NickWinston123 commented May 14, 2015

@dstftw Like reinstalling with the get zip file?

@dstftw
Copy link
Collaborator

@dstftw dstftw commented May 14, 2015

Just unpack and run python -m youtube_dl URL.

@NickWinston123
Copy link
Author

@NickWinston123 NickWinston123 commented May 14, 2015

thanks

@NickWinston123
Copy link
Author

@NickWinston123 NickWinston123 commented May 14, 2015

@dstftw Hey, one more question does youtube-dl fully support band camp? Bandcamp-dl seems to no longer work due to python /ply/lex.py error.

@dstftw
Copy link
Collaborator

@dstftw dstftw commented May 14, 2015

Don't know what you mean by 'fully'. Have a try.

@NickWinston123
Copy link
Author

@NickWinston123 NickWinston123 commented May 14, 2015

@dstftw Well the last time I used it it seemed to be very slow and I think I got an error so I didn't know if it was in development or considered fully working. Ill try again

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
2 participants
You can’t perform that action at this time.