soundcloud / api

A public repo for our Developer Community to engage about bugs and feature requests on our Public API
143 stars 22 forks source link

Stats are all off... #275

Open KlungoS opened 7 months ago

KlungoS commented 7 months ago

Title: Cannot retrieve all tracks for a user

Issue found of: September 20th, 2020

Endpoint(s):

Scope(s):

Steps to reproduce:

curl --request GET \
  --url 'https://api.soundcloud.com/users/12345/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:

500 Server Error (consistently)