Ticket #33 (closed defect: duplicate)

Opened 3 years ago

Last modified 2 years ago

AssertionError: checksum 3597807372 for 2 matches wrong response 4, checksum 446d87f6

Reported by: http://heffer.id.fedoraproject.org/ Owned by: https://thomasvs.myopenid.com/
Priority: major Milestone:
Component: morituri Version: master
Keywords: Cc: fred@…

Description

This happens when ripping Peter Gabriel's "So". Debug Log is attached.

Attachments

debug.log.gz Download (44.6 KB) - added by http://heffer.id.fedoraproject.org/ 3 years ago.

Change History

Changed 3 years ago by http://heffer.id.fedoraproject.org/

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

  • Cc fred@… added

got a similar trace, probably because musicbrainz didn't respond for a moment for a CD :

5 AccurateRip? reponses found
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 282, in do

prog.verifyImage(runner, responses)

File "/usr/lib/python2.6/site-packages/morituri/common/program.py", line 479, in verifyImage

self._verifyImageWithChecksums(responses, cuetask.checksums)

File "/usr/lib/python2.6/site-packages/morituri/common/program.py", line 509, in _verifyImageWithChecksums

csum, i + 1, j + 1, response.checksums[i])

AssertionError?: checksum 1561922611 for 2 matches wrong response 2, checksum 5b045321

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

It's actually because one of the tracks matches a different accuraterip result than the other ones. It happens for me too on some discs, but I need to ask the AccurateRip? guy how this can happen, because to me it seems that that would mean there are wrong results in his database.

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

  • Status changed from new to accepted

comment:4 Changed 3 years ago by https://www.google.com/accounts/o8/id?id=aitoawkbvqilvfumzemnt3hnevmgro_ui2frnmc

Thomas,

Got the same problem here with No Doubt's Tragic Kingdom

AccurateRip? URL  http://www.accuraterip.com/accuraterip/0/1/1/dBAR-014-001db110-013fb13a-cd0df80e.bin
11 AccurateRip? reponses found
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/dist-packages/morituri/rip/main.py", line 12, in main

ret = c.parse(argv)

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

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

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

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

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

ret = self.do(args)

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

prog.verifyImage(runner, responses)

File "/usr/lib/python2.6/dist-packages/morituri/common/program.py", line 479, in verifyImage

self._verifyImageWithChecksums(responses, cuetask.checksums)

File "/usr/lib/python2.6/dist-packages/morituri/common/program.py", line 509, in _verifyImageWithChecksums

csum, i + 1, j + 1, response.checksums[i])

AssertionError?: checksum 1278178652 for 9 matches wrong response 4, checksum 0fd28ea2

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

  • Status changed from accepted to closed
  • Resolution set to duplicate
  • Milestone 0.1.2 deleted

see #5.

Note: See TracTickets for help on using tickets.