[GH-ISSUE #611] get_playlist doen't return info about playlist author #419

Closed
opened 2026-02-27 23:00:42 +03:00 by kerem · 1 comment
Owner

Originally created by @kutermak on GitHub (Jun 22, 2024).
Original GitHub issue: https://github.com/sigma67/ytmusicapi/issues/611

Describe the bug

In previous versions of the library 'get_playlist' method returned playlist author info as well. Looked like:

            "author": [
                {
                    "name": "redditEDM",
                    "id": "UCaTrZ9tPiIGHrkCe5bxOGwA"
                }

But in newest version I can't get it by this method. There are just nothing about author

Am I doing something wrong?

To Reproduce
Steps to reproduce the behavior:

  1. call get_playlist for any existing playlist
  2. try to get author info author_name = result['author']
  3. See error
Originally created by @kutermak on GitHub (Jun 22, 2024). Original GitHub issue: https://github.com/sigma67/ytmusicapi/issues/611 **Describe the bug** In previous versions of the library **'get_playlist'** method returned playlist author info as well. Looked like: "author": [ { "name": "redditEDM", "id": "UCaTrZ9tPiIGHrkCe5bxOGwA" } But in newest version I can't get it by this method. There are just nothing about author Am I doing something wrong? **To Reproduce** Steps to reproduce the behavior: 1. call get_playlist for any existing playlist 2. try to get author info author_name = result['author'] 3. See error
kerem 2026-02-27 23:00:42 +03:00
  • closed this issue
  • added the
    invalid
    label
Author
Owner

@sigma67 commented on GitHub (Jun 24, 2024):

Please include the error message

<!-- gh-comment-id:2187362338 --> @sigma67 commented on GitHub (Jun 24, 2024): Please include the error message
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#419
No description provided.