Ticket #85 (new defect)
CD-TEXT: Found invalid pack type: d3
| Reported by: | https://www.google.com/accounts/o8/id?id=aitoawkvaim9_bcxcskv1w5cmojmh_gt9czrrpo | Owned by: | https://thomasvs.myopenid.com/ |
|---|---|---|---|
| Priority: | major | Milestone: | future |
| Component: | morituri | Version: | 0.1.2 |
| Keywords: | sendcd | Cc: |
Description
Trying to rip Laura Pausini - Inedito, it fails with this error:
Traceback (most recent call last):
File "/usr/bin/rip", line 35, in <module>
sys.exit(main.main(sys.argv[1:]))
File "/usr/lib/python2.7/dist-packages/morituri/rip/main.py", line 14, in main
ret = c.parse(argv)
File "/usr/lib/python2.7/dist-packages/morituri/rip/main.py", line 82, in parse
logcommand.LogCommand?.parse(self, argv)
File "/usr/lib/python2.7/dist-packages/morituri/extern/command/command.py", line 335, in parse
return self.subCommands[command].parse(args[1:])
File "/usr/lib/python2.7/dist-packages/morituri/extern/command/command.py", line 335, in parse
return self.subCommands[command].parse(args[1:])
File "/usr/lib/python2.7/dist-packages/morituri/extern/command/command.py", line 304, in parse
ret = self.do(args)
File "/usr/lib/python2.7/dist-packages/morituri/rip/cd.py", line 129, in do
function(runner, t)
File "/usr/lib/python2.7/dist-packages/morituri/rip/cd.py", line 116, in function
r.run(t)
File "/usr/lib/python2.7/dist-packages/morituri/common/task.py", line 432, in run
raise TaskException?(task.exception, message=msg)
morituri.common.task.TaskException?: (ProgramError?('CD-TEXT: Found invalid pack type: d3',), None)
Attachments
Change History
Changed 17 months ago by https://www.google.com/accounts/o8/id?id=aitoawkvaim9_bcxcskv1w5cmojmh_gt9czrrpo
-
attachment
cd.toc
added
comment:1 Changed 16 months ago by http://ertius.org/
Same traceback for me, happy to help debug if that'd help.
comment:2 Changed 6 months ago by https://thomasvs.myopenid.com/
- Keywords sendcd added
- Milestone changed from 0.1.3 to future
I should probably get a CD like this so I can test. Anyone want to send me one?
comment:3 Changed 6 months ago by https://www.google.com/accounts/o8/id?id=aitoawmdakkzjzkwjhhx78kis4isfvkcl1gvabw
I get
morituri.extern.task.task.TaskException?: (ProgramError?('CD-TEXT: Found invalid pack type: 1a',), None)
so a different pack type, but otherwise similar error when trying to rip "Ten New Songs" by Leonard Cohen. Not sure if I should file as a separate bug.
comment:4 Changed 6 months ago by https://www.google.com/accounts/o8/id?id=aitoawk5srcm6yjgqjx9oa1ruownfuzsldd8l5w
I get
ProgramError('CD-TEXT: Found invalid pack type: 20',), None
when I try to rip AC/DC "Back in Black".
If I can be of any help in debugging, please let be know.
Changed 6 months ago by https://www.google.com/accounts/o8/id?id=aitoawk5srcm6yjgqjx9oa1ruownfuzsldd8l5w
-
attachment
stderr.txt
added
RIP_DEBUG=5 stderr output
comment:5 Changed 4 months ago by https://www.google.com/accounts/o8/id?id=aitoawk5srcm6yjgqjx9oa1ruownfuzsldd8l5w
I have patched (invalid_pack_type.diff) cdrdao not to fail when it encounters invalid pack types. This fixes the problem for me. I don't think there is much morituri can do about it.
Changed 4 months ago by https://www.google.com/accounts/o8/id?id=aitoawk5srcm6yjgqjx9oa1ruownfuzsldd8l5w
-
attachment
invalid_pack_type.diff
added
invalid_pack_type.diff

cdrdao read-toc