We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Command used:
poetry run rip url https://www.qobuz.com/us-en/label/... poetry run rip url https://play.qobuz.com/label/...
Environment
streamrip
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│
The text was updated successfully, but these errors were encountered:
fa38f45
Fixed in v1.3.
v1.3
Sorry, something went wrong.
nathom
No branches or pull requests
Bug Report
Command used:
Environment
streamrip
version: 2980a2aTraceback
The text was updated successfully, but these errors were encountered: