mirror of
https://github.com/sigma67/ytmusicapi.git
synced 2026-04-25 23:36:00 +03:00
[GH-ISSUE #165] get_artist KeyError: 'playButton' #126
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#126
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 @chaos87 on GitHub (Feb 3, 2021).
Original GitHub issue: https://github.com/sigma67/ytmusicapi/issues/165
Hi,
I'm using 0.14.1 and when I do (unauthenticated)
I get
@sigma67 commented on GitHub (Feb 3, 2021):
Good find, seems not every artist has shuffle/radio mixes
@bohrasankalp commented on GitHub (Feb 3, 2021):
The issue still persists.
I ended up with
@sigma67 commented on GitHub (Feb 3, 2021):
Which artist? The artist mentioned above should be fine.
Did you use the latest Github master with
pip install git+https://github.com/sigma67/ytmusicapi?@bohrasankalp commented on GitHub (Feb 3, 2021):
Try with this. artistId = "UCpZQNFrsFaC9bQgwcruLcwg". I have installed the latest. Even run this command before searching here.
@sigma67 commented on GitHub (Feb 3, 2021):
Sorry but it should work fine if you are on
abbc13f. I get the following results:@bohrasankalp commented on GitHub (Feb 3, 2021):
Then
pip install git+https://github.com/sigma67/ytmusicapidoesn't update me to the latest.@sigma67 commented on GitHub (Feb 3, 2021):
Try adding
-Uswitch, since version number has not changed yet.@bohrasankalp commented on GitHub (Feb 3, 2021):
No, it doesn't work. There should be some other workaround.
@sigma67 commented on GitHub (Feb 3, 2021):
As I said, it works fine for me. Wait until the release of 0.14.2 or submit a PR if you can identify something else that's wrong
@chaos87 commented on GitHub (Feb 3, 2021):
Cool it works for me with your latest commit. Thanks