-
Notifications
You must be signed in to change notification settings - Fork 91
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
cd rip is not able to rip the last track #203
Comments
with debug: maybe a warning can be considered as sufficient (instead of failing). |
I have the same problem
|
Same problem here on Debian Testing. Seems like its missing some bytes at the end of the CD?
|
probably related to https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=870101 |
I think this one should be already solved if using a whipper >= If I'm wrong, please reopen the issue. |
I have the exact same issue as OP. I'm running whipper-0.7.0 from nix, which includes libcdio-paranoia-10.2+0.94+2. I also tested whipper-0.7.2, but no change. (I also get crash on "whipper cd info", but I see there is a bug on that already.) whipper calculated drive read offset 667, which appears to be in the problem range mentioned in this patch (which the parent comment linked to).
|
That's not correct. In nix, whipper is currently built with cdparanoia, not libcdio-paranoia. I'll switch it, test and report back. |
After switching from cdparanoia-III-10.2 to libcdio-paranoia-10.2+0.94+2, I'm getting different error:
So instead of failing on the last track, it fails on the first, with size 0 error instead of very-close-to-expected-size error it did before (then only on the last track). Looks like there is a bug for that: #234 |
I just installed on Debian Stretch.
I tried two cds and I get similar errors :
cd info crashing with AttributeError: 'Namespace' object has no attribute 'offset'
cd rip not able to rip the last track.
Is there an issue with software, my install or CDs ?
(message are not really obvious)
full output:
whipper cd info
Checking device /dev/sr0
CDDB disc id: b40ab30d
MusicBrainz disc id HA2E1ss.mlzBsxhtCeMzxuyeqpc-
MusicBrainz lookup URL https://musicbrainz.org/cdtoc/attach?toc=1+13+205622+150+13391+30802+46464+65178+81163+97208+109130+123307+141249+154789+171188+188743&tracks=13&id=HA2E1ss.mlzBsxhtCeMzxuyeqpc-
Disc duration: 00:45:39.626, 13 audio tracks
Matching releases:
Artist : Stromae
Title : Racine carrée
Duration: 00:45:36.465
URL : https://musicbrainz.org/release/de57c1d9-5e65-420f-a896-1332e87d4c09
Release : de57c1d9-5e65-420f-a896-1332e87d4c09
Type : Album
Barcode : 602537479870
Cat no : 37479870
Traceback (most recent call last):
File "/home/sp31415/apps/whipper/master-20171029-post_0.5.1/bin/whipper", line 11, in
load_entry_point('whipper', 'console_scripts', 'whipper')()
File "/home/sp31415/apps/whipper/master-20171029-post_0.5.1/whipper/whipper/command/main.py", line 32, in main
ret = cmd.do()
File "/home/sp31415/apps/whipper/master-20171029-post_0.5.1/whipper/whipper/command/basecommand.py", line 124, in do
return self.cmd.do()
File "/home/sp31415/apps/whipper/master-20171029-post_0.5.1/whipper/whipper/command/basecommand.py", line 124, in do
return self.cmd.do()
File "/home/sp31415/apps/whipper/master-20171029-post_0.5.1/whipper/whipper/command/cd.py", line 150, in do
self.device, self.options.offset)
AttributeError: 'Namespace' object has no attribute 'offset'
$ whipper cd rip
Using configured read offset 667
Checking device /dev/sr0
CDDB disc id: b40ab30d
MusicBrainz disc id HA2E1ss.mlzBsxhtCeMzxuyeqpc-
MusicBrainz lookup URL https://musicbrainz.org/cdtoc/attach?toc=1+13+205622+150+13391+30802+46464+65178+81163+97208+109130+123307+141249+154789+171188+188743&tracks=13&id=HA2E1ss.mlzBsxhtCeMzxuyeqpc-
Disc duration: 00:45:39.626, 13 audio tracks
Matching releases:
Artist : Stromae
Title : Racine carrée
Duration: 00:45:36.465
URL : https://musicbrainz.org/release/de57c1d9-5e65-420f-a896-1332e87d4c09
Release : de57c1d9-5e65-420f-a896-1332e87d4c09
Type : Album
Barcode : 602537479870
Cat no : 37479870
creating output directory ./album/Stromae - Racine carrée
Ripping track 1 of 13: 01. Stromae - Ta fête.flac
CRCs match for track 1
Peak level: 99.04%
Rip quality: 100.00%
Ripping track 2 of 13: 02. Stromae - Papaoutai.flac
CRCs match for track 2
Peak level: 99.14%
Rip quality: 100.00%
Ripping track 3 of 13: 03. Stromae - Bâtard.flac
CRCs match for track 3
Peak level: 99.15%
Rip quality: 100.00%
Ripping track 4 of 13: 04. Stromae - Ave Cesaria.flac
CRCs match for track 4
Peak level: 99.44%
Rip quality: 100.00%
Ripping track 5 of 13: 05. Stromae - Tous les mêmes.flac
CRCs match for track 5
Peak level: 98.96%
Rip quality: 100.00%
Ripping track 6 of 13: 06. Stromae - Formidable.flac
CRCs match for track 6
Peak level: 99.11%
Rip quality: 100.00%
Ripping track 7 of 13: 07. Stromae - Moules frites.flac
CRCs match for track 7
Peak level: 99.50%
Rip quality: 100.00%
Ripping track 8 of 13: 08. Stromae - Carmen.flac
CRCs match for track 8
Peak level: 99.73%
Rip quality: 100.00%
Ripping track 9 of 13: 09. Stromae - Humain à l'eau.flac
CRCs match for track 9
Peak level: 99.24%
Rip quality: 100.00%
Ripping track 10 of 13: 10. Stromae - Quand c'est _.flac
CRCs match for track 10
Peak level: 98.99%
Rip quality: 100.00%
Ripping track 11 of 13: 11. Stromae - Sommeil.flac
CRCs match for track 11
Peak level: 99.02%
Rip quality: 100.00%
Ripping track 12 of 13: 12. Stromae - Merci.flac
CRCs match for track 12
Peak level: 99.10%
Rip quality: 100.00%
Ripping track 13 of 13: 13. Stromae avec Maître Gims & OrelSan - Avf.flac
WARNING:whipper.program.cdparanoia:file size 39616556 did not match expected size 39699452
WARNING:whipper.program.cdparanoia:non-integral amount of frames difference
Ripping track 13 of 13 (try 2): 13. Stromae avec Maître Gims & OrelSan - Avf.flac
WARNING:whipper.program.cdparanoia:file size 39616556 did not match expected size 39699452
WARNING:whipper.program.cdparanoia:non-integral amount of frames difference
Ripping track 13 of 13 (try 3): 13. Stromae avec Maître Gims & OrelSan - Avf.flac
WARNING:whipper.program.cdparanoia:file size 39616556 did not match expected size 39699452
WARNING:whipper.program.cdparanoia:non-integral amount of frames difference
Ripping track 13 of 13 (try 4): 13. Stromae avec Maître Gims & OrelSan - Avf.flac
WARNING:whipper.program.cdparanoia:file size 39616556 did not match expected size 39699452
WARNING:whipper.program.cdparanoia:non-integral amount of frames difference
Ripping track 13 of 13 (try 5): 13. Stromae avec Maître Gims & OrelSan - Avf.flac
WARNING:whipper.program.cdparanoia:file size 39616556 did not match expected size 39699452
WARNING:whipper.program.cdparanoia:non-integral amount of frames difference
CRITICAL:whipper.command.cd:Giving up on track 13 after 5 times
track can't be ripped. Rip attempts number is equal to 'MAX_TRIES'
whipper cd info
Checking device /dev/sr0
CDDB disc id: c40c260e
MusicBrainz disc id ybLIBaJFdm7eRHSikGQojQF7gzQ-
MusicBrainz lookup URL https://musicbrainz.org/cdtoc/attach?toc=1+14+233426+150+16570+30952+45227+63471+74731+89011+104228+123046+147633+165759+179801+196851+214153&tracks=14&id=ybLIBaJFdm7eRHSikGQojQF7gzQ-
Disc duration: 00:51:50.346, 14 audio tracks
Matching releases:
Artist : Nina Simone
Title : The Essential Collection (Disc 1 of 2)
Duration: 00:51:48.931
URL : https://musicbrainz.org/release/f2ef83ef-c7d6-4f8f-9a89-99d71156394b
Release : f2ef83ef-c7d6-4f8f-9a89-99d71156394b
Type : Compilation
Cat no : METRDCD513
Traceback (most recent call last):
File "/home/sp31415/apps/whipper/master-20171029-post_0.5.1/bin/whipper", line 11, in
load_entry_point('whipper', 'console_scripts', 'whipper')()
File "/home/sp31415/apps/whipper/master-20171029-post_0.5.1/whipper/whipper/command/main.py", line 32, in main
ret = cmd.do()
File "/home/sp31415/apps/whipper/master-20171029-post_0.5.1/whipper/whipper/command/basecommand.py", line 124, in do
return self.cmd.do()
File "/home/sp31415/apps/whipper/master-20171029-post_0.5.1/whipper/whipper/command/basecommand.py", line 124, in do
return self.cmd.do()
File "/home/sp31415/apps/whipper/master-20171029-post_0.5.1/whipper/whipper/command/cd.py", line 150, in do
self.device, self.options.offset)
AttributeError: 'Namespace' object has no attribute 'offset'
whipper cd rip
Using configured read offset 667
Checking device /dev/sr0
CDDB disc id: c40c260e
MusicBrainz disc id ybLIBaJFdm7eRHSikGQojQF7gzQ-
MusicBrainz lookup URL https://musicbrainz.org/cdtoc/attach?toc=1+14+233426+150+16570+30952+45227+63471+74731+89011+104228+123046+147633+165759+179801+196851+214153&tracks=14&id=ybLIBaJFdm7eRHSikGQojQF7gzQ-
Disc duration: 00:51:50.346, 14 audio tracks
Matching releases:
Artist : Nina Simone
Title : The Essential Collection (Disc 1 of 2)
Duration: 00:51:48.931
URL : https://musicbrainz.org/release/f2ef83ef-c7d6-4f8f-9a89-99d71156394b
Release : f2ef83ef-c7d6-4f8f-9a89-99d71156394b
Type : Compilation
Cat no : METRDCD513
creating output directory ./compilation/Nina Simone - The Essential Collection (Disc 1 of 2)
Ripping track 1 of 14: 01. Nina Simone - My Baby Just Cares for Me.flac
CRCs match for track 1
Peak level: 86.42%
Rip quality: 100.00%
Ripping track 2 of 14: 02. Nina Simone - Don't Smoke in Bed.flac
CRCs match for track 2
Peak level: 89.02%
Rip quality: 100.00%
Ripping track 3 of 14: 03. Nina Simone - He's Got the Whole World in His Hands.flac
CRCs match for track 3
Peak level: 88.94%
Rip quality: 100.00%
Ripping track 4 of 14: 04. Nina Simone - Mood Indigo.flac
CRCs match for track 4
Peak level: 88.92%
Rip quality: 100.00%
Ripping track 5 of 14: 05. Nina Simone - He Needs Me.flac
CRCs match for track 5
Peak level: 88.91%
Rip quality: 100.00%
Ripping track 6 of 14: 06. Nina Simone - African Mailman.flac
CRCs match for track 6
Peak level: 88.94%
Rip quality: 100.00%
Ripping track 7 of 14: 07. Nina Simone - Love Me or Leave Me.flac
CRCs match for track 7
Peak level: 88.17%
Rip quality: 100.00%
Ripping track 8 of 14: 08. Nina Simone - I Loves You Porgy.flac
CRCs match for track 8
Peak level: 82.13%
Rip quality: 100.00%
Ripping track 9 of 14: 09. Nina Simone - Good Bait.flac
CRCs match for track 9
Peak level: 87.35%
Rip quality: 100.00%
Ripping track 10 of 14: 10. Nina Simone - For All We Know.flac
CRCs match for track 10
Peak level: 88.28%
Rip quality: 100.00%
Ripping track 11 of 14: 11. Nina Simone - Central Park Blues.flac
CRCs match for track 11
Peak level: 89.27%
Rip quality: 100.00%
Ripping track 12 of 14: 12. Nina Simone - You'll Never Walk Alone.flac
CRCs match for track 12
Peak level: 87.61%
Rip quality: 100.00%
Ripping track 13 of 14: 13. Nina Simone - Plain Gold Ring.flac
CRCs match for track 13
Peak level: 84.94%
Rip quality: 100.00%
Ripping track 14 of 14: 14. Nina Simone - Little Girl Blue.flac
WARNING:whipper.program.cdparanoia:file size 45252652 did not match expected size 45330140
WARNING:whipper.program.cdparanoia:non-integral amount of frames difference
Ripping track 14 of 14 (try 2): 14. Nina Simone - Little Girl Blue.flac
WARNING:whipper.program.cdparanoia:file size 45252652 did not match expected size 45330140
WARNING:whipper.program.cdparanoia:non-integral amount of frames difference
Ripping track 14 of 14 (try 3): 14. Nina Simone - Little Girl Blue.flac
WARNING:whipper.program.cdparanoia:file size 45252652 did not match expected size 45330140
WARNING:whipper.program.cdparanoia:non-integral amount of frames difference
Ripping track 14 of 14 (try 4): 14. Nina Simone - Little Girl Blue.flac
WARNING:whipper.program.cdparanoia:file size 45252652 did not match expected size 45330140
WARNING:whipper.program.cdparanoia:non-integral amount of frames difference
Ripping track 14 of 14 (try 5): 14. Nina Simone - Little Girl Blue.flac
WARNING:whipper.program.cdparanoia:file size 45252652 did not match expected size 45330140
WARNING:whipper.program.cdparanoia:non-integral amount of frames difference
CRITICAL:whipper.command.cd:Giving up on track 14 after 5 times
track can't be ripped. Rip attempts number is equal to 'MAX_TRIES'
The text was updated successfully, but these errors were encountered: