Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Large Soundcloud Playlist Fail #5248
Comments
|
no one knows anything..? |
|
Post the full --verbose output as is without dropping anything from it. |
|
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 |
|
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 |
|
@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? |
|
Downloading this playlist does not give me any |
|
@dstftw Thanks, but wouldn't I need to update to get the working update? youtube-dl is up-to-date (2015.05.10) |
|
You'll need to wait for the next release or use sources from repo. |
|
@dstftw Like reinstalling with the get zip file? |
|
Just unpack and run |
|
thanks |
|
@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. |
|
Don't know what you mean by 'fully'. Have a try. |
|
@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 |
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)