Ticket #25 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 21: ordinal not in range(128)

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

Description

When ripping finishes and the log should be written this error is given and the program exits.

Log of the whole process is attached.

Attachments

morituri.log Download (4.5 KB) - added by http://heffer.id.fedoraproject.org/ 3 years ago.
Log file of the ripping process
debug.log.gz Download (236.8 KB) - added by http://heffer.id.fedoraproject.org/ 3 years ago.
Debug log, as requested
bjork-debug.log.gz Download (177.4 KB) - added by https://launchpad.net/~4263004-noduck 3 years ago.

Change History

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

Log file of the ripping process

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

Forgot to mention:

Platform is Fedora 12 (x86_64) and trunk as of yesterday.

comment:2 follow-up: ↓ 7 Changed 3 years ago by https://thomasvs.myopenid.com/

Thanks! I'll look into this this weekend. Writing this comment to make sure that I'm getting the mail I wasn't getting before.

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://thomasvs.myopenid.com/

Hm, so a few things:

  • the log you pasted shows that it got the title wrong from musicbrainz: Ripping track 10 of 12: 10. Peter Gabriel - AprÚs? moi.flac
  • Can you rerun with RIP_DEBUG=5 set before the rip command, so I get a full debug log ? That might help me figure out where it is getting it wrong from musicbrainz.

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

  • Milestone changed from 0.1.1 to 0.1.2

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

Debug log, as requested

comment:6 follow-up: ↓ 8 Changed 3 years ago by https://launchpad.net/~4263004-noduck

I got something similar: UnicodeEncodeError?: 'ascii' codec can't encode character u'\xf6' in position 16: ordinal not in range(128)

Changed 3 years ago by https://launchpad.net/~4263004-noduck

comment:7 in reply to: ↑ 2 Changed 3 years ago by https://thomasvs.myopenid.com/

Replying to https://thomasvs.myopenid.com/:

Thanks! I'll look into this this weekend. Writing this comment to make sure that I'm getting the mail I wasn't getting before.

Hi,

your debug log seems to indicate that the rip went fine, I see no errors. I assume you updated to trunk after 0.1.1, so it looks like I can close this bug ? Can you confirm ?

comment:8 in reply to: ↑ 6 ; follow-up: ↓ 9 Changed 3 years ago by https://thomasvs.myopenid.com/

Replying to https://launchpad.net/~4263004-noduck:

I got something similar: UnicodeEncodeError?: 'ascii' codec can't encode character u'\xf6' in position 16: ordinal not in range(128)

Your particular bug should be fixed by [389] commited today. Let me know if it fixes it.

comment:9 in reply to: ↑ 8 Changed 3 years ago by https://launchpad.net/~4263004-noduck

Replying to https://thomasvs.myopenid.com/:

Replying to https://launchpad.net/~4263004-noduck:

I got something similar: UnicodeEncodeError?: 'ascii' codec can't encode character u'\xf6' in position 16: ordinal not in range(128)

Your particular bug should be fixed by [389] commited today. Let me know if it fixes it.

I updated today SVN revision 405 and I successfully ripped that same CD.

Thanks!

Raf.

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

  • Status changed from accepted to closed
  • Resolution set to fixed

Thanks for verifying, closing the ticket.

Note: See TracTickets for help on using tickets.