Ticket #30 (assigned defect)
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
Change History
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


Log