Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

get_playlist doen't return info about playlist author #611

Open
kutermak opened this issue Jun 22, 2024 · 1 comment
Open

get_playlist doen't return info about playlist author #611

kutermak opened this issue Jun 22, 2024 · 1 comment
Labels
invalid This doesn't seem right

Comments

@kutermak
Copy link

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
@sigma67 sigma67 added the invalid This doesn't seem right label Jun 24, 2024
@sigma67
Copy link
Owner

sigma67 commented Jun 24, 2024

Please include the error message

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

2 participants