Open lockheed opened 4 years ago
👋 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.
Hi, could you try ripping those CDs again in whipper as explained here?
Could you also run the following commands on the same device (same CDs), then post the content of the generated files (cdrdao_disk-info_CD1.log
, cdrdao_read-toc_fast_CD1.log
, cdrdao_read-toc_slow_CD1.log
, cdrdao_fast_CD1.toc
, cdrdao_slow_CD1.toc
, cdrdao_disk-info_CD2.log
, cdrdao_read-toc_fast_CD2.log
, cdrdao_read-toc_slow_CD2.log
, cdrdao_fast_CD2.toc
, cdrdao_slow_CD2.toc
)?
For the first CD:
sudo umount /dev/sr0
cdrdao disk-info --device /dev/sr0 > cdrdao_disk-info_CD1.log 2>&1
cdrdao read-toc --device /dev/sr0 --fast-toc cdrdao_fast_CD1.toc > cdrdao_read-toc_fast_CD1.log 2>&1
cdrdao read-toc --device /dev/sr0 cdrdao_slow_CD1.toc > cdrdao_read-toc_slow_CD1.log 2>&1
For the other CD:
sudo umount /dev/sr0
cdrdao disk-info --device /dev/sr0 > cdrdao_disk-info_CD2.log 2>&1
cdrdao read-toc --device /dev/sr0 --fast-toc cdrdao_fast_CD2.toc > cdrdao_read-toc_fast_CD2.log 2>&1
cdrdao read-toc --device /dev/sr0 cdrdao_slow_CD2.toc > cdrdao_read-toc_slow_CD2.log 2>&1
BTW: which CD drive are you using?
Thanks for the tips.
$ whipper cd rip -L eac
INFO:whipper.command.cd:using configured read offset 102
CRITICAL:whipper.command.cd:No logger named eac found!
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/whipper/command/cd.py", line 317, in handle_arguments
self.logger = result.getLoggers()[self.options.logger]()
KeyError: 'eac'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/bin/whipper", line 33, in
When I run 'whipper cd rip -h' I do not see any section listing installed loggers.
2. I uploaded logs for CD1 here: https://filebin.net/snufw3iv0g3eknhc/CD1_logs.zip?t=mevu13km (link will expire in 1 week).
I do not remember what was CD2 so let's put that one on hold.
1. When I run whipper cd rip -L eac
[...] When I run 'whipper cd rip -h' I do not see any section listing installed loggers.
Do you need an alternative logger? Anyway that probably happens because you've not installed the eac logger plugin (link here).
Analyzing the provided files it seems that the toc file generated by cdrdao's slow read-toc pass isn't correct:
cdrdao's toc2cue
command produces the following cue sheet for the fast toc file:
And this one for the slow toc:
Whatever CD I try to rip, whipper either stops (because CD cannot be found in Accurip DB) or (for those CDs that can be found) it crashes on a later stage, after scanning tracks. For example:
or another case
This issue is the same whether I am using SNAP version, or build from source (both cases the latest release of whipper).