[GH-ISSUE #5] The playtrack documentation appears to be incorrect. #60

Closed
opened 2026-03-01 17:50:01 +03:00 by kerem · 1 comment
Owner

Originally created by @mqnowa on GitHub (Nov 13, 2024).
Original GitHub issue: https://github.com/Aran404/SpotAPI/issues/5

https://github.com/Aran404/SpotAPI/blob/main/docs/player.md

Although the documentation states that the URI should be specified, it is actually the trailing ID.

player.play_track("spotify:track:6rqhFgbbKwnb9MLmUQDhG6", "spotify:playlist:37i9dQZF1DXcBWIGoYBM5M")

player.play_track("6rqhFgbbKwnb9MLmUQDhG6", "37i9dQZF1DXcBWIGoYBM5M")
Originally created by @mqnowa on GitHub (Nov 13, 2024). Original GitHub issue: https://github.com/Aran404/SpotAPI/issues/5 https://github.com/Aran404/SpotAPI/blob/main/docs/player.md Although the documentation states that the URI should be specified, it is actually the trailing ID. ❌ ```python player.play_track("spotify:track:6rqhFgbbKwnb9MLmUQDhG6", "spotify:playlist:37i9dQZF1DXcBWIGoYBM5M") ``` ⭕ ```python player.play_track("6rqhFgbbKwnb9MLmUQDhG6", "37i9dQZF1DXcBWIGoYBM5M") ```
kerem closed this issue 2026-03-01 17:50:02 +03:00
Author
Owner

@Aran404 commented on GitHub (Nov 13, 2024):

It parses both respectively.

<!-- gh-comment-id:2474268374 --> @Aran404 commented on GitHub (Nov 13, 2024): It parses both respectively.
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/SpotAPI#60
No description provided.