mirror of
https://github.com/sigma67/ytmusicapi.git
synced 2026-04-25 15:26:01 +03:00
[GH-ISSUE #232] sporadic affects #181
Labels
No labels
a/b
bug
documentation
enhancement
good first issue
help wanted
invalid
pull-request
question
wontfix
yt-error
yt-update
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ytmusicapi#181
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 @grimm26 on GitHub (Oct 25, 2021).
Original GitHub issue: https://github.com/sigma67/ytmusicapi/issues/232
I wrote https://github.com/grimm26/ytm_dislike_artist back in January 2021, leveraging ytmusicapi, and it worked fine. It would add a dislike to every song that an artist has. Now it seems to only do so spradically across the artist's catalog. The response from
rate_song()indicates that it worked, for instancebut checking song one finds that it is not marked with a thumbsdown. It seems to get the first 5 of an album, and then no more, but maybe a couple on the next album. If I manually mark the next one on an album disliked, then it may mark a couple more.
So, either ytmusicapi or the youtube API itself is lying :). Any insights or a way to further dig into this issue?
@sigma67 commented on GitHub (Oct 28, 2021):
You can try adding a delay between your requests to see if the issue persists. But nothing was changed with the request or ytmusicapi, so it should work as usual
@sigma67 commented on GitHub (Nov 29, 2021):
I'll jot this down as a temporary server-side issue