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.
Soundcloud Not Working - 401 HTTP Error 401: Unauthorized #6971
Comments
|
Thanks for debugging. It's already fixed in eb11cbe. |
|
Ouch, I deserve that for searching only the open issues and not bothering with the closed ones. Sorry! |
Hi,
All SoundCloud URLs are failing with 401 Unauthorized:
The problem seems to be that all API calls with that client id will fail (such as the first one, to get the JSON from http://api.soundcloud.com/resolve.json?url=http://soundcloud.com/m28xxlover/nervo-live-at-electric-zoo-2015-new-york-05-sep-2015&client_id=b45b1aa10f1ac2941910a7f0d10f8e28) because the
b45b1aa10f1ac2941910a7f0d10f8e28client ID is exceeding the bandwidth or maybe it has simply been banned.I've tried using client id
986b39d4513a5b501d57d973318715f0(from soundcloud/soundcloud-javascript#12) and the URL returns a valid response.