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: TypeError #137

Closed
zzzzzozzzzz opened this issue Aug 2, 2021 · 0 comments
Closed

Bug: TypeError #137

zzzzzozzzzz opened this issue Aug 2, 2021 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@zzzzzozzzzz
Copy link

Bug Report

Command used:

poetry run rip url https://www.qobuz.com/...

Environment

  • streamrip version: e089ad8
  • Python version: 3.9
  • OS: Linux

Traceback

  TypeError

  _get_formatted_folder() takes 2 positional arguments but 3 were given

  at streamrip/media.py:1420 in _prepare_download
      1416│             self.bit_depth = self.sampling_rate = None
      1417│ 
      1418│         parent_folder = kwargs.get("parent_folder", "StreamripDownloads")
      1419│         if self.folder_format:
    → 1420│             self.folder = self._get_formatted_folder(parent_folder, self.quality)
      1421│         else:
      1422│             self.folder = parent_folder
      1423│ 
      1424│         os.makedirs(self.folder, exist_ok=True)

@zzzzzozzzzz zzzzzozzzzz added the bug Something isn't working label Aug 2, 2021
@nathom nathom closed this as completed in 9ca3364 Aug 3, 2021
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