mirror of
https://github.com/sigma67/ytmusicapi.git
synced 2026-04-25 07:16:00 +03:00
[GH-ISSUE #568] [Artist] - Dict Key Params is missing #394
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#394
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 @ToniDarodda on GitHub (Mar 26, 2024).
Original GitHub issue: https://github.com/sigma67/ytmusicapi/issues/568
Describe the bug
artist_details = ytmusic.get_artist(artist_id)
print(artist_details['params']) // error occur dict Key does not exist
Additional context
using: ytmusicapi-1.6.0
MacOs
@sigma67 commented on GitHub (Mar 26, 2024):
why do you think that key should exist?
@ToniDarodda commented on GitHub (Mar 26, 2024):
Hmm, following the documentation says it should, am i wrong?
@sigma67 commented on GitHub (Mar 26, 2024):
It clearly says it's a function parameter, not part of the return value. Check the function linked at
Returnsfor the return dict format