You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some tracks require a "SoundCloud Go+" subscription to play so may only offer a short preview. We should change their title (or something) to identify these and allow the user to avoid them.
The text was updated successfully, but these errors were encountered:
API calls for SoundCloud GO tracks are only possible through API-v2.
Current application client id does not work with API-v2 (403 forbidden).
SoundCloud has disabled obtaining new application client ids, so getting one which works with API-v2 is not an option at the moment.
For most purposes (read: streaming public music), there should be no issue. However, switching calls to two APIs does look a bit silly.
On a positive note; API-v2 "tracks/{track_id}" calls return a json with the progressive and hls streams, so no scraping has to be done to get the stream url while working around the 429 error.
Some tracks require a "SoundCloud Go+" subscription to play so may only offer a short preview. We should change their title (or something) to identify these and allow the user to avoid them.
The text was updated successfully, but these errors were encountered: