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

Bug: AttributeError #144

Closed
zzzzzozzzzz opened this issue Aug 12, 2021 · 1 comment
Closed

Bug: AttributeError #144

zzzzzozzzzz opened this issue Aug 12, 2021 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@zzzzzozzzzz
Copy link

zzzzzozzzzz commented Aug 12, 2021

Bug Report

Command used:

poetry run rip url https://www.qobuz.com/us-en/label/...
poetry run rip url https://play.qobuz.com/label/...

Environment

  • streamrip version: 2980a2a
  • Python version: 3.9
  • OS: Linux

Traceback

Logging into qobuz

  AttributeError

  can't set attribute

  at streamrip/media.py:1904 in __init__
      1900│         :type album_id: Union[str, int]
      1901│         :param kwargs:
      1902│         """
      1903│         self.client = client
    → 1904│         self.downloaded_ids = set()
      1905│ 
      1906│         for k, v in kwargs.items():
      1907│             setattr(self, k, v)
      1908│ 

@zzzzzozzzzz zzzzzozzzzz added the bug Something isn't working label Aug 12, 2021
@nathom nathom closed this as completed in fa38f45 Aug 13, 2021
@nathom
Copy link
Owner

nathom commented Aug 14, 2021

Fixed in v1.3.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants