mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-04-27 08:35:49 +03:00
[GH-ISSUE #773] Offset in playlist_items not working #473
Labels
No labels
api-bug
bug
dependencies
documentation
duplicate
enhancement
external-ide
headless-mode
implicit-grant-flow
invalid
missing-endpoint
pr-welcome
private-api
pull-request
question
spotipy3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotipy#473
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @dahunni on GitHub (Jan 20, 2022).
Original GitHub issue: https://github.com/spotipy-dev/spotipy/issues/773
issue
No matter what I try, I always get the same tracks in return
Expected behavior
incresing the offset should give me a different set of tracks
Output
I always get the same output of tracks
Environment:
Additional context
Problem does not exist with a direct api call using the Spotify developer console
@Peter-Schorn commented on GitHub (Jan 20, 2022):
The issue is that the identifier you're using for the playlist is malformed. Post the identifier.
@dahunni commented on GitHub (Jan 20, 2022):
The playlist identifier I am using is
1v1rhlhXhgSNkPux9G5qBV?si=066ae87471d945bdCorrect would be 1v1rhlhXhgSNkPux9G5qBV
Thank you so much this was driving me insane I was troubleshooting for hours now. That also explains some other problems I was facing but it was a bit strange that I was getting any results at all.
@Peter-Schorn commented on GitHub (Jan 20, 2022):