Unicode/ASCII error
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
bzr-email-notifier |
Confirmed
|
Medium
|
Unassigned |
Bug Description
After one commit, cron start to send this error message, the last line is IMO important:
usr/lib/
Use of Creole10 is depreciated, use create_dialect() instead.
"""
Traceback (most recent call last):
File "./bzr_
main()
File "./bzr_
send_
File "./bzr_
message = compose_
File "./bzr_
msg = config.
File "/var/bazaar/
body = unicode(
File "/var/lib/
def __str__(self): return getattr(self, mainMethName)()
File "templates_
File "/var/lib/
return ''.join(
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc4 in position 8: ordinal not in range(128)
Related branches
- Nicholas Allen: Pending requested
-
Diff: 28 lines (+3/-3)1 file modifiedconfiguration.py (+3/-3)
Changed in bzr-email-notifier: | |
status: | New → Confirmed |
importance: | Undecided → Medium |
This '0xc4' is a long dash, it also happens with '0xc5', which is '#'. The notifier is not capable of working with Unicode characters in commit comments.