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

drive analyze raised TypeError: sequence item 0: expected str instance, bytes found #608

Open
FredGandt opened this issue Mar 3, 2024 · 1 comment

Comments

@FredGandt
Copy link

  • Installed via cmd apt install whipper on Linux Mint 21.3 Virginia
  • Inserted disc 1 of legit release of Goldie's Timeless into my ATAPI - iHAS124 drive
    • Only optical drive
    • Known to work well with other rippers incl. EAC, Sound Juicer and Asunder
  • Entered cmd whipper drive analyze
    • Witnessed drive being driven
    • Message in CLI: Analyzing drive caching behaviour 0 %
  • Error message appeared in CLI:
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/whipper/common/task.py", line 89, in _read
    self._done()
  File "/usr/lib/python3/dist-packages/whipper/common/task.py", line 107, in _done
    self.failed()
  File "/usr/lib/python3/dist-packages/whipper/program/cdparanoia.py", line 606, in failed
    output = "".join(self._output)
TypeError: sequence item 0: expected str instance, bytes found
  • Drive span down gradually

Tried again; this series of events happened twice before preparing to submit this issue as follows:

  • Entered WHIPPER_DEBUG=DEBUG WHIPPER_LOGFILE=whipper.log whipper drive analyze
  • Entered gzip whipper.log
  • See attached: whipper.log.gz

While writing this report, ran whipper drive analyze again to check if the percentage in Analyzing drive caching behaviour 0 % ever changed (I don't think so), but to my surprise, this last time got the following messages in the CLI:

INFO:whipper.command.drive:cdparanoia can defeat the audio cache on this drive
INFO:whipper.command.drive:adding drive cache behaviour to configuration file
Copy link

github-actions bot commented Mar 3, 2024

👋 Thanks for opening your first issue here! If you're reporting a 🐞 bug, please make sure you include steps to reproduce it. We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can.

To help make it easier for us to investigate your issue, please follow the contributing instructions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant