[GH-ISSUE #568] [Artist] - Dict Key Params is missing #394

Closed
opened 2026-02-27 23:00:34 +03:00 by kerem · 3 comments
Owner

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

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
kerem 2026-02-27 23:00:34 +03:00
  • closed this issue
  • added the
    invalid
    label
Author
Owner

@sigma67 commented on GitHub (Mar 26, 2024):

why do you think that key should exist?

<!-- gh-comment-id:2019589101 --> @sigma67 commented on GitHub (Mar 26, 2024): why do you think that key should exist?
Author
Owner

@ToniDarodda commented on GitHub (Mar 26, 2024):

Screenshot 2024-03-26 at 01 19 35

Hmm, following the documentation says it should, am i wrong?

<!-- gh-comment-id:2019793889 --> @ToniDarodda commented on GitHub (Mar 26, 2024): <img width="718" alt="Screenshot 2024-03-26 at 01 19 35" src="https://github.com/sigma67/ytmusicapi/assets/158978450/85aec46d-2ee6-4eff-9fee-beea9021522d"> Hmm, following the documentation says it should, am i wrong?
Author
Owner

@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 Returns for the return dict format

<!-- gh-comment-id:2021056069 --> @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 `Returns` for the return dict format
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#394
No description provided.