Ticket #85 (new defect)

Opened 17 months ago

Last modified 4 months ago

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

cd.toc Download (4.6 KB) - added by https://www.google.com/accounts/o8/id?id=aitoawkvaim9_bcxcskv1w5cmojmh_gt9czrrpo 17 months ago.
cdrdao read-toc
stderr.txt Download (31.4 KB) - added by https://www.google.com/accounts/o8/id?id=aitoawk5srcm6yjgqjx9oa1ruownfuzsldd8l5w 6 months ago.
RIP_DEBUG=5 stderr output
invalid_pack_type.diff Download (755 bytes) - added by https://www.google.com/accounts/o8/id?id=aitoawk5srcm6yjgqjx9oa1ruownfuzsldd8l5w 4 months ago.
invalid_pack_type.diff

Change History

Changed 17 months ago by https://www.google.com/accounts/o8/id?id=aitoawkvaim9_bcxcskv1w5cmojmh_gt9czrrpo

cdrdao read-toc

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

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

invalid_pack_type.diff

Note: See TracTickets for help on using tickets.