[GH-ISSUE #362] rate_song and rate_playlist not working #287

Closed
opened 2026-02-27 22:09:00 +03:00 by kerem · 1 comment
Owner

Originally created by @Appleweed564 on GitHub (Mar 14, 2023).
Original GitHub issue: https://github.com/sigma67/ytmusicapi/issues/362

Nothing happens when I use both of those functions to add either songs or albums/playlist to favorites.

I have tried with different albums , and on some of them , the artist will correctly show up in the artists tab , but the album will not be in the Albums tab.

isrc = 'USCN17800055'
res = yt2.search(isrc,filter='songs')
res = yt2.rate_song(videoId=res[0]['videoId'],rating='LIKE')

res = yt2.search('thriller michael jackson',filter='albums')
res2 = yt2.get_album(browseId=res[0]['browseId'])
yt2.rate_playlist(playlistId=res2['audioPlaylistId'],rating='LIKE')

Originally created by @Appleweed564 on GitHub (Mar 14, 2023). Original GitHub issue: https://github.com/sigma67/ytmusicapi/issues/362 Nothing happens when I use both of those functions to add either songs or albums/playlist to favorites. I have tried with different albums , and on some of them , the artist will correctly show up in the artists tab , but the album will not be in the Albums tab. ``` isrc = 'USCN17800055' res = yt2.search(isrc,filter='songs') res = yt2.rate_song(videoId=res[0]['videoId'],rating='LIKE') ``` ``` res = yt2.search('thriller michael jackson',filter='albums') res2 = yt2.get_album(browseId=res[0]['browseId']) yt2.rate_playlist(playlistId=res2['audioPlaylistId'],rating='LIKE') ```
kerem closed this issue 2026-02-27 22:09:00 +03:00
Author
Owner

@sigma67 commented on GitHub (Mar 14, 2023):

Please follow the issue template.

<!-- gh-comment-id:1468737123 --> @sigma67 commented on GitHub (Mar 14, 2023): Please follow the issue template.
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/ytmusicapi#287
No description provided.