Opened 12 years ago

Closed 12 years ago

#3763 closed defect (fixed)

(Gtk3) GetBooks: errors using the activity in spanish.

Reported by: godiard Owned by: humitos
Priority: Unspecified by Maintainer Milestone: Unspecified
Component: GetBooks Version: Unspecified
Severity: Unspecified Keywords: gtk3
Cc: Distribution/OS: Unspecified
Bug Status: Unconfirmed

Description

Using the activity with sugar in spanish, when the user do click on a book, the information is not displayed and in the log there are a error:

1342191636.186853 DEBUG root: feedparser version 5.0.1
Traceback (most recent call last):

File "/home/gonzalo/Activities/GetBooks.activity/GetIABooksActivity.py", line 622, in selection_cb

self.show_book_data()

File "/home/gonzalo/Activities/GetBooks.activity/GetIABooksActivity.py", line 633, in show_book_data

book_data = _('Title:\t\t') + self.selected_title + '\n'

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

Is very important solve this error.

Change History (1)

comment:1 Changed 12 years ago by godiard

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

Fixed with 165ce7c28a51ec016f9b4dcbb2dd27203539d186

Note: See TracTickets for help on using tickets.