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

Soundcloud and Youtube downloading non-functional on latest builds #6254

Closed
korgano opened this issue Jul 17, 2015 · 3 comments
Closed

Soundcloud and Youtube downloading non-functional on latest builds #6254

korgano opened this issue Jul 17, 2015 · 3 comments

Comments

@korgano
Copy link

@korgano korgano commented Jul 17, 2015

It worked on both perfectly about a month or so ago, but now it's just erroring out instead of downloading anything. I even updated to the latest version to see if it would solve the problems, but it hasn't solved anything.

Here's my log:
ERROR: Unable to download webpage: <urlopen error [Errno 10060] A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond> (caused by URLError(error(10060, 'A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond'),))
ERROR: requested format not available
ERROR: requested format not available
ERROR: requested format not available
Usage: youtube-dl.exe [OPTIONS] URL [URL...]
Usage: youtube-dl.exe [OPTIONS] URL [URL...]
WARNING: Falling back on generic information extractor.
WARNING: The url doesn't specify the protocol, trying with http
WARNING: The url doesn't specify the protocol, trying with http
WARNING: [soundcloud] 199067458: fallback video format URL is invalid, skipping
WARNING: Falling back on generic information extractor.
WARNING: Falling back on generic information extractor.
ERROR: An extractor error has occured. (caused by KeyError(u'show',)); 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.
WARNING: The url doesn't specify the protocol, trying with http
WARNING: Falling back on generic information extractor.
WARNING: video doesn't have subtitles
WARNING: [soundcloud] 172174388: fallback video format URL is invalid, skipping

@dstftw
Copy link
Collaborator

@dstftw dstftw commented Jul 17, 2015

Post the full output of youtube-dl when run with --verbose option.

@korgano
Copy link
Author

@korgano korgano commented Jul 17, 2015

I figured it out. My legacy settings from a previous build were incompatible with the newest versions, so the program was erroring out in a way that didn't provide any verbose logging. Once I removed the settings, everything started working again.

@dstftw
Copy link
Collaborator

@dstftw dstftw commented Jul 17, 2015

According to log you are misusing youtube-dl that is clearly stated in log, at least you are specifying wrong format_id with -f in some calls:
ERROR: requested format not available
and incorrectly run it at all in another calls:
Usage: youtube-dl.exe [OPTIONS] URL [URL...]
Since you've figured it out and are not willing to post the verbose log I'm closing this issue.

@dstftw dstftw closed this Jul 17, 2015
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.