[GH-ISSUE #35] artist subscribe foiled by two channelids #26

Closed
opened 2026-02-27 22:07:37 +03:00 by kerem · 2 comments
Owner

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.

Screenshot 2020-06-27 at 23 43 22 Screenshot 2020-06-27 at 23 43 49 Screenshot 2020-06-27 at 23 44 32
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. <img width="702" alt="Screenshot 2020-06-27 at 23 43 22" src="https://user-images.githubusercontent.com/2206/85933721-6a0b7480-b8d2-11ea-8697-0e10716deec0.png"> <img width="394" alt="Screenshot 2020-06-27 at 23 43 49" src="https://user-images.githubusercontent.com/2206/85933734-92936e80-b8d2-11ea-855c-fbffe51df827.png"> <img width="771" alt="Screenshot 2020-06-27 at 23 44 32" src="https://user-images.githubusercontent.com/2206/85933735-97582280-b8d2-11ea-976e-fb5cbf6b1002.png">
kerem 2026-02-27 22:07:37 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@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.

<!-- gh-comment-id:650768069 --> @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.
Author
Owner

@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?

<!-- gh-comment-id:2379624997 --> @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?
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#26
No description provided.