mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-04-27 00:25:54 +03:00
[GH-ISSUE #486] What is wrong with this exact playlist? #287
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#287
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 @eliasbenb on GitHub (Apr 28, 2020).
Original GitHub issue: https://github.com/spotipy-dev/spotipy/issues/486
I'm trying to get the artist names of tracks in a playlist. This is the playlist link, it is owned by Spotify and has no local tracks. The issue is when I try to get the name I get this error:
So obviously Spotipy thinks that the artist name doesn't exist, but if you go on the playlist and trace it back to the song you get this profile and it obviously exists. Any ideas why? This is the code:
@stephanebruckert commented on GitHub (Apr 28, 2020):
To debug your code you should follow my previous advice https://github.com/plamere/spotipy/issues/472#issuecomment-613593131
@eliasbenb commented on GitHub (Apr 28, 2020):
OK. Thank you, I just did that and it turns out that it isn't the artist that doesn't work, but it's the track this is the output I get after printing the track with
pprint(tracks['items'][26])So is this an issue on Spotify's side?
@FOREVEREALIZE commented on GitHub (Jan 6, 2024):
Since it's owned by Spotify, they might just have messed something up doing a Database edit.