mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 09:25:49 +03:00
[GH-ISSUE #383] Cannot open song recommendation (TrackRadio) or artist page #205
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#205
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 @psukh28 on GitHub (Feb 29, 2024).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/383
Bug Description
Issue: When attempting to open the song recommendation page (TrackRadio) on Spotify-player, the application fails to load the page. An error message briefly appears stating "cannot determine current page's context." Then I proceed to only see "loading...". Same for the artist page and information
Note - I applied the fix from here [https://github.com/ramsayleung/rspotify/pull/457] which worked initially but the bug has returned but now for both artist page and the recommendation page.
Steps to Reproduce
Expected Behavior
The expected behavior is that the TrackRadio and artist page should open, displaying song recommendations based on the selected song and the artist song page.
Screenshots
Environment
@aome510 commented on GitHub (Mar 1, 2024):
I can reproduce the issue with track radio on my end. FWICT, based on the log, it seems
SpotifyAPI returns floats for non-float fields again 🤦 . Not sure which field corresponds to the error yet and it seems to be different one from what is fixed in https://github.com/ramsayleung/rspotify/pull/457. Will take a deeper look when I have more time.@aome510 commented on GitHub (Mar 3, 2024):
Should be fixed by https://github.com/aome510/spotify-player/pull/386. Can you try running from the latest
masterto see if the issue is fixed now?@psukh28 commented on GitHub (Mar 3, 2024):
The issue is fixed! thank you so much :)