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 set fails to download when a song is deleted (404) #19130

Closed
5 tasks done
sorashi opened this issue Feb 4, 2019 · 2 comments
Closed
5 tasks done

Soundcloud set fails to download when a song is deleted (404) #19130

sorashi opened this issue Feb 4, 2019 · 2 comments
Labels

Comments

@sorashi
Copy link

sorashi commented Feb 4, 2019

Make sure you are using the latest version: run youtube-dl --version and ensure your version is 2019.01.30.1. If it's not, read this FAQ entry and update. Issues with outdated version will be rejected.

  • I've verified and I assure that I'm running youtube-dl 2019.01.30.1

Before submitting an issue make sure you have:

  • At least skimmed through the README, most notably the FAQ and BUGS sections
  • Searched the bugtracker for similar issues including closed ones
  • Checked that provided video/audio/playlist URLs (if any) are alive and playable in a browser

What is the purpose of your issue?

  • Bug report (encountered problems with youtube-dl)

Description

Running this command

youtube-dl https://soundcloud.com/nyanners/sets/nyannerz-gonna-give-it-to-ya-x2-nekomimi-reloaded

Fails with

ERROR: Unable to download JSON metadata: HTTP Error 404: Not Found (caused by <HTTPError 404: 'Not Found'>);

full log here

The problem is that this Soundcloud set used to contain a song, but that song was deleted or is inaccessible. I think the JSON metadata still contains the song, so youtube-dl tries to reach it, but fails due to 404 response. These issues seem related #18954 #18746

@sorashi
Copy link
Author

sorashi commented Feb 4, 2019

I just realized this can be resolved by passing the -i option. I will still leave this issue open for consideration.

@dstftw
Copy link
Collaborator

dstftw commented Feb 4, 2019

This is expected behavior.

@dstftw dstftw closed this as completed Feb 4, 2019
@dstftw dstftw added the invalid label Feb 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants