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

Liked tracks not updating in real time #255

Open superturboryan opened 9 months ago

superturboryan commented 9 months ago

I've noticed that when I like a track using the API, the track is added to my liked tracks playlist on soundcloud.com but not the liked tracks returned from the /me/likes/tracks API endpoint.

Issue found of: September 19th, 2023

Endpoint(s):

Steps to reproduce:

1) Like a track using the endpoint /likes/tracks/{track_id} 2) Confirm track is liked, added to liked tracks for account on soundcloud.com web app 3) Request liked tracks from API endpoint /me/likes/tracks

✅ Expected behaviour:

Track from step 2 is added to tracks returned in step 3

❌ Actual behaviour:

Liked tracks returned in step 3 are not updated with track from step 2

pyxelr commented 2 months ago

I've got the same issue in my mobile app. It cannot sync all the latest likes from my web app, and the workaround is to clean SoundCloud app data.