Skip to content
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

Feature Request - Followed users uploads playlist #38

Open
simonpierre-giro opened this issue Mar 4, 2021 · 0 comments
Open

Feature Request - Followed users uploads playlist #38

simonpierre-giro opened this issue Mar 4, 2021 · 0 comments
Labels
invalid This doesn't seem right question Further information is requested

Comments

@simonpierre-giro
Copy link

The Stream feature shows uploads by users we follow, but also their reposts and playlists. Frequently, reposts are just polluting the Stream section when all we want to know is the latest tracks by our favorite artists . It would be great to have a playlist, like The Upload or Soundcloud Weekly, that shows only the uploads for the last week from users we follow. That way we could easily know what are the latest tracks by the artists we like. Such playlist would not suggest tracks based on listening history,

Title: Cannot retrieve all tracks for a user

Issue found of: September 20th, 2020

Endpoint(s):

  • GET /users/{id}/tracks

Scope(s):

  • None (application is not using authentication i.e., implicit flow)

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)

@rahul-sc rahul-sc added invalid This doesn't seem right question Further information is requested labels Mar 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid This doesn't seem right question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants