mirror of
https://github.com/sigma67/ytmusicapi.git
synced 2026-04-25 15:26:01 +03:00
[GH-ISSUE #35] artist subscribe foiled by two channelids #26
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#26
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 @thomasscovell on GitHub (Jun 27, 2020).
Original GitHub issue: https://github.com/sigma67/ytmusicapi/issues/35
Using the "Oasis" example given, search('Oasis','artists') returns a browseID of - UCmMUZbaYdNH0bEd1PAlAqsA
This appears correct as per using the web interface which returns - https://music.youtube.com/channel/UCmMUZbaYdNH0bEd1PAlAqsA
attempting to subscribe_artists to this browseId returns success but artist is not subscribed in web interface.
investigation shows that subscribing from the web interface submits a different channelD from what is displayed in the URL and returned in search - UCUDVBtnOQi4c7E8jebpjc9Q
subscribing to this ID via API works, whether you view the artists at:
https://music.youtube.com/channel/UCmMUZbaYdNH0bEd1PAlAqsA
or
https://music.youtube.com/channel/UCUDVBtnOQi4c7E8jebpjc9Q
?!
Unable to find this second ID returned anywhere in search() or via web interface (though it must be somewhere for it to be available to web app to submit)
Have verified this problem with all artists I search for.
@sigma67 commented on GitHub (Jun 28, 2020):
Good catch. Seems the channelId is different from the artist's browseId. I'll implement a fix shortly.
@basisvectors commented on GitHub (Sep 27, 2024):
Hey im still facing this issue with the subscription, how can i find the alternate channel ids for an artist?