Ticket #30 (assigned defect)

Opened 3 years ago

Last modified 2 years ago

TypeError when ripping

Reported by: http://burtonini.com/ Owned by: http://burtonini.com/
Priority: major Milestone: future
Component: morituri Version: 0.1.1
Keywords: Cc:

Description

I tried to rip a CD on Debian, and got this error:

File "/usr/lib/python2.5/site-packages/morituri/common/program.py", line 390, in getTagList

retmusicbrainz-trackid? = mbidTrack

TypeError?: could not get typecode from object

(full log attached)

Attachments

riplog Download (1.5 KB) - added by http://burtonini.com/ 3 years ago.
Log

Change History

Changed 3 years ago by http://burtonini.com/

Log

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

Hm. Either something is wrong in the python musicbrainz module here, or (I've seen this happen in other situations) some wrapper code is not correctly trapping exceptions and a spurious exception gets generated later.

This is going to be hard to debug - I suggest you start by adding a try/except around it and do a

[import code; code.interact(local=locals())?]

and play around with those variables to see what is going on and which variables have an issue.

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

  • Owner changed from https://thomasvs.myopenid.com/ to https://thomas.apestaart.org/morituri/trac/query?status=%21closed&reporter=http%3A%2F%2Fburtonini.com%2F
  • Status changed from new to assigned

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

  • Owner changed from https://thomas.apestaart.org/morituri/trac/query?status=%21closed&reporter=http%3A%2F%2Fburtonini.com%2F to http://burtonini.com/

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

  • Milestone changed from 0.1.2 to future
Note: See TracTickets for help on using tickets.