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

Liked tracks not updating in real time #255

Open
superturboryan opened this issue Sep 19, 2023 · 1 comment
Open

Liked tracks not updating in real time #255

superturboryan opened this issue Sep 19, 2023 · 1 comment

Comments

@superturboryan
Copy link

superturboryan commented Sep 19, 2023

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):

  • GET /me/likes/tracks

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
Copy link

pyxelr commented Apr 13, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants