spotify / web-api

This issue tracker is no longer used. Join us in the Spotify for Developers forum for support with the Spotify Web API ➡️ https://community.spotify.com/t5/Spotify-for-Developers/bd-p/Spotify_Developer
983 stars 79 forks source link

Cannot get more above offset 50 for a user's favorite tracks #1592

Closed Maninhell closed 4 years ago

Maninhell commented 4 years ago

Endpoint(s):

Scope(s):

Steps to reproduce:

  1. Open the API Console
  2. Call the Get User's Top Artists and Tracks endpoint with offset 50 or above

Expected behaviour:

A List of X top songs of a user, beginning with the offset of 50

Actual behaviour:

Empty list of top songs, href resets to offset 50 if offset is set to above 50 as well as limit resets to 0

joshubrown commented 4 years ago

Hi! This endpoint returns a maximum of 50 tracks. If you have any other questions, feel free to join us in the Spotify developer community forum.