share.py crashed with UnicodeDecodeError in <module>()
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Quickly |
Fix Released
|
High
|
Didier Roche-Tolomelli | ||
quickly (Ubuntu) |
Fix Released
|
High
|
Didier Roche-Tolomelli |
Bug Description
Binary package hint: quickly
I think there is a problem in the French translation of "%s %s is building on Launchpad. Wait for half an hour and have look at %s."
ProblemType: Crash
Architecture: amd64
Date: Mon Oct 5 23:51:53 2009
DistroRelease: Ubuntu 9.10
ExecutablePath: /usr/share/
InterpreterPath: /usr/bin/python2.6
NonfreeKernelMo
Package: quickly-
PackageArchitec
ProcCmdline: /usr/bin/python /usr/share/
ProcEnviron:
SHELL=/bin/bash
LANG=fr_FR.UTF-8
LANGUAGE=
ProcVersionSign
PythonArgs: ['/usr/
SourcePackage: quickly
Title: share.py crashed with UnicodeDecodeError in <module>()
Traceback:
Traceback (most recent call last):
File "/usr/share/
print _("%s %s is building on Launchpad. Wait for half an hour and have look at %s.") % (project_name, version, ppa_url)
UnicodeDecodeE
Uname: Linux 2.6.31-11-generic x86_64
UserGroups: adm admin cdrom dialout disk libvirtd lpadmin plugdev sambashare video
tags: | removed: need-duplicate-check |
visibility: | private → public |
Changed in quickly (Ubuntu): | |
assignee: | nobody → Didier Roche (didrocks) |
Changed in quickly: | |
assignee: | nobody → Didier Roche (didrocks) |
importance: | Undecided → High |
status: | New → Fix Committed |
Changed in quickly: | |
milestone: | none → 0.2.4 |
Changed in quickly: | |
status: | Fix Committed → Fix Released |
Changed in quickly (Ubuntu): | |
status: | Triaged → Fix Committed |
Yes, it seems to be related to the French translation. I can reproduce it with it and I have no error with LC_ALL=C.
Investigating…