mirror of
https://github.com/sigma67/ytmusicapi.git
synced 2026-04-25 07:16:00 +03:00
[GH-ISSUE #406] [1.1.1] Error on ytmusic.get_library_upload_songs #312
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#312
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 @markmandel on GitHub (Jul 5, 2023).
Original GitHub issue: https://github.com/sigma67/ytmusicapi/issues/406
Describe the bug
Getting the following error when attempting to run
ytmusic.get_library_upload_songs(...)To Reproduce
Steps to reproduce the behavior:
Additional context
Just to make sure, I updated my version to 1.1.1, but unfortunately that didn't fix the issue. Wondering if YouTube changed their API surface on uploads.
@sigma67 commented on GitHub (Jul 10, 2023):
Hi, this seems to be a Google A/B test currently, so your quick fix won't do it. For me it's failing with this change, while it works on current master.
@markmandel commented on GitHub (Jul 10, 2023):
Aaaah, I had a wonder.
So will need to redo it as a search rather than a specified number. Sounds like that would be a better option long term anyway.
@sigma67 commented on GitHub (Aug 20, 2023):
Are you still seeing this issue?
@markmandel commented on GitHub (Aug 21, 2023):
I've been running my locally edited version, and it's been fine - but as you said, looks like I'm in an A/B, in which case if you want to close this PR, please feel free.
If I run into it again, I'll redo it to make it a search based implementation, so it's future proof (or at least as close as it can be).