[GH-ISSUE #29] spotify_list_friends issue with get_apple_genius_search_urls #16

Closed
opened 2026-02-27 20:07:42 +03:00 by kerem · 3 comments
Owner

Originally created by @tomballgithub on GitHub (Dec 26, 2025).
Original GitHub issue: https://github.com/misiektoja/spotify_monitor/issues/29

In spotify_list_friends is the only line that seems to have not been updated to the new structure.

It is:
apple_search_url, genius_search_url, youtube_music_search_url = get_apple_genius_search_urls(str(sp_artist), str(sp_track))

rather than:
apple_search_url, genius_search_url, azlyrics_search_url, tekstowo_search_url, musixmatch_search_url, lyrics_com_search_url, youtube_music_search_url, amazon_music_search_url, deezer_search_url, tidal_search_url = get_apple_genius_search_urls(str(sp_artist), str(sp_track))

Originally created by @tomballgithub on GitHub (Dec 26, 2025). Original GitHub issue: https://github.com/misiektoja/spotify_monitor/issues/29 In spotify_list_friends is the only line that seems to have not been updated to the new structure. It is: ` apple_search_url, genius_search_url, youtube_music_search_url = get_apple_genius_search_urls(str(sp_artist), str(sp_track)) ` rather than: ` apple_search_url, genius_search_url, azlyrics_search_url, tekstowo_search_url, musixmatch_search_url, lyrics_com_search_url, youtube_music_search_url, amazon_music_search_url, deezer_search_url, tidal_search_url = get_apple_genius_search_urls(str(sp_artist), str(sp_track)) `
kerem closed this issue 2026-02-27 20:07:42 +03:00
Author
Owner

@tomballgithub commented on GitHub (Dec 26, 2025):

Easy fix. Verified changing that one line works.

<!-- gh-comment-id:3693203554 --> @tomballgithub commented on GitHub (Dec 26, 2025): Easy fix. Verified changing that one line works.
Author
Owner

@misiektoja commented on GitHub (Dec 27, 2025):

Have you been using latest code (v2.6) at that time ? In my case it is updated everywhere, including the place you mentioned.

<!-- gh-comment-id:3693534362 --> @misiektoja commented on GitHub (Dec 27, 2025): Have you been using latest code (v2.6) at that time ? In my case it is updated everywhere, including the place you mentioned.
Author
Owner

@tomballgithub commented on GitHub (Dec 27, 2025):

Must have been something on my end, but I'm sure I double checked it.

I confirmed you are correct.

<!-- gh-comment-id:3693544026 --> @tomballgithub commented on GitHub (Dec 27, 2025): Must have been something on my end, but I'm sure I double checked it. I confirmed you are correct.
Sign in to join this conversation.
No labels
Stale
bug
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/spotify_monitor#16
No description provided.