[GH-ISSUE #373] Issue getting albuminfo with long albums #218

Closed
opened 2026-02-27 23:21:26 +03:00 by kerem · 3 comments
Owner

Originally created by @shillshocked on GitHub (May 3, 2019).
Original GitHub issue: https://github.com/spotipy-dev/spotipy/issues/373

This album doesn't work when using this command:
uri = albuminfo['uri']

The album is here:
spotify:album:48euqmOgRT2WyZ2Cc51ygX

I can successfully execute the code with thousands of other albums, just not this (and perhaps others like it). Is it because the data for the album is too long? It has nearly 200 tracks, perhaps it's not fully parsable.

Originally created by @shillshocked on GitHub (May 3, 2019). Original GitHub issue: https://github.com/spotipy-dev/spotipy/issues/373 This album doesn't work when using this command: uri = albuminfo['uri'] The album is here: spotify:album:48euqmOgRT2WyZ2Cc51ygX I can successfully execute the code with thousands of other albums, just not this (and perhaps others like it). Is it because the data for the album is too long? It has nearly 200 tracks, perhaps it's not fully parsable.
kerem closed this issue 2026-02-27 23:21:27 +03:00
Author
Owner

@SHxKM commented on GitHub (May 8, 2019):

From my experience, these kind of issues are more on Spotify's API side than this library. Spotify's API is littered with weird bugs.

<!-- gh-comment-id:490510599 --> @SHxKM commented on GitHub (May 8, 2019): From my experience, these kind of issues are more on Spotify's API side than this library. Spotify's API is littered with weird bugs.
Author
Owner

@shillshocked commented on GitHub (May 14, 2019):

I think it might be a lag/timeout on loading the json.

<!-- gh-comment-id:492301880 --> @shillshocked commented on GitHub (May 14, 2019): I think it might be a lag/timeout on loading the json.
Author
Owner

@stephanebruckert commented on GitHub (Jan 12, 2020):

I get the full json successfully when I do sp.album("48euqmOgRT2WyZ2Cc51ygX"). Closing this for now, please re-open with more details if needed

<!-- gh-comment-id:573376148 --> @stephanebruckert commented on GitHub (Jan 12, 2020): I get the full json successfully when I do `sp.album("48euqmOgRT2WyZ2Cc51ygX")`. Closing this for now, please re-open with more details if needed
Sign in to join this conversation.
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/spotipy#218
No description provided.