mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 09:25:49 +03:00
[GH-ISSUE #330] Artist page/widget not loading #1111
Labels
No labels
bug
documentation
enhancement
good first issue
help wanted
pull-request
question
third-party
third-party
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-player#1111
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 @gansheer on GitHub (Jan 5, 2024).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/330
Describe the bug
When trying to access any artist, the view stays blocked on "loading..."
To Reproduce
Select an artist.
Expected behavior
To display the details of the artist 😄 .
Log and backtrace
Screenshots

Environment
Additional context
Started suddenly, I tried clearing the cache to no avail.
The command line give me the same result:
@aome510 commented on GitHub (Jan 6, 2024):
Thanks for reporting.
Look like the error happens because of a recent change from Spotify that changes the type of a field from integer to float. I submitted a bug issue to the third-party library that handles Spotify APIs: https://github.com/ramsayleung/rspotify/issues/452
@SkepticMystic commented on GitHub (Jan 10, 2024):
+1
Another Spotify player I use is having the same issue 😅
Bit of context, if it helps:
@LucasFA commented on GitHub (Feb 3, 2024):
Of note: a workaround has been merged to rspotify: https://github.com/ramsayleung/rspotify/pull/457
@aome510 commented on GitHub (Mar 2, 2024):
Encountered another error in https://github.com/aome510/spotify-player/issues/383#issuecomment-1972452044 but with
get-several-tracksAPI. As it may takerspotifyquite a while to implement/release patches, I'll implement a workaround fromspotify_playerside.@aome510 commented on GitHub (Mar 3, 2024):
Should be fixed by https://github.com/aome510/spotify-player/pull/386. Can anyone try running from the latest
masterto see if the issue is fixed now?@Nexion commented on GitHub (Mar 3, 2024):
@aome510 so far no issues noticed. Thanks!