Tracks for “The Hives” are not streaming via the api

后端 未结 3 1531
抹茶落季
抹茶落季 2021-02-10 11:36

Tracks for \"The Hives\" claims to be streamable, but are returning 404s.

Here\'s the JSON response for Civilization\'s Dying id 3644317 (http://api.soundcloud.com/track

相关标签:
3条回答
  • 2021-02-10 11:54

    There's currently a bug affecting some artists whose tracks are not actually streamable any more, but the API response not showing that fact. This should be fixed very shortly.

    0 讨论(0)
  • 2021-02-10 11:57

    Make sure this song has "sharing" set to "public" in the returned track get request. If not, you will need to authenticate with Soundcloud.

    http://developers.soundcloud.com/docs#authentication

    0 讨论(0)
  • 2021-02-10 12:06

    I encountered this issue as well when I tried to stream Lorde's (Royals) tracks. (Soundcloud userid: 27622444)

    After examining the track properties returned from the API I noticed that the streamable property had been set to false

    API return data:

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

    Hope that helps!

    Cheers, T

    0 讨论(0)
提交回复
热议问题