Ticket #36 (assigned defect)

Opened 3 years ago

Last modified 2 years ago

exception when trying to rip one specific CD

Reported by: http://blog.crozat.net/ Owned by: http://blog.crozat.net/
Priority: major Milestone: future
Component: morituri Version: master
Keywords: Cc:

Description

I'm getting attached exception when trying to rip "Mike Oldfield - The Songs of Distant Earth" CD :

Checking device /dev/sr0
CDDB disc id f90edc12
Traceback (most recent call last):

File "/usr/bin/rip", line 35, in <module>

sys.exit(main.main(sys.argv[1:]))

File "/usr/lib/python2.6/site-packages/morituri/rip/main.py", line 12, in main

ret = c.parse(argv)

File "/usr/lib/python2.6/site-packages/morituri/extern/command/command.py", line 329, in parse

return self.subCommands[command].parse(args[1:])

File "/usr/lib/python2.6/site-packages/morituri/extern/command/command.py", line 329, in parse

return self.subCommands[command].parse(args[1:])

File "/usr/lib/python2.6/site-packages/morituri/extern/command/command.py", line 300, in parse

ret = self.do(args)

File "/usr/lib/python2.6/site-packages/morituri/rip/cd.py", line 113, in do

mbdiscid = ittoc.getMusicBrainzDiscId()

File "/usr/lib/python2.6/site-packages/morituri/image/table.py", line 291, in getMusicBrainzDiscId

values = self._getMusicBrainzValues()

File "/usr/lib/python2.6/site-packages/morituri/image/table.py", line 382, in _getMusicBrainzValues

assert not self.tracks[-1].audio

AssertionError?

Change History

comment:1 Changed 2 years ago by http://thomasvs.myopenid.com/

  • Owner changed from https://thomasvs.myopenid.com/ to http://blog.crozat.net/
  • Status changed from new to assigned
  • Milestone changed from 0.1.2 to future

Does the CD have a data track ? Can you give me a full log ?

comment:2 Changed 2 years ago by http://blog.crozat.net/

Yes, it does have a data track.

What exact log do you need ?

comment:3 Changed 2 years ago by http://thomasvs.myopenid.com/

That was a good opportunity to start a FAQ.

Can you check  https://thomas.apestaart.org/morituri/trac/wiki/FAQ and tell me if that answers the question ?

comment:4 Changed 2 years ago by http://blog.crozat.net/

sounds good. I'll give you the info this week.

Note: See TracTickets for help on using tickets.