Tracks for "The Hives" are not broadcast via api

Tracks for "The Hives" claim to be streaming, but return 404s.

Here's the JSON answer for Civilization Dying id 3644317 ( http://api.soundcloud.com/tracks/3644317.json?client_id= ):

{
    "kind": "track",
    "id": 3644317,
    "sharing": "public",
    "streamable": true,
    "embeddable_by": "all",
    "downloadable": false,
    "title": "Civilization Dying",
    "stream_url": "http://api.soundcloud.com/tracks/3644317/stream"    
}

streamable is true, and it gives stream_url when trying to access it with my client_id (for example, I did with other tracks) it returns 404.

Edit: sharing is publicly available. Added information back to the payload and a link to the api page with the full answer for reference.

+5
source share
3 answers

, , , API . .

+6
+1

, Lorde (Royals). (Soundcloud userid: 27622444)

, API, , streamable false

API:

(...)
sharing: "public"
state: "finished"
streamable: false
tag_list: ""
title: "Swingin' Party"
(...)

Hope this helps!

Cheers, T

0
source

All Articles