-
Notifications
You must be signed in to change notification settings - Fork 27
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
Cannot Get properly filtered Tracks #347
Comments
The search for BPM seems to fail with BPM values of null |
Hey @AllFatherGray, thanks for the report. |
@youssefhassan |
@AllFatherGray we don't support top tracks from a specific genre on public APIs |
@youssefhassan |
Track access depends on many factors, user location, subscription, the application requesting. For playing, the more accurate access is the tracks/id one. Are both requests made with the same user token or client credentials? Happy to have a look into it |
@youssefhassan Thank you so much for your response. Yes the id and token are the same. I am using the API sandbox on the dev site. |
Title: Cannot retrieve all tracks for a user
Issue found of: December 2th, 2024
Endpoint(s):
GET /users/{id}/tracks
Scope(s):
Steps to reproduce:
curl --request GET \ --url 'https://api.soundcloud.com/tracks?limit=1&linked_partitioning=true&client_id=DONT_SHARE_CLIENT_ID'
Expected behaviour:
A list of tracks as described at
https://developers.soundcloud.com/docs/api/reference#users
.Actual behaviour:
Tracks with completely different genres and always more Tracks than the limit.
The text was updated successfully, but these errors were encountered: